{{layout/logo-heading title="Content Settings" desc="Set name, description and lifecycle stage" icon=constants.Icon.Settings}}
{{focus-input id="document-name" type="text" value=docName class=(if hasNameError "form-control mousetrap is-invalid" "form-control mousetrap") placeholder="Title" autocomplete="off"}}
{{textarea id="document-excerpt" rows="4" value=docExcerpt class="form-control mousetrap" placeholder="Excerpt" autocomplete="off"}} Optional description explaining content
{{ui/ui-button color=constants.Color.Green icon=constants.Icon.Settings label=constants.Label.Save light=true onClick=(action "onSave")}}