block-options icon indicating copy to clipboard operation
block-options copied to clipboard

Suggestion/Request: Make EK Settings admin only

Open addzycullen opened this issue 5 years ago • 1 comments

One of things I love most about your plugin is the ability to enable/disable all of its features in the editor by the settings tray.

By default Gutenberg adds too much functionality if you're a developer with clients who will manage their own site. I'm finding ways to limit them and maintain control, but, one thing i was wondering is if it's possible to make your settings tray admin only? So editors can't enable features we've disabled?

Another way to handle this would be to provide a PHP hook devs can use in the theme to blacklist features? similar to how the blacklist blocks hook works in core.

Happy to help any way I can if you think it's possible or a good idea

addzycullen avatar Sep 23 '19 05:09 addzycullen

Thanks a lot for the suggestion! This is actually a good idea, I'm thinking of .json or PHP filter option to manage the features. I'll think this carefully and will let you know once I have the best solution.

phpbits avatar Sep 23 '19 06:09 phpbits