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

Group Plugins #433

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Group Plugins #433

wants to merge 5 commits into from

Conversation

ste101
Copy link
Contributor

@ste101 ste101 commented Aug 4, 2021

https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.4/Feature-91008-ItemGroupingForTCASelectItems.html

Or would it be better to add this in TCA configuration directly but its not clear to me how to do this.

@@ -4,5 +4,6 @@
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'TestExtension',
'Testplugin',
'Test plugin'
'Test plugin',
'EXT:testExtension/Resources/Public/Icons/user_plugin_testplugin.svg'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extension key must be test_extension

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTcaSelectItemGroup(
'tt_content',
'list_type',
'<k:format.lowercaseFirst>{extension.extensionName}</k:format.lowercaseFirst>',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use inline notation

<f:for each="{extension.Plugins}" as="plugin">
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'{extension.extensionName}',
'<k:format.uppercaseFirst>{plugin.key}</k:format.uppercaseFirst>',
'<k:format.quoteString>{plugin.name}</k:format.quoteString>'
'<k:format.quoteString>{plugin.name}</k:format.quoteString>',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use inline notation

@simonschaufi
Copy link
Contributor

@ste101 it may surprise you but I just felt like I should ask you if you want to join the extension builder team?

@ste101
Copy link
Contributor Author

ste101 commented Aug 20, 2021

@ste101 it may surprise you but I just felt like I should ask you if you want to join the extension builder team?

Thank you, its an honor.
Changing basics are bejond my skills but I will help as much as I can.

@simonschaufi
Copy link
Contributor

if you want, I can add you to our private slack channel where we discuss internals. just ping me on slack (simonschaufi)

@PKuhlmay PKuhlmay force-pushed the master branch 2 times, most recently from 135b509 to 62c8064 Compare August 9, 2024 13:36
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

Successfully merging this pull request may close these issues.

2 participants