Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45134


Ignore:
Timestamp:
10/19/2018 05:09:01 PM (6 years ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45134

    • Property Summary changed from Add theme support for editor color palettes to Add theme support for new editor features
  • Ticket #45134 – Description

    initial v1  
    1 In the new editor, a theme can register support for color palettes with `add_theme_support()`.
     1There are several new theme features that themes can `add_theme_support()` for.
    22
    3 This should be moved to core.
     3These should be moved to core.
    44
    5 Documentation can be found on [https://github.com/WordPress/gutenberg/blob/master/docs/extensibility/theme-support.md#block-color-palettes Github under Theme Extensibility].
     5Documentation for these can be found on [https://github.com/WordPress/gutenberg/blob/master/docs/extensibility/theme-support.md Github under Theme Extensibility].