Codemirror greck support
This commit is contained in:
parent
29b825bfbb
commit
465fde6611
2
core/vendor/codemirror/codemirror.css
vendored
2
core/vendor/codemirror/codemirror.css
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
.CodeMirror {
|
||||
/* Set height, width, borders, and global font properties here */
|
||||
font-family: monospace;
|
||||
font-family: Arial, monospace;
|
||||
height: 300px;
|
||||
color: black;
|
||||
direction: ltr;
|
||||
|
4
core/vendor/tinymce/init.js
vendored
4
core/vendor/tinymce/init.js
vendored
@ -73,9 +73,9 @@ tinymce.init({
|
||||
config: { // CodeMirror config object
|
||||
fullscreen: true,
|
||||
/*mode: 'application/x-httpd-php',*/
|
||||
indentUnit: 4,
|
||||
lineNumbers: true,
|
||||
mode: "htmlmixed",
|
||||
indentUnit: 4,
|
||||
mode: "htmlmixed"
|
||||
},
|
||||
jsFiles: [
|
||||
'mode/php/php.js',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.CodeMirror {
|
||||
/* Set height, width, borders, and global font properties here */
|
||||
font-family: monospace;
|
||||
font-family: Arial, monospace;
|
||||
height: 300px;
|
||||
}
|
||||
.CodeMirror-scroll {
|
||||
|
Loading…
x
Reference in New Issue
Block a user