1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): codemirror code improvements #211

This commit is contained in:
Awilum
2020-01-31 15:33:13 +03:00
parent 9c2067201d
commit ce5e3df11a

View File

@@ -19,11 +19,7 @@
mode: "application/x-httpd-php",
{% endif %}
indentWithTabs: false,
{% if registry.settings.admin_panel.theme == 'light' %}
theme: "elegant",
{% elseif registry.settings.admin_panel.theme == 'dark' %}
theme: "monokai",
{% endif %}
theme: "elegant",
styleActiveLine: true
});