{{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 instance
{{textarea id="siteMessage" rows="3" value=model.general.message class=(if hasMessageInputError "form-control is-invalid" "form-control")}} Provide short message explaining this Documize 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)
{{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")}}