[wp-trac] [WordPress Trac] #56487: Core themes: opt-in to appearance tools
WordPress Trac
noreply at wordpress.org
Thu Sep 1 14:40:28 UTC 2022
#56487: Core themes: opt-in to appearance tools
-------------------------+-----------------------------
Reporter: jffng | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
Core themes are not getting the latest design tools in the editor because
they require the theme to opt in.
Previously it was only possible to opt-in via a setting in theme.json, but
a theme support check was recently added:
https://github.com/WordPress/gutenberg/pull/43337.
I think we should add this theme support to bundled themes:
`add_theme_support( 'appearance-tools' );`
This will allow themes to use editor features like setting the border
styles and spacing, as well future enhancements. I am not sure how far
back we should go, but I think at least TT1 and TT.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56487>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list