From 662bee57ab76b5b46e9e8c8c00dcd018d4e2bc7d Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Fri, 7 Jul 2023 14:19:07 +0200 Subject: [PATCH] [TASK] Add preview event todo --- ext_localconf.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext_localconf.php b/ext_localconf.php index 50119c1..5d8317d 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -22,7 +22,8 @@ ); } - // todo v11? + // todo v12? + // TYPO3\CMS\Backend\View\Event\PageContentPreviewRenderingEvent $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem'][$extKey] = \SkillDisplay\SkilldisplayContent\Backend\Preview::class;