enable
A list of WordPress features to enable.
Usage
Key | Type | Required | Default |
---|---|---|---|
"enable" | array | No | [] |
Where "enable"
is an array of strings selected from the options below.
Options
Key | Description |
---|---|
"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"]]