create-block-theme
create-block-theme copied to clipboard
Ability to reset theme style settings
What problem does this address?
A common workflow for updating theme settings using Create Block Theme is
- Load an existing base theme (Twenty Twenty Four is currently a common choice)
- Edit Global Styles
- Persist those to theme.json, using Create Block theme
- Export the theme files
One thing you can't do in this workflow (without manually editing theme.json) is to reset or remove a theme's styles, without overriding them.
We should have a way to do this in the UI, at least through a theme.json editor, but ideally in the Global Styles UI.
Related to https://github.com/WordPress/create-block-theme/issues/466
Agreed that this makes more sense to explore in CBT plugin for now. Thank you for creating this issue here!