Design

{{gh-task-button task=save class="gh-btn gh-btn-blue gh-btn-icon" data-test-save-button=true}}
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 activateTheme=(action "activateTheme") downloadTheme=(action "downloadTheme") deleteTheme=(action "deleteTheme")}} {{#link-to "settings.design.uploadtheme" class="gh-btn gh-btn-green gh-themes-uploadbtn" 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}} {{#if showThemeWarningsModal}} {{gh-fullscreen-modal "theme-warnings" model=(hash title="Theme activated with warnings" warnings=themeWarnings ) close=(action "hideThemeWarningsModal") modifier="action wide"}} {{/if}} {{#if showThemeErrorsModal}} {{gh-fullscreen-modal "theme-warnings" model=(hash title="Theme activation failed" warnings=themeWarnings ) close=(action "hideThemeWarningsModal") modifier="action wide"}} {{/if}}
{{outlet}}