1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Break out document tag and category mng sections

Separate out screens for tag and category management.
This commit is contained in:
McMatts 2018-12-20 14:31:59 +00:00
parent 3c81297fc6
commit e140caff55
9 changed files with 315 additions and 105 deletions

View file

@ -0,0 +1,19 @@
{{layout/logo-heading
title="Categories"
desc="Assign one or more categories to help organize content within this space"
icon=constants.Icon.Category}}
{{ui/ui-list-picker items=categories nameField="category" singleSelect=false}}
{{#unless categories}}
<p class="color-green-700">This space has no categories yet</p>
{{/unless}}
{{ui/ui-spacer size=300}}
{{ui/ui-button
color=constants.Color.Green
icon=constants.Icon.Category
label=constants.Label.Save
light=true
onClick=(action "onSave")}}