Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.53 KB

File metadata and controls

45 lines (35 loc) · 1.53 KB
title enable
member true
date 2021-07-26 13:19:20 -0700
lastmod 2021-07-26 13:19:20 -0700
draft false
images
menu
docs
parent
configuration
weight 130
toc true

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
"svg" Enables uploading SVGs in WordPress Admin
{.table .table-bordered .col1-nowrap}

Example

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