From 357e467f152e6960b78c7e9f2f7ccda7d8cdbdb9 Mon Sep 17 00:00:00 2001 From: Thomas Rawiel Date: Mon, 15 Jun 2026 15:56:32 +0200 Subject: [PATCH] [FIX] Fix Yoast SEO Snippet Preview for Newsletter doktype --- ext_tables.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext_tables.php b/ext_tables.php index 9a91b7db..158d1947 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -87,4 +87,8 @@ ExtensionManagementUtility::addUserTSConfig( 'options.pageTree.doktypesToShowInNewPageDragArea := addToList(' . $doktype . ')' ); + + if (ExtensionManagementUtility::isLoaded('yoast_seo')) { + $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['yoast_seo']['allowedDoktypes']['luxletter'] = $doktype; + } }