Actions
Feature #92929
closedAllow registering additional "trees" in Configuration Module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-11-25
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The list of available "trees" ($GLOBALS['TYPO3_CONF_VARS']
, $GLOBALS['TCA']
, ..., Event Listeners
) of the Configuration module is hardcoded in the ConfigurationController . An item for the form extension is added via if (ExtensionManagementUtility::isLoaded('form'))
.
Instead there should be an interface to add configration trees. The form
extension and other extensions that maintain a configuration can then just add themselves to the module.
Actions