‪TYPO3CMS  10.4
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 
3 if (!defined('TYPO3_MODE')) {
4  die('Access denied.');
5 }
6 
7 if (!is_array(‪$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['dashboard_rss'] ?? null)) {
8  ‪$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['dashboard_rss'] = [
9  'frontend' => \TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::class,
10  'backend' => \TYPO3\CMS\Core\Cache\Backend\FileBackend::class,
11  'options' => [
12  'defaultLifetime' => 900,
13  ],
14  ];
15 }
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:5