This commit is contained in:
2026-01-11 23:51:37 +01:00
parent 2841654f22
commit c9badafda3
2 changed files with 3 additions and 103 deletions

View File

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