Andy Miller

Results 487 comments of 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.

Testing again in a fresh install with Admin, and it's got problems.. No Editor in view and translations missing? ![CleanShot 2024-04-22 at 14 13 40@2x](https://github.com/getgrav/grav/assets/1084697/bc1d19dd-e5cf-41bb-bd3b-47ebe68f833b)

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.