2018-02-15 18:57:44 +03:00
|
|
|
{{#koenig-card
|
2018-02-20 18:02:47 +03:00
|
|
|
class=(concat (kg-style "media-card") " miw-100 tc")
|
2018-02-15 18:57:44 +03:00
|
|
|
isSelected=isSelected
|
|
|
|
isEditing=isEditing
|
|
|
|
selectCard=(action selectCard)
|
|
|
|
editCard=(action editCard)
|
2018-02-03 21:20:50 +03:00
|
|
|
}}
|
2018-02-15 18:57:44 +03:00
|
|
|
{{#if isEditing}}
|
|
|
|
{{gh-cm-editor payload.html
|
|
|
|
class="koenig-card-html--editor"
|
|
|
|
autofocus=true
|
|
|
|
update=(action "updateHtml")
|
|
|
|
}}
|
|
|
|
{{else}}
|
|
|
|
{{{payload.html}}}
|
2018-02-15 20:14:30 +03:00
|
|
|
<div class="koenig-card-click-overlay"></div>
|
2018-02-15 18:57:44 +03:00
|
|
|
{{/if}}
|
|
|
|
{{/koenig-card}}
|