Replies: 1 comment
-
Hi @ibes, Gutenberg has pre-defineds place for developers to inject items, which can be achieved by using SlotFills. For example, The The following references may be helpful for basic instructions on how to create a plugin to extend the block editor. |
Beta Was this translation helpful? Give feedback.
-
To make it a clear example:
I would like to add a character count to the excerpt field.
In Classic Editor I would do a litte jQuery for that.
But in Gutenberg I need to get inside the React Component, right?
Is there a way to extend that components?
I heard of Higher Level Components and imagine to wrap the original compoent to extend it with further features?!
I am React beginner and hope to learn my way to have full control over the admin panel again.
Beta Was this translation helpful? Give feedback.
All reactions