Block Setting Templates - Reusable block configurations #2783
Labels
Customization
Issues related to Phase 2: Customization efforts
[Type] Question
Questions about the design or development of the editor.
Gutenberg blocks contain many settings. (drop cap, sizes, colors, alignment, ...)
This could result in style inconsistencies over time, if editors for example choose different settings for the same type of block.
"Block Setting Templates" could help here. These templates are packages of predefined block settings.
If the user selects the template (from a list, dropdown), all preconfigured settings are applied for the current block.
Example templates for "wp:core/paragraph" (see matching config below):
These templates can be created by the user in the frontend (button "create new template")
or programatically via configuration file. (see pseudo code config below)
Notes:
Block Setting Template config (pseudo code)
This is only a suggestion and first idea. Maybe there is a better way to implement something like this.
The text was updated successfully, but these errors were encountered: