1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00
documize/gui/app/templates/components/document/block-editor.hbs

4 lines
183 B
Handlebars
Raw Normal View History

<div class="block-editor">
{{component editorType document=document space=space page=page meta=meta blockMode=true onCancel=(action "onCancel") onAction=(action "onAction")}}
2017-12-08 17:24:39 +00:00
</div>