Andy Miller
Andy Miller
I can't replicate this... I would try the following: 1. test with a base grav+admin install (nothing else), makes ure that works 2. try unpublishing your installed plugins one-by-one to...
This looks like an interseting plugin. However as it currently has an issue with Flex Objects, and Flex is a required plugin for admin, I cannot approve it. The reaon...
Traveling at the mo. Will check in this as soon as I have better access.
Will look again today.
Testing again in a fresh install with Admin, and it's got problems.. No Editor in view and translations missing? 
Also, you probably should use the `onAdminListContentEditors()` event to have the contet editor show up in the list of editors the user can pick from (rather than forcing it as...
here's some more logic from the `onPluginsInitialize()` method of the nextgen editor plugin: ```php if (method_exists($user, 'getContentEditor')) { // Preferred 1.7+ FlexUsers approach $markdown_editor = $user->getContentEditor(); } else { //...
Same problem for me in 1.2.1
Tried with latest in github and it doesn't show even when I hit save.
It's a bug.. fixing...