Block Editor: Allow a theme to override settings per block for editor features #22657
Labels
[Feature] Themes
Questions or issues with incorporating or styling blocks in a theme.
[Package] Block editor
/packages/block-editor
[Status] In Progress
Tracking issues with work in progress
[Type] New API
New API to be used by plugin developers or package users.
Description
Related to #22622.
Follow up for #22291 where initial handling for block editor features were introduced.
Usage:
Based on that idea, it included block level overrides for features using the following definition of the block:
The idea is to take it to the next level – a theme should be able to disable any editor feature for the selected block using
experimental-theme.json
config file specific for the theme.The full proposal from @nosolosw in #22291 (review).
The text was updated successfully, but these errors were encountered: