TYPO3CMS-Reference-CoreApi
TYPO3CMS-Reference-CoreApi copied to clipboard
"TYPO3 Explained": Main TYPO3 Core Document: Main classes, Security, TypoScript syntax, Extension API and much more
As mentioned in https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/4070 there are currently 3 spelling errors in the main diagram of the introduction at https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Introduction/Index.html. See: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/blob/51f04cd439fa3ff6989f2130b0e02c2431d9c467/Documentation/Introduction/Index.rst + https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/blob/main/Documentation/Images/Graphics/Typo3CmsStructure.png "Costomization" > "Customization" "Ingteraction" > "Interaction" "Database...
Update Oct 10 / 2022 - modfied description some more. ---- Specifically, the setting **fileDenyPattern** can not be found in: * typo3/sysext/core/Configuration/DefaultConfiguration.php * typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml * Global Configuration Settings in BE...
Add link and description where these settins can be set in the backend because these settins are handled differently and cannot be changed in the BE module in "Configure Installation-Wide...
Documentation for $GLOBALS['TYPO3_CONF_VARS']['SYS']['FileInfo']['fileExtensionToMimeType'] is added. Resolves: #3772
### Current behavior There is no complete list of all console commands and all scheduler tasks. A list can be obtained by running the command or looking in the scheduler,...
**Update**: There is already plan by Security Team to work on new chapter and examples (see Slack). ## todo * [ ] contact security team / Torben Hansen and add...
### Expected behavior/output * use the term "Feature toggle(s)" because that is the correct term (relevant for SEO). * Add a link to description of [feature toggles.](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/FeatureToggles.html) * Add explanation...
### Current behavior The "Extension configuration" documentation talks about flexforms and how its data can be used, but not how they must be registered to appear in the plugin element...
### Current behavior The option `$GLOBALS['TYPO3_CONF_VARS']['SYS']['FileInfo']['fileExtensionToMimeType']` exists. It is used in FileInfo::getMimeType. This option is listed in core/Configuration/DefaultConfiguration.php, but cannot be configured in the BE module "Global Configuration". It is...