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:
@@ -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
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user