TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
|
||||
|
||||
defined('TYPO3') or die();
|
||||
|
||||
ExtensionManagementUtility::addTypoScriptSetup('
|
||||
config.tx_extbase {
|
||||
mvc {
|
||||
throwPageNotFoundExceptionIfActionCantBeResolved = 0
|
||||
}
|
||||
persistence {
|
||||
enableAutomaticCacheClearing = 1
|
||||
}
|
||||
}
|
||||
');
|
||||
Reference in New Issue
Block a user