extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

Configuration/page.tsconfig

Open SSFGizmo opened this issue 1 year ago • 0 comments

Is there anything against creating 'Configuration/page.tsconfig' and moving this part from extLocalconf.phpt

mod <k:curlyBrackets>
            wizards.newContentElement.wizardItems.ext-{extension.extensionKey} <k:curlyBrackets>
                header = {extension.name}
                after = common
                elements {<f:for each="{extension.plugins}" as="plugin">
                    {plugin.key} <k:curlyBrackets>
                        iconIdentifier = {extension.extensionKey}-plugin-{plugin.key}
                        title = LLL:EXT:{extension.extensionKey}/Resources/Private/Language/locallang_db.xlf:tx_{extension.extensionKey}_{plugin.key}.name
                        description = LLL:EXT:{extension.extensionKey}/Resources/Private/Language/locallang_db.xlf:tx_{extension.extensionKey}_{plugin.key}.description
                        tt_content_defValues <k:curlyBrackets>
                            CType = {extension.extensionKey}_{plugin.key}
                        </k:curlyBrackets>
                    </k:curlyBrackets></f:for>
                }
                show = *
            </k:curlyBrackets>
       </k:curlyBrackets>

to it?

  • https://docs.typo3.org/m/typo3/reference-tsconfig/12.4/en-us/UsingSetting/PageTSconfig.html#pagesettingdefaultpagetsconfig

SSFGizmo avatar May 13 '24 09:05 SSFGizmo