diff --git a/config/current.ver b/config/current.ver index 6579f9d..0323a29 100644 --- a/config/current.ver +++ b/config/current.ver @@ -1 +1 @@ -1.2.63 \ No newline at end of file +1.2.64 \ No newline at end of file diff --git a/public/assets/js/bridge/blocks-custom.js b/public/assets/js/bridge/blocks-custom.js index a2f2b21..dd888b6 100644 --- a/public/assets/js/bridge/blocks-custom.js +++ b/public/assets/js/bridge/blocks-custom.js @@ -75,9 +75,11 @@ Call To Action` }); // 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',