diff --git a/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/sys_file.php b/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/sys_file.php new file mode 100644 index 00000000..24bc1d99 --- /dev/null +++ b/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/sys_file.php @@ -0,0 +1,10 @@ + [ + 'default_sortby' => 'name DESC' + ], +]; + +\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($GLOBALS['TCA']['sys_file'], $tca); \ No newline at end of file diff --git a/public/typo3conf/ext/ep_theme/ext_emconf.php b/public/typo3conf/ext/ep_theme/ext_emconf.php index e5a0bc68..1a46e3c9 100644 --- a/public/typo3conf/ext/ep_theme/ext_emconf.php +++ b/public/typo3conf/ext/ep_theme/ext_emconf.php @@ -14,7 +14,9 @@ $EM_CONF[$_EXTKEY] = [ 'clearCacheOnLoad' => 0, 'version' => '1.1.0', 'constraints' => [ - 'depends' => [], + 'depends' => [ + 'media' => '*' + ], 'conflicts' => [], 'suggests' => [] ],