From 5c563c2da56f22d98a4587dd61c8fed88450a4e8 Mon Sep 17 00:00:00 2001 From: "Javi H. Gil" Date: Tue, 9 Jun 2026 13:28:29 +0200 Subject: [PATCH] Prevent too many deprecation messages --- src/Form/Type/SectionType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Form/Type/SectionType.php b/src/Form/Type/SectionType.php index 4c4c00d..c25d39e 100644 --- a/src/Form/Type/SectionType.php +++ b/src/Form/Type/SectionType.php @@ -81,8 +81,8 @@ public function configureOptions(OptionsResolver $resolver): void foreach ($this->cmsConfig->getSites() as $site) { foreach ($this->localeHelper->getEnabledLocales() as $locale) { - $attr['data-section-preview'] .= '
'; } }