WordPress / gutenberg-starter-theme

A simple theme for testing Gutenberg.
GNU General Public License v2.0
683 stars 163 forks source link

Migrate Gutenberg theme support options into checkboxes. #88

Closed kjellr closed 5 years ago

kjellr commented 5 years ago

This PR takes the optional Gutenberg theme support declarations that the Gutenberg Starter theme uses, and migrates them into checkbox options on the "Theme Options" settings page created in #85. (Note that this page now lives under the "Appearance" menu). Moving these here will provide a quick way for developers to enable and disable these options while testing Gutenberg.

Because all of these had previously been enabled by default, the new checkboxes default to checked.

Testing


Screenshot:

Screen Shot 2019-07-24 at 9 02 02 AM