mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
parent
b7c1ed2aef
commit
d1351dc8a3
@ -232,6 +232,7 @@
|
|||||||
this.editor = CodeMirror.fromTextArea(document.getElementById('entry-markdown'), {
|
this.editor = CodeMirror.fromTextArea(document.getElementById('entry-markdown'), {
|
||||||
mode: 'markdown',
|
mode: 'markdown',
|
||||||
tabMode: 'indent',
|
tabMode: 'indent',
|
||||||
|
tabindex: "2",
|
||||||
lineWrapping: true
|
lineWrapping: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<section class="box entry-title">
|
<section class="box entry-title">
|
||||||
<input type="text" id="entry-title"
|
<input type="text" id="entry-title"
|
||||||
placeholder="{{e "editor.entry_title.placeholder" "The Post Title Gets Inserted Up Here"}}"
|
placeholder="{{e "editor.entry_title.placeholder" "The Post Title Gets Inserted Up Here"}}"
|
||||||
value="{{title}}">
|
value="{{title}}" tabindex="1">
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user