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

Feature request: Different wizard configurations per content element #39

Open
saitho opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@saitho
Copy link

saitho commented Jan 10, 2025

We have different use cases where we want to use the Focuspoint extension, which require different fields in the wizard.
Right now I don't see a way to achieve this without introducing a separate database field and copying nearly all classes and adapt for the new database field (overwriting the renderType inside the sys_file_reference (e.g. defining columnOverrides inside overrideChildTca) does not work by TYPO3 Core).

Can we add a way to setup field configuration in the wizard per content element?

mod.tx_bwfocuspointimages.settings {
	fields {
        _default {
          // default fields here
       }
       tx_myext_worldmap {
         // specific fields available only in focuspoints wizard of content element "tx_myext_worldmap"
       }
    }
}

Maybe that can be considered in the upcoming refactoring. :)

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