This commit is contained in:
2026-01-16 03:01:25 +01:00
parent b63089a4fa
commit 5d781db586
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
// TABLE
addOnce(bm, 'cust-table', { id:'cust-table', label:'🧩 Tabelle (2xN)',
content:`<table data-gjs-type="bridge-table" data-bridge-rows="3" data-bridge-cols="2" role="presentation" width="100%" cellpadding="0" cellspacing="0" style="${css({'font-family':'Arial,sans-serif','border-collapse':'collapse','width':'100%','margin-bottom':'16px'})}">
content:`<table data-gjs-type="bridge-table" data-bridge-table="1" data-bridge-rows="3" data-bridge-cols="2" role="presentation" width="100%" cellpadding="0" cellspacing="0" style="${css({'font-family':'Arial,sans-serif','border-collapse':'collapse','width':'100%','margin-bottom':'16px'})}">
<tr>
<th style="${css({'text-align':'left','padding':'8px','border':'1px solid #e2e8f0','background-color':'#f8fafc','font-size':'13px'})}">Spalte A</th>
<th style="${css({'text-align':'left','padding':'8px','border':'1px solid #e2e8f0','background-color':'#f8fafc','font-size':'13px'})}">Spalte B</th>

View File

@@ -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;