Design

{{#gh-spin-button class="gh-btn gh-btn-blue" action="save" submitting=submitting}}Save{{/gh-spin-button}}
Navigation
{{#sortable-group onChange=(action 'reorderItems') as |group|}} {{#each model.navigation as |navItem|}} {{gh-navitem navItem=navItem baseUrl=blogUrl addItem="addNavItem" deleteItem="deleteNavItem" updateUrl="updateUrl" group=group}} {{/each}} {{/sortable-group}} {{gh-navitem navItem=newNavItem baseUrl=blogUrl addItem="addNavItem" updateUrl="updateUrl"}}
Themes
{{gh-theme-table themes=themes activeTheme=model.activeTheme activateTheme=(action "setTheme") downloadTheme=(action "downloadTheme") deleteTheme=(action "deleteTheme")}}
{{#link-to "settings.design.uploadtheme" class="gh-btn gh-btn-green" data-test-upload-theme-button=true}} Upload a theme {{/link-to}}
{{#if showDeleteThemeModal}} {{gh-fullscreen-modal "delete-theme" model=(hash theme=themeToDelete download=(action "downloadTheme" themeToDelete) ) close=(action "hideDeleteThemeModal") confirm=(action "deleteTheme") modifier="action wide"}} {{/if}}
{{outlet}}