{{#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="gh-input 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-input class="gh-input post-setting-date" id="post-setting-date" value=publishedAtValue name="post-setting-date" focus-out="setPublishedAt" stopEnterKeyDownPropagation="true"}}
{{#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-input class="gh-input 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-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}}

{{seoTitle}}
{{seoDescription}}
{{! .settings-menu-content }} {{/if}} {{/gh-tab-pane}}
{{/gh-tabs-manager}}