This commit is contained in:
2026-02-06 02:13:10 +01:00
parent 03dc95c721
commit e8563dec12
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
1.2.63
1.2.64

View File

@@ -75,9 +75,11 @@
<a href="#" style="${css({display:'inline-block','background-color':'#0ea5e9',color:'#fff','text-decoration':'none',padding:'10px 18px','border-radius':'6px','font-family':'Arial,sans-serif','font-size':'14px'})}">Call To Action</a></div>` });
// TABLE
const hasBridgeTable = !!(editor && editor.DomComponents && editor.DomComponents.getType && editor.DomComponents.getType('bridge-table'));
const tableType = hasBridgeTable ? 'bridge-table' : 'table';
addOnce(bm, 'cust-table', { id:'cust-table', label:'🧩 Tabelle (2xN)',
content:{
type:'bridge-table',
type: tableType,
tagName:'table',
attributes:{
role:'presentation',