mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
12 lines
337 B
Handlebars
12 lines
337 B
Handlebars
|
{{yield (hash
|
||
|
pane=(component "gh-simplemde"
|
||
|
value=markdown
|
||
|
placeholder=placeholder
|
||
|
autofocus=autofocus
|
||
|
onChange=(action "updateMarkdown")
|
||
|
onEditorInit=(action "setEditor")
|
||
|
onEditorDestroy=(action "destroyEditor")
|
||
|
options=simpleMDEOptions)
|
||
|
focus=(action "focusEditor")
|
||
|
)}}
|