typo3/sysext/cms/ext_localconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/cms/ext_localconf.php b/typo3/sysext/cms/ext_localconf.php index 3aba2f9..91a9a49 100644 --- a/typo3/sysext/cms/ext_localconf.php +++ b/typo3/sysext/cms/ext_localconf.php @@ -3,7 +3,7 @@ if (!defined('TYPO3_MODE')) { die('Access denied.'); } -if (TYPO3_MODE === 'BE') { +if (TYPO3_MODE === 'BE' or TYPO3_MODE === 'FE') { \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig(' options.saveDocView = 1 options.saveDocNew = 1