Project

General

Profile

Actions

Feature #92929

closed

Allow registering additional "trees" in Configuration Module

Added by Sebastian Michaelsen over 3 years ago. Updated over 3 years ago.

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

Also available in: Atom PDF