increase default minimum lines on editor
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,
|
||||
theme: "ace/theme/github",
|
||||
showPrintMargin: false,
|
||||
fontSize: "1em"
|
||||
fontSize: "1em",
|
||||
minLines: 20
|
||||
});
|
||||
|
||||
$('#content').on('click', '#see-source', function(event) {
|
||||
|
|
Loading…
Reference in New Issue