Modifying Gutenberg Editor
-
Perhaps I’m looking in the wrong places but I can’t find any documentation on this: Since Gutenberg is JS-based, it appears that hooks and filters that could previously be used to modify the editor layout will no longer work. For example, if I want to change the default “Add title” text in the title block or add a custom element to the sidebar. Especially for custom post types… Does all that have to be done using JS now? Is it even possible? Is there any documentation explaining how to go about doing that? Is there some kind of functions.js file that we will need to add to themes and plugins for functionality that used to go in functions.php?
Trying to future proof my current projects, thanks for the help. I hate to be a pessimist but this roll-out seems primed to be a giant mess and I’d like to avoid as many sleepless nights fixing broken websites as possible. Surely there’s at least some kind of documentation in the works that I could look at?
- The topic ‘Modifying Gutenberg Editor’ is closed to new replies.