From 946e58a395f6db4327a652407c22ff7598cc9ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Buchmann?= Date: Tue, 4 Feb 2025 15:50:03 +0100 Subject: [PATCH] Move yoast-advanced palette to SEO tab Currently the palette `yoast-advanced` with the Field `tx_yoastseo_hide_snippet_preview ` is placed in the "Social Media" Tab after the `twitter_image`. Should be moved to the SEO tab. --- Classes/Service/TcaService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Service/TcaService.php b/Classes/Service/TcaService.php index e55e79cd..d7c05d3b 100644 --- a/Classes/Service/TcaService.php +++ b/Classes/Service/TcaService.php @@ -252,7 +252,7 @@ protected function addToTypes(): void $this->table, '--palette--;' . self::LL_PREFIX_TCA . 'pages.palettes.advances;yoast-advanced,', $this->types, - 'after: twitter_image' + 'after: sitemap_priority' ); }