diff --git a/public/editor/editor-core.php b/public/editor/editor-core.php index 63d0246..30faed4 100644 --- a/public/editor/editor-core.php +++ b/public/editor/editor-core.php @@ -49,6 +49,9 @@ if ($fontSources) { window.__editorMode = ""; window.__editorId = ; window.BridgeParts = window.BridgeParts || {}; + window.BridgeParts.LOG_CONFIG = window.BridgeParts.LOG_CONFIG || {}; + window.BridgeParts.LOG_CONFIG.INFO_ENABLED = false; + window.BridgeParts.LOG_CONFIG.DATA_ENABLED = false; window.BridgeParts.CURRENT_ENTITY_ID = window.BridgeParts.CURRENT_ENTITY_ID || ; window.BridgeParts.API_KERNEL_URL = window.BridgeParts.API_KERNEL_URL || '/api.php'; window.BridgeParts.API_BASE = window.BridgeParts.API_BASE || window.BridgeParts.API_KERNEL_URL;