table builder

This commit is contained in:
2026-01-16 03:02:47 +01:00
parent 5d781db586
commit 5edc64d013

View File

@@ -52,7 +52,7 @@ if ($fontSources) {
window.BridgeParts.ENABLE_EDITOR_EXTENSIONS = true; window.BridgeParts.ENABLE_EDITOR_EXTENSIONS = true;
window.BridgeParts.ENABLE_EDITOR_BEHAVIOR = false; window.BridgeParts.ENABLE_EDITOR_BEHAVIOR = false;
window.BridgeParts.ENABLE_PLACEHOLDERS = true; 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 = window.BridgeParts.LOG_CONFIG || {};
window.BridgeParts.LOG_CONFIG.INFO_ENABLED = false; window.BridgeParts.LOG_CONFIG.INFO_ENABLED = false;
window.BridgeParts.LOG_CONFIG.DATA_ENABLED = false; window.BridgeParts.LOG_CONFIG.DATA_ENABLED = false;