Add Option to Disable Code Editor #14647
Labels
[Feature] Code Editor
Handling the code view of the editing experience
[Feature] Extensibility
The ability to extend blocks or the editing experience
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Status] In Progress
Tracking issues with work in progress
[Type] Enhancement
A suggestion for improvement.
Is your feature request related to a problem? Please describe.
We are using Gutenberg for our UF Health sites which includes over 700+ sites and many more admins who aren't technical yet want to use the platform. It would really be nice if we can disable the Code Editor for them so they can only use the blocks we've specifically built for the platform. Otherwise we run into some trouble. Right now the only option is to disable the visual editor. That made sense with the classic editor but with something like Gutenberg I think it makes more sense to also have an option to disable the code editor. It's especially helpful as we try to enforce style standards across our stack.
Describe the solution you'd like
Please add an option, possibly to the block_editor_settings filter, to disable the code editor.
Describe alternatives you've considered
Right now the only thing I'm able to do is force the visual editor on load with the 'core\edit-post' data module.
The text was updated successfully, but these errors were encountered: