Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong "Changed in version 13.0" for registerPlugin() #5431

Open
brotkrueml opened this issue Mar 12, 2025 · 0 comments
Open

Wrong "Changed in version 13.0" for registerPlugin() #5431

brotkrueml opened this issue Mar 12, 2025 · 0 comments

Comments

@brotkrueml
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant