This commit is contained in:
2026-01-12 00:01:27 +01:00
parent c9badafda3
commit f943adf54d

View File

@@ -1025,9 +1025,6 @@ const buildPlaceholderHTML = (payload) => {
function register(editor) { function register(editor) {
log('EXECUTION', `Starte Placeholder-Registrierung für ${TARGET_CAT_ID}.`, '#DAA520'); log('EXECUTION', `Starte Placeholder-Registrierung für ${TARGET_CAT_ID}.`, '#DAA520');
// Temporär deaktiviert: Placeholder-Funktionalität komplett aussetzen.
return;
const bm = editor.BlockManager; const bm = editor.BlockManager;
ensurePlaceholderComponent(editor); ensurePlaceholderComponent(editor);
ensureTextSupportsPlaceholders(editor); ensureTextSupportsPlaceholders(editor);