buildAllUncached'; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc'][] = 'FluidTYPO3\\Vhs\\Service\\AssetService->clearCacheCommand'; $GLOBALS['TYPO3_CONF_VARS']['FE']['addRootLineFields'] .= (TRUE === empty($GLOBALS['TYPO3_CONF_VARS']['FE']['addRootLineFields']) ? '' : ',') . 'nav_hide'; if (FALSE === is_array($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['vhs_main'])) { $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['vhs_main'] = array( 'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\StringFrontend', 'options' => array( 'defaultLifetime' => 804600 ), 'groups' => array('pages', 'all') ); } if (FALSE === is_array($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['vhs_markdown'])) { $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['vhs_markdown'] = array( 'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\StringFrontend', 'options' => array( 'defaultLifetime' => 804600 ), 'groups' => array('pages', 'all') ); }