From 5edc64d0131a695fc64e1b4290f1d3a3b61966cc Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 16 Jan 2026 03:02:47 +0100 Subject: [PATCH] table builder --- public/editor/editor-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/editor/editor-core.php b/public/editor/editor-core.php index 4a7cd80..d3c7b3b 100644 --- a/public/editor/editor-core.php +++ b/public/editor/editor-core.php @@ -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 = false; + window.BridgeParts.ENABLE_TABLE_BUILDER = true; window.BridgeParts.LOG_CONFIG = window.BridgeParts.LOG_CONFIG || {}; window.BridgeParts.LOG_CONFIG.INFO_ENABLED = false; window.BridgeParts.LOG_CONFIG.DATA_ENABLED = false;