{{#gh-tabs-manager selected="showSubview" id="entry-controls" class="settings-menu-container"}}

Post Settings

{{gh-uploader uploaded="setCoverImage" canceled="clearCoverImage" description="Add post image" image=model.image uploaderReference=uploaderReference tagName="section"}}
{{#if model.isPublished}} View post {{else}} Preview {{/if}} {{gh-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" focus-out="updateSlug" selectOnClick="true" stopEnterKeyDownPropagation="true"}} {{gh-url-preview slug=slugValue tagName="p" classNames="description"}}
{{#gh-form-group errors=model.errors property="post-setting-date"}} {{gh-datetime-input value=model.publishedAt update=(action "setPublishedAt") inputClass="post-setting-date" inputId="post-setting-date" inputName="post-setting-date"}} {{gh-error-message errors=model.errors property="post-setting-date"}} {{/gh-form-group}}
{{gh-selectize id="tag-input" multiple=true selection=model.tags content=availableTags optionValuePath="content.uuid" optionLabelPath="content.name" openOnFocus=false create-item="addTag" remove-item="removeTag" plugins="remove_button, drag_drop"}}
{{#unless session.user.isAuthor}}
{{gh-select-native name="post-setting-author" id="author-list" content=authors optionValuePath="id" optionLabelPath="name" selection=selectedAuthor action="changeAuthor" }}
{{/unless}}
{{! .settings-menu-content }}
{{! .post-settings-menu }}
{{#gh-tab-pane}} {{#if isViewingSubview}}

Meta Data

{{!flexbox space-between}}
{{#gh-form-group errors=model.errors property="metaTitle"}} {{gh-input class="post-setting-meta-title" id="meta-title" value=metaTitleScratch name="post-setting-meta-title" focus-out="setMetaTitle" stopEnterKeyDownPropagation="true"}}

Recommended: 70 characters. You’ve used {{gh-count-down-characters metaTitleScratch 70}}

{{gh-error-message errors=model.errors property="metaTitle"}} {{/gh-form-group}} {{#gh-form-group errors=model.errors property="metaDescription"}} {{gh-textarea class="gh-input post-setting-meta-description" id="meta-description" value=metaDescriptionScratch name="post-setting-meta-description" focus-out="setMetaDescription" stopEnterKeyDownPropagation="true"}}

Recommended: 156 characters. You’ve used {{gh-count-down-characters metaDescriptionScratch 156}}

{{gh-error-message errors=model.errors property="metaDescription"}} {{/gh-form-group}}
{{seoTitle}}
{{seoDescription}}
{{! .settings-menu-content }} {{/if}} {{/gh-tab-pane}}
{{/gh-tabs-manager}}