1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Update codemirror.plugin.php

This commit is contained in:
Sergey Romanenko
2014-06-05 14:30:04 +04:00
parent 17569174aa
commit c5534d26ad

View File

@@ -71,7 +71,7 @@ class CodeMirror
echo ('<script>
$(document).ready(function() {
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
lineNumbers: true,
lineNumbers: false,
styleActiveLine: true,
matchBrackets: true,
indentUnit: 4,