diff --git a/public/assets/js/bridge/blocks-custom.js b/public/assets/js/bridge/blocks-custom.js index 7fdb98c..9c4ee09 100644 --- a/public/assets/js/bridge/blocks-custom.js +++ b/public/assets/js/bridge/blocks-custom.js @@ -76,7 +76,7 @@ // TABLE addOnce(bm, 'cust-table', { id:'cust-table', label:'🧩 Tabelle (2xN)', - content:` + content:`
diff --git a/public/editor/editor-core.php b/public/editor/editor-core.php index d3c7b3b..4a7cd80 100644 --- a/public/editor/editor-core.php +++ b/public/editor/editor-core.php @@ -52,7 +52,7 @@ if ($fontSources) { window.BridgeParts.ENABLE_EDITOR_EXTENSIONS = true; window.BridgeParts.ENABLE_EDITOR_BEHAVIOR = false; window.BridgeParts.ENABLE_PLACEHOLDERS = true; - window.BridgeParts.ENABLE_TABLE_BUILDER = true; + window.BridgeParts.ENABLE_TABLE_BUILDER = false; window.BridgeParts.LOG_CONFIG = window.BridgeParts.LOG_CONFIG || {}; window.BridgeParts.LOG_CONFIG.INFO_ENABLED = false; window.BridgeParts.LOG_CONFIG.DATA_ENABLED = false;
Spalte A Spalte B