{{layout/logo-heading title=(localize 'space') desc=(localize 'settings') icon=constants.Icon.Settings}}
{{focus-input id="space-name" type="text" value=spaceName class=(if hasNameError "form-control is-invalid" "form-control") placeholder="" autocomplete="off"}}
{{{spaceDesc}}}
{{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=(localize 'feedback_prompt_hint') value=likes}} {{localize 'feedback_prompt_explain'}}
{{/if}}
{{ui/ui-button color=constants.Color.Green icon=constants.Icon.Settings label=(localize 'save') light=true onClick=(action "onSave")}}