From 8eb7244e412f5acdab1072635b61854637705d7c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 10 Dec 2025 21:29:51 +0100 Subject: [PATCH] yxc --- public/assets/js/bridge/category-config.js | 2 +- public/editor/bridge-core.js | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/public/assets/js/bridge/category-config.js b/public/assets/js/bridge/category-config.js index 0a2cfaf..e8a637d 100644 --- a/public/assets/js/bridge/category-config.js +++ b/public/assets/js/bridge/category-config.js @@ -22,7 +22,7 @@ open: true, label: '🔖 Placeholder', files: ['blocks-placeholder.js'], - registration_mode: 'sync', + registration_mode: 'plugin', },         // --- 2. BAUSTEINE (bausteine) ---         bausteine: { diff --git a/public/editor/bridge-core.js b/public/editor/bridge-core.js index 8025dda..47872bf 100644 --- a/public/editor/bridge-core.js +++ b/public/editor/bridge-core.js @@ -246,13 +246,14 @@             // Der fehlerhafte Timeout-Block wurde entfernt.         } -        let pluginsList = [ -            safetyPlugin,  -            // 🛑 KRITISCHE ERGÄNZUNG: Aktiviert das registrierte API-Plugin -            'bridge-blocks-api',  -            'bridge-categorization-master',  -            'bridge-categorization-cleanup', -        ]; + let pluginsList = [ + safetyPlugin, + // 🛑 KRITISCHE ERGÄNZUNG: Aktiviert das registrierte API-Plugin + 'bridge-blocks-api', + 'bridge-categorization-master', + 'bridge-categorization-cleanup', + 'bridge-blocks-placeholder', + ];         if (LOAD_NEWSLETTER_PRESET) {             pluginsList.push('gjs-preset-newsletter');