yxc
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
open: true,
|
||||
label: '🔖 Placeholder',
|
||||
files: ['blocks-placeholder.js'],
|
||||
registration_mode: 'sync',
|
||||
registration_mode: 'plugin',
|
||||
},
|
||||
// --- 2. BAUSTEINE (bausteine) ---
|
||||
bausteine: {
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user