1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/pods/customize/labels/template.hbs

11 lines
249 B
Handlebars
Raw Normal View History

{{layout/logo-heading
title="Labels"
desc="Group and navigate spaces with visual labels"
icon=constants.Icon.Checkbox}}
{{customize/space-labels
labels=model
onAdd=(action "onAdd")
onDelete=(action "onDelete")
onUpdate=(action "onUpdate")}}