Configurable Block Features #17252
Labels
[Feature] Block API
API that allows to express the block paradigm.
[Feature] Extensibility
The ability to extend blocks or the editing experience
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
[Type] Enhancement
A suggestion for improvement.
[Type] Tracking Issue
Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Is your feature request related to a problem? Please describe.
Gutenberg core blocks getting more features with each release.
As I'm developing client websites I have the need for removing some block features i.e. cover resizable feature. Authors will only mess with the content.
This is also the same for many other blocks.
Describe the solution you'd like
Adding the possibility to configure block features i.e.
remove_block_feature('core/cover', 'resizable')
Current solution
At the moment I have to recreate a lot of core blocks just to strip away features, my client don't need.
The text was updated successfully, but these errors were encountered: