Ghost/ghost/admin/lib/gh-koenig/addon/templates/components/html-card.hbs
2017-03-02 09:56:52 +00:00

6 lines
162 B
Handlebars

{{#if isEditing}}
{{{value}}}
{{else}}
{{gh-cm-editor value update=(action (mut value))}} {{!-- codemirror editor component from Ghost-Admin --}}
{{/if}}