From 31fd91d815fa25b53735c0543029bd608ac0be9d Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 16 Jan 2026 01:19:45 +0100 Subject: [PATCH] SDsad --- public/editor/editor-core.php | 3 +++ 1 file changed, 3 insertions(+) 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;