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

Configuration/page.tsconfig #786

Open
SSFGizmo opened this issue May 13, 2024 · 0 comments
Open

Configuration/page.tsconfig #786

SSFGizmo opened this issue May 13, 2024 · 0 comments
Assignees
Labels

Comments

@SSFGizmo
Copy link

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?

@PKuhlmay PKuhlmay added this to the Next v12 Release milestone Jun 30, 2024
@PKuhlmay PKuhlmay self-assigned this Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants