ember-wordpress
ember-wordpress copied to clipboard
The bridge between Ember.js and Wordpress
- Needed in order to remove deprecation warning in [email protected] - Change `PostModel` and `CommentModel` attributes from `content` to `body` #60
The changes replace the `host` variable by a computed value that tries to use a value from `ember-cli-fastboot-dotenv` - it falls back to the original value (`config.emberWordpress.host`) if there is...
I was wondering if you've explored the idea of authenticating the Ember app with the WP REST API to enable create, update, and delete actions? I've looked at the official...
You have (at least) two options: 1. Deploy to a seperate host from your Wordpress install 2. Deploy as a Wordpress theme Solution 1 is definitely the simplest as it...
Not an issue, rather I was wondering how others are handling previewing of posts whilst using this addon, or just the WP Rest API in general. The problem I foresee...