| title | enable | ||||
|---|---|---|---|---|---|
| member | true | ||||
| date | 2021-07-26 13:19:20 -0700 | ||||
| lastmod | 2021-07-26 13:19:20 -0700 | ||||
| draft | false | ||||
| images | |||||
| menu |
|
||||
| weight | 130 | ||||
| toc | true |
A list of WordPress features to enable.
| Key | Type | Required | Default |
|---|---|---|---|
"enable" |
array |
No | [] |
Where "enable" is an array of strings selected from the options below.
| 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 |
"svg" |
Enables uploading SVGs in WordPress Admin |
| {.table .table-bordered .col1-nowrap} |
config.php
return [
"enable" => ["post-thumbnails", "menus"]
]Enabling menus and post thumbnails in your theme