{{layout/logo-heading title="Space Meta" desc="Set space visibility, icon and label" icon=constants.Icon.Settings}}
{{focus-input id="space-name" type="text" value=spaceName class=(if hasNameError "form-control is-invalid" "form-control") placeholder="Space name" autocomplete="off"}}
{{focus-input id="space-desc" type="text" value=spaceDesc class="form-control" placeholder="Space description" autocomplete="off"}}
{{ui/ui-select id="spacetypes-dropdown" content=spaceTypeOptions optionValuePath="id" optionLabelPath="label" selection=spaceType action=(action "onSetSpaceType")}}
    {{#each iconList as |icon|}}
  • {{ui/ui-icon-meta icon=icon}}
  • {{/each}}
{{x-toggle value=allowLikes size="medium" theme="light" onToggle=(action (mut allowLikes))}}
{{#if allowLikes}}
{{input type="text" id="space-likes-prompt" class="form-control" placeholder="Enter prompt asking for user feedback" value=likes}} Specify the prompt, e.g. Did this help you? Was this helpful? Did you find what you needed?
{{/if}}
{{ui/ui-button color=constants.Color.Green icon=constants.Icon.Settings label=constants.Label.Save light=true onClick=(action "onSave")}}