Changes between Initial Version and Version 1 of Ticket #45134
- Timestamp:
- 10/19/2018 05:09:01 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45134
-
Property
Summary
changed from
Add theme support for editor color palettes
toAdd theme support for new editor features
-
Property
Summary
changed from
-
Ticket #45134 – Description
initial v1 1 In the new editor, a theme can register support for color palettes with `add_theme_support()`.1 There are several new theme features that themes can `add_theme_support()` for. 2 2 3 Th isshould be moved to core.3 These should be moved to core. 4 4 5 Documentation can be found on [https://github.com/WordPress/gutenberg/blob/master/docs/extensibility/theme-support.md#block-color-palettesGithub under Theme Extensibility].5 Documentation for these can be found on [https://github.com/WordPress/gutenberg/blob/master/docs/extensibility/theme-support.md Github under Theme Extensibility].