mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Update codemirror.plugin.php
This commit is contained in:
@@ -71,7 +71,7 @@ class CodeMirror
|
|||||||
echo ('<script>
|
echo ('<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
|
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
|
||||||
lineNumbers: true,
|
lineNumbers: false,
|
||||||
styleActiveLine: true,
|
styleActiveLine: true,
|
||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
indentUnit: 4,
|
indentUnit: 4,
|
||||||
|
Reference in New Issue
Block a user