Skip to content

Commit 1fea4f3

Browse files
[BUGFIX] execute PageContentPreviewRendering before 'typo3-backend/fluid-preview/content'
In some cases, the PageContentPreviewRendering event is not executed. Therefore, we execute this before “typo3-backend/fluid-preview/content”.
1 parent 3698040 commit 1fea4f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Listener/PageContentPreviewRendering.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(
2222
) {
2323
}
2424

25-
#[AsEventListener]
25+
#[AsEventListener(before: 'typo3-backend/fluid-preview/content')]
2626
public function __invoke(PageContentPreviewRenderingEvent $event): void
2727
{
2828
$record = $event->getRecord();

0 commit comments

Comments
 (0)