(function(){ window.BridgeBlocksCustomElements = window.BridgeBlocksCustomElements || []; window.BridgeBlocksCustomElements.push(function(ctx){ const { bm, addOnce, css } = ctx; addOnce(bm, 'cust-table', { id:'cust-table', label:'🧩 Tabelle (2xN)', content:`
Spalte A Spalte B
Zeile 1 ...
Zeile 2 ...
` }); }); })();