enable

A list of WordPress features to enable.

Usage

KeyTypeRequiredDefault
"enable"arrayNo[]

Where "enable" is an array of strings selected from the options below.

Options

KeyDescription
"post-thumbnails"Enables post thumbnails
"menus"Enables WordPress menus. Individual menus can be registered using the menu-locations option.
"styleselect"Enables custom tinyMCE styles, declared here

Example

config.php
return [
"enable" => ["post-thumbnails","menus"]
]
Enabling menus and post thumbnails in your theme