yxc
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user