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

Post Settings

{{gh-uploader uploaded="setCoverImage" canceled="clearCoverImage" image=image tagName="section"}}
{{gh-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" focus-out="updateSlug" selectOnClick="true" stopEnterKeyDownPropagation="true"}}
{{gh-input class="post-setting-date" id="post-setting-date" value=publishedAtValue name="post-setting-date" focus-out="setPublishedAt" stopEnterKeyDownPropagation="true"}}
{{#unless session.user.isAuthor}}
{{view "select" name="post-setting-author" id="author-list" content=authors optionValuePath="content.id" optionLabelPath="content.name" selection=selectedAuthor}}
{{/unless}}
{{! .settings-menu-content }}
{{! .post-settings-menu }}
{{#gh-tab-pane}}

Meta Data

{{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-textarea class="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 }} {{/gh-tab-pane}}
{{/gh-tabs-manager}}