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;