Skip to content

Feature request: Preview for inline/IRRE elements #2235

@di-development

Description

@di-development

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions