plLexiconMgr Backyard View in context: {{NO EXAMPLE NEEDED}} $modx->controller->addLexiconTopic('romanescobackyard:manager');Source Purpose Caveats plLexiconWeb Backyard View in context: {{NO EXAMPLE NEEDED}} $modx->lexicon->load('romanescobackyard:default');Source Purpose Caveats hideEmptyTVCategories Backyard View in context: {{NO EXAMPLE NEEDED}} switch ($modx->event->name) { case 'OnManagerPageInit': $jsFile = '/assets/js/hide-empty-tv-categories.js'; $modx->regClientStartupScript($jsFile); break; } return;Source Purpose Caveats