Config enabledisable
This commit is contained in:
@@ -49,9 +49,10 @@ if ($fontSources) {
|
||||
window.__editorMode = "<?=htmlspecialchars($mode, ENT_QUOTES)?>";
|
||||
window.__editorId = <?= $id ?>;
|
||||
window.BridgeParts = window.BridgeParts || {};
|
||||
window.BridgeParts.DISABLE_EDITOR_EXTENSIONS = false;
|
||||
window.BridgeParts.DISABLE_EDITOR_BEHAVIOR = true;
|
||||
window.BridgeParts.DISABLE_PLACEHOLDERS = false;
|
||||
window.BridgeParts.ENABLE_EDITOR_EXTENSIONS = true;
|
||||
window.BridgeParts.ENABLE_EDITOR_BEHAVIOR = false;
|
||||
window.BridgeParts.ENABLE_PLACEHOLDERS = true;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user