Actions
Feature #65265
closedRegister flexforms with ::registerPlugin()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2015-02-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
I think it is too much boiler plate to register a plugin flexform in the current system. What I'd want is something like this, using ::registerPlugin()
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( $_EXTKEY, 'Pi1', 'pi1', array('flexform1.xml', ...) );
What do you think?
Actions