Jake Vanderwerf
2026-05-28 57d34239ee9ddb0bafe7b451edd766c2089fc9d7
content/_setup.php
@@ -23,7 +23,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
 */
@@ -33,7 +33,7 @@
require(AJV_DIR . '/content/progress.php');
require(AJV_DIR . '/content/terms.php');
add_filter('jvb_content', 'altr_content');
//add_filter('jvb_content', 'altr_content');
function altr_content($content):array
{
    return [