From e8563dec12e8b635632a8ab3de0555566a5a2189 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 6 Feb 2026 02:13:10 +0100 Subject: [PATCH] elements --- config/current.ver | 2 +- public/assets/js/bridge/blocks-custom.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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',