-
Notifications
You must be signed in to change notification settings - Fork 219
Description
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!