Feature #48538
openRegister flexform API (addFlexFormToPlugin)
0%
Description
Registering plugins based on tt_conent became easy with the introduction of
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(…);
To register FlexForm xml files a similar easy APi should be available:
API to register plugin
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( $_EXTKEY, 'UniqueAction', 'Speaking title' );
New API to register FlexForm:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addFlexFormToPlugin( $_EXTKEY, 'UniqueAction, 'FILE:EXT:' . $_EXTKEY . '/Configuration/FlexForms/UniqueAction.xml' );
(Compare the complex definition within http://wiki.typo3.org/Extension_Development,_using_Flexforms#Configure_the_Extension_for_configuration_in_the_BE)
Updated by Felix Kopp over 11 years ago
- Status changed from New to Needs Feedback
Updated by Markus Klein over 10 years ago
Felix, still an issue, or can we close this?
Updated by Felix Kopp over 10 years ago
Would still <3 to see a good API here - since adding Flexforms is not super convenient.
I will not work on this but would like to see an improved solution.
What do you think / close?
Updated by Alexander Opitz over 10 years ago
- Category set to Backend API
- Status changed from Needs Feedback to New
No, not closing ... but removing the "Needs Feedback" else no one will read the issue. ;-)
Updated by Mathias Schreiber over 8 years ago
- Tracker changed from Task to Feature
I consider this important, though rather a feature than an actual task.
Updated by Mona Muzaffar over 7 years ago
- Related to Feature #65265: Register flexforms with ::registerPlugin() added