You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention that some settings can't be configured via the BE and not be found in Global Configuration settings and in $GLOBALS['TYPO3_CONF_VARS'] etc.
#2265
Open
sypets opened this issue
Oct 10, 2022
· 0 comments
Global Configuration Settings in BE ( "Configure Installation-Wide Options"), which also means you can't change it via the BE
LocalConfiguration.php
BE: Configuration | TYPO3_CONF_VARS
If this setting does not exist, the default is just used, so this seems to be correct and desired behaviour. But this can make it confusing, because the setting does exist, is documented, but you can't see it where you expect it.
Also $GLOBALS['TYPO3_CONF_VARS']['SYS']['FileInfo']['fileExtensionToMimeType'] which is already handled in #3772
in any case, since it is now a regex and this could easily be messed up, it is probably a good decision to not offer it in the Configuration dialog IMHO
Update Oct 10 / 2022 - modfied description some more.
Specifically, the setting fileDenyPattern can not be found in:
If this setting does not exist, the default is just used, so this seems to be correct and desired behaviour. But this can make it confusing, because the setting does exist, is documented, but you can't see it where you expect it.
Also
$GLOBALS['TYPO3_CONF_VARS']['SYS']['FileInfo']['fileExtensionToMimeType']
which is already handled in #3772Suggestion
For now, it might be helpful to just add a note about that in the documentation: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/Typo3ConfVars/BE.html#filedenypattern
further remarks
Changelog
The text was updated successfully, but these errors were encountered: