You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In TYPO3 13 this is now automatically registered by the TCA from the step above."
This is not correct, as the step 1 above does not provide TCA, instead registers an Extbase plugin in the frontend. Instead, the registerPlugin() provides three additional parameters for configuring the New Content Element Wizard entry for this plugin in backend.
The current version states that you can omit the call to the registerPlugin() method.
Expected behavior/output
Remove the text from "Changed in version 13.0", instead three additional arguments can be provided.
Current behavior
The second point on this page:
https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/ExtensionArchitecture/Extbase/Reference/FrontendPlugins.html
(registerPlugin(): Add the plugin as option to the field "Type" of the content element (column CType of table tt_content).) states:
"In TYPO3 13 this is now automatically registered by the TCA from the step above."
This is not correct, as the step 1 above does not provide TCA, instead registers an Extbase plugin in the frontend. Instead, the
registerPlugin()
provides three additional parameters for configuring the New Content Element Wizard entry for this plugin in backend.The current version states that you can omit the call to the
registerPlugin()
method.Expected behavior/output
Remove the text from "Changed in version 13.0", instead three additional arguments can be provided.
Links
Changelog: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Feature-102834-Auto-registrationOfNewContentElementWizardViaTCA.html#feature-102834-1705256634
TYPO3 versions
13, main
The text was updated successfully, but these errors were encountered: