2018-12-20 14:31:59 +00:00
|
|
|
{{layout/logo-heading
|
|
|
|
title="Categories"
|
|
|
|
desc="Assign one or more categories to help organize content within this space"
|
|
|
|
icon=constants.Icon.Category}}
|
|
|
|
|
2018-12-26 18:13:00 +00:00
|
|
|
{{#if categories}}
|
|
|
|
{{ui/ui-list-picker items=categories nameField="category" singleSelect=false}}
|
2018-12-20 14:31:59 +00:00
|
|
|
|
2018-12-26 18:13:00 +00:00
|
|
|
{{ui/ui-spacer size=300}}
|
2018-12-20 14:31:59 +00:00
|
|
|
|
2018-12-26 18:13:00 +00:00
|
|
|
{{ui/ui-button
|
|
|
|
color=constants.Color.Green
|
|
|
|
icon=constants.Icon.Category
|
|
|
|
label=constants.Label.Save
|
|
|
|
light=true
|
|
|
|
onClick=(action "onSave")}}
|
|
|
|
{{else}}
|
|
|
|
<p class="color-green-700">This space has no categories yet</p>
|
|
|
|
{{/if}}
|