This commit is contained in:
2026-01-16 02:25:36 +01:00
parent 401255b92a
commit b17537e18f
2 changed files with 22 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ if ($fontSources) {
window.__editorMode = "<?=htmlspecialchars($mode, ENT_QUOTES)?>";
window.__editorId = <?= $id ?>;
window.BridgeParts = window.BridgeParts || {};
window.BridgeParts.DISABLE_EDITOR_EXTENSIONS = true;
window.BridgeParts.LOG_CONFIG = window.BridgeParts.LOG_CONFIG || {};
window.BridgeParts.LOG_CONFIG.INFO_ENABLED = false;
window.BridgeParts.LOG_CONFIG.DATA_ENABLED = false;