{{focus-input id="siteTitle" type="text" value=model.general.title class=(if hasTitleInputError "form-control is-invalid" "form-control")}} Provide short title for this Documize Community instance
{{{model.general.message}}}
Provide short message explaining this Documize Community instance
{{ui/theme-picker onChange=(action "onThemeChange")}}
{{ui/ui-button light=true color=constants.Color.Gray label="Use Default" onClick=(action "onDefaultLogo")}} {{ui/ui-button-gap}} {{ui/ui-button light=true color=constants.Color.Yellow label="Upload Custom" id="upload-logo"}}
You can choose to upload a small logo (e.g. 64px x 64px)
{{#if (eq appMeta.location "selfhost")}}
{{input id="orgDomain" type="text" value=domain class="form-control" placeholder="e.g. docs"}} If you are hosting on "docs.example.org" then the subdomain value should be set to "docs"
{{/if}}
{{x-toggle value=model.general.allowAnonymousAccess size="medium" theme="light" onToggle=(action (mut model.general.allowAnonymousAccess))}} Share content with unauthenticated site visitors
{{input id="conversionEndpoint" type="text" value=model.general.conversionEndpoint class=(if hasConversionEndpointInputError "form-control is-invalid" "form-control")}} Endpoint for handling import/export (e.g. https://api.documize.com, read the documentation)
How many tags can be assigned to a document (between 3 and 10 tags)
{{ui/ui-button color=constants.Color.Green light=true icon=constants.Icon.Settings label=constants.Label.Save onClick=(action "save")}}