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?
Updated by Stephan Großberndt over 9 years ago
- Tracker changed from Bug to Feature
- Target version deleted (
7.0)
Updated by Stephan Großberndt over 9 years ago
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47323
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Mona Muzaffar over 7 years ago
- Related to Feature #48538: Register flexform API (addFlexFormToPlugin) added
Updated by Susanne Moog almost 7 years ago
- Target version changed from 9.0 to 9.2
Updated by Benni Mack over 6 years ago
- Target version changed from 9.2 to Candidate for Major Version
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to New
Patch was abandoned.
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
closed in favor of #48538
Actions