How to override options of Gutenberg core components? #11862
Labels
[Feature] Extensibility
The ability to extend blocks or the editing experience
Needs Technical Feedback
Needs testing from a developer perspective.
[Type] Help Request
Help with setup, implementation, or "How do I?" questions.
Hi there,
I just found out Gutenberg and I think it's amazing. Despite that, I'm challenging some issues at implementing it in a WordPress website I'm currently developing.
At this website, I want to use some core components, and also create some custom components. I want to restrict the core components a bit, for example our client should not be able to customize the font sizes at the paragraph component. And at the columns component, he should be able to only add max. 3 columns (the max. is 6 by default).
For now, I did some attempts for disabling / removing the font size block at the paragraphs component.
The main question is; is it possible to override the attributes/edit form for core components anyhow?
Thanks in advance!
Kind regard,
Geert
The text was updated successfully, but these errors were encountered: