asdasd
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user