This commit is contained in:
2025-12-10 21:29:51 +01:00
parent 330c5bad9d
commit 8eb7244e41
2 changed files with 9 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
open: true, open: true,
label: '🔖 Placeholder', label: '🔖 Placeholder',
files: ['blocks-placeholder.js'], files: ['blocks-placeholder.js'],
registration_mode: 'sync', registration_mode: 'plugin',
}, },
        // --- 2. BAUSTEINE (bausteine) ---         // --- 2. BAUSTEINE (bausteine) ---
        bausteine: {         bausteine: {

View File

@@ -246,13 +246,14 @@
            // Der fehlerhafte Timeout-Block wurde entfernt.             // Der fehlerhafte Timeout-Block wurde entfernt.
        }         }
        let pluginsList = [ let pluginsList = [
            safetyPlugin,  safetyPlugin,
            // 🛑 KRITISCHE ERGÄNZUNG: Aktiviert das registrierte API-Plugin // 🛑 KRITISCHE ERGÄNZUNG: Aktiviert das registrierte API-Plugin
            'bridge-blocks-api',  'bridge-blocks-api',
            'bridge-categorization-master',  'bridge-categorization-master',
            'bridge-categorization-cleanup', 'bridge-categorization-cleanup',
        ]; 'bridge-blocks-placeholder',
];
        if (LOAD_NEWSLETTER_PRESET) {         if (LOAD_NEWSLETTER_PRESET) {
            pluginsList.push('gjs-preset-newsletter');             pluginsList.push('gjs-preset-newsletter');