Jake Vanderwerf
2026-05-12 7213ae7358c86aa3ca7e416a22379b42ed0f4eac
temp.php
@@ -294,7 +294,7 @@
 *  - dash_description = (string) customize the description for custom dashboard
 *  - directory_extra = (array) of BASEless slugs of taxonomies to link in directory
 *  - sections = (array) 'slug' => $options, where options include ['label' => $label, 'icon' => $iconSlug]; used to split large groups of fields into tabs on the edit page
 *  - fields = (array) of fields, as defined in MetaManager.php, as well as additional options:
 *  - fields = (array) of fields, as defined in Meta.php, as well as additional options:
 *  - 'quickEdit' => (bool) whether this field can be edited in the custom administrator dashboard (best for text fields)
 *  - 'section' => (string) the slug of the section, as defined above
 */
@@ -611,7 +611,7 @@
 *         - approve_new        = (bool) if true, admin/verified users need to approve before 'live'
 *         - track_changes        = (bool) if true, table is created to track historical changes
 *         - for_content        = (array) of post type slugs, as defined in JVB_CONTENT
 *         - fields            = (array) of custom field definitions, from inc/managers/MetaManager.php
 *         - fields            = (array) of custom field definitions, from inc/managers/Meta.php
 *             -> add use_in_stats (bool) to use the field in user statistics
 */
@@ -721,7 +721,7 @@
        ],
        'singular' => 'Theme',
        'plural' => 'Themes',
        'icon' => 'hashtag',
        'icon' => 'hash',
        'favouritable' => true,
        'show_feed' => true,
        'approve_new' => false,