Project

General

Profile

Actions

Feature #48538

open

Register flexform API (addFlexFormToPlugin)

Added by Felix Kopp almost 11 years ago. Updated about 8 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2013-05-26
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #65265: Register flexforms with ::registerPlugin()Closed2015-02-24

Actions
Actions #1

Updated by Felix Kopp almost 11 years ago

  • Status changed from New to Needs Feedback
Actions #2

Updated by Markus Klein over 9 years ago

Felix, still an issue, or can we close this?

Actions #3

Updated by Felix Kopp over 9 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?

Actions #4

Updated by Alexander Opitz over 9 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. ;-)

Actions #5

Updated by Mathias Schreiber about 8 years ago

  • Tracker changed from Task to Feature

I consider this important, though rather a feature than an actual task.

Actions #6

Updated by Mona Muzaffar almost 7 years ago

  • Related to Feature #65265: Register flexforms with ::registerPlugin() added
Actions

Also available in: Atom PDF