increase default minimum lines on editor
This commit is contained in:
parent
44bda43792
commit
97d473b21d
File diff suppressed because one or more lines are too long
|
@ -25,7 +25,8 @@ $(document).on('page:editor', function() {
|
||||||
maxLines: Infinity,
|
maxLines: Infinity,
|
||||||
theme: "ace/theme/github",
|
theme: "ace/theme/github",
|
||||||
showPrintMargin: false,
|
showPrintMargin: false,
|
||||||
fontSize: "1em"
|
fontSize: "1em",
|
||||||
|
minLines: 20
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#content').on('click', '#see-source', function(event) {
|
$('#content').on('click', '#see-source', function(event) {
|
||||||
|
|
Loading…
Reference in New Issue