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: Preview for inline/IRRE elements #2235

Open
di-development opened this issue Feb 14, 2025 · 0 comments
Open

Feature request: Preview for inline/IRRE elements #2235

di-development opened this issue Feb 14, 2025 · 0 comments

Comments

@di-development
Copy link

di-development commented Feb 14, 2025

Preview for inline/IRRE elements
I'm not entirely sure whether this is a task for Mask or for TYPO3. Here is an excerpt from my TCA:
'content_elements' => [ 'exclude' => 0, 'label' => 'mylabel', 'config' => [ 'type' => 'inline', 'foreign_table' => 'tt_content', 'foreign_field' => 'tx_wissensthema', 'appearance' => [ 'collapseAll' => 1, 'levelLinksPosition' => 'top', 'showSynchronizationLink' => 1, 'showPossibleLocalizationRecords' => 1, 'showAllLocalizationLink' => 1, ], 'behaviour' => [ 'enableCascadingDelete' => true, ], ], ],
Do you have any idea how I can generate a backend preview when I select a Mask element under 'content_elements'? In the past, this could be done with \TYPO3\CMS\Backend\View\PageLayoutView, among other things, but that class has been removed.

Maybe someone has an idea?

Typo3 v12.4.24
Mask v8.3.11

Thanks, and keep it up! Great extension!

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