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');