{{layout/logo-heading title="General Options" desc="Set options to control how people interact with this space" 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"}}
{{ui/ui-select id="spacetypes-dropdown" content=spaceTypeOptions optionValuePath="id" optionLabelPath="label" selection=spaceType action=(action "onSetSpaceType")}}
{{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')}}