Add backend preview renderer for booking link teaser

This commit is contained in:
Björn Fromme
2021-09-30 17:27:38 +02:00
parent 94520a76c2
commit f319a0450c
3 changed files with 46 additions and 0 deletions
@@ -28,6 +28,8 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][$layout]['tt_content_drawItem']['tease
\EP\EpTheme\Hooks\PageLayoutView\TeaserConceptPreviewRenderer::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][$layout]['tt_content_drawItem']['teaser_product'] =
\EP\EpTheme\Hooks\PageLayoutView\TeaserProductPreviewRenderer::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][$layout]['tt_content_drawItem']['teaser_booking_link'] =
\EP\EpTheme\Hooks\PageLayoutView\TeaserBookingLinkPreviewRenderer::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][$layout]['tt_content_drawItem']['gmap'] =
\EP\EpTheme\Hooks\PageLayoutView\GmapPreviewRenderer::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][$layout]['tt_content_drawItem']['disturber'] =