2018-12-20 18:20:56 +00:00
|
|
|
{{#layout/master-sidebar}}
|
|
|
|
{{ui/ui-spacer size=300}}
|
|
|
|
<div class="section">
|
|
|
|
{{#link-to "folder.settings"}}
|
|
|
|
{{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.ArrowLeft label="Space Settings"}}
|
2018-05-30 16:08:25 +01:00
|
|
|
{{/link-to}}
|
2018-12-20 18:20:56 +00:00
|
|
|
</div>
|
|
|
|
{{/layout/master-sidebar}}
|
2017-03-04 21:07:39 +00:00
|
|
|
|
2018-12-20 18:20:56 +00:00
|
|
|
{{#layout/master-content}}
|
|
|
|
{{layout/logo-heading
|
|
|
|
title="Content Blocks"
|
|
|
|
desc="Content blocks provide re-usable content that can be inserted into any document"
|
|
|
|
icon=constants.Icon.Integrations}}
|
2018-05-30 16:08:25 +01:00
|
|
|
|
2018-12-20 18:20:56 +00:00
|
|
|
{{document/block-editor document=model.document folder=model.folder block=model.block
|
|
|
|
onCancel=(action "onCancel") onAction=(action "onAction")}}
|
|
|
|
{{/layout/master-content}}
|