2021-01-21 18:45:59 +03:00
|
|
|
<section class="gh-canvas">
|
|
|
|
<GhCanvasHeader class="gh-canvas-header">
|
|
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
|
|
|
Settings
|
|
|
|
</h2>
|
2022-09-06 12:16:53 +03:00
|
|
|
{{#if (feature 'auditLog')}}
|
|
|
|
<section class="view-actions">
|
|
|
|
{{#if this.upgradeStatus.message}}
|
2022-09-06 12:25:47 +03:00
|
|
|
<button type="button" class="gh-btn gh-btn-with-notification" {{on "click" (fn this.openAbout null)}} data-tooltip="Update available!">
|
2022-09-06 12:16:53 +03:00
|
|
|
<span>About Ghost</span>
|
|
|
|
<span class="gh-btn-notification-dot green"></span>
|
|
|
|
</button>
|
|
|
|
{{else}}
|
2022-09-06 12:25:47 +03:00
|
|
|
<button type="button" class="gh-btn gh-btn-with-notification" {{on "click" (fn this.openAbout null)}}>
|
2022-09-06 12:16:53 +03:00
|
|
|
<span>About Ghost</span>
|
|
|
|
</button>
|
|
|
|
{{/if}}
|
|
|
|
</section>
|
|
|
|
{{/if}}
|
2021-01-21 18:45:59 +03:00
|
|
|
</GhCanvasHeader>
|
|
|
|
|
2021-02-08 23:16:41 +03:00
|
|
|
<section class="view-container">
|
2021-01-28 18:25:21 +03:00
|
|
|
<div class="gh-setting-header gh-first-header">Website</div>
|
2021-01-21 18:45:59 +03:00
|
|
|
<div class="gh-settings-main-grid">
|
2021-03-29 12:19:33 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.general" data-test-nav="general">
|
2021-04-08 18:25:32 +03:00
|
|
|
<span class="yellow">{{svg-jar "settings"}}</span>
|
2021-01-21 18:45:59 +03:00
|
|
|
<div>
|
|
|
|
<h4>General</h4>
|
2021-01-28 18:25:21 +03:00
|
|
|
<p>Basic publication details and site metadata</p>
|
2021-01-21 18:45:59 +03:00
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2021-11-10 15:45:26 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.design" data-test-nav="design">
|
|
|
|
<span class="blue">{{svg-jar "paint-palette"}}</span>
|
|
|
|
<div>
|
|
|
|
<h4>Design</h4>
|
|
|
|
<p>Customize your site and manage themes</p>
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2021-03-29 12:19:33 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.navigation" data-test-nav="navigation">
|
2022-08-30 17:36:46 +03:00
|
|
|
<span class="pink">{{svg-jar "compass"}}</span>
|
2021-01-28 18:25:21 +03:00
|
|
|
<div>
|
|
|
|
<h4>Navigation</h4>
|
|
|
|
<p>Set up primary and secondary menus</p>
|
2021-01-21 18:45:59 +03:00
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2021-11-03 17:55:45 +03:00
|
|
|
|
2022-04-14 14:39:10 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.staff" data-test-nav="staff">
|
2021-10-04 14:01:12 +03:00
|
|
|
<span class="green">{{svg-jar "staff"}}</span>
|
|
|
|
<div>
|
|
|
|
<h4>Staff</h4>
|
|
|
|
<p>Manage authors, editor and collaborators</p>
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2021-01-28 18:25:21 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="gh-setting-header">Members</div>
|
|
|
|
<div class="gh-settings-main-grid">
|
2021-05-14 16:33:18 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.membership" data-test-nav="members-membership">
|
2021-05-20 12:10:15 +03:00
|
|
|
<span class="blue">{{svg-jar "members"}}</span>
|
2021-04-21 14:09:40 +03:00
|
|
|
<div>
|
2021-05-14 16:33:18 +03:00
|
|
|
<h4>Membership</h4>
|
2021-05-19 19:07:25 +03:00
|
|
|
<p>Access, subscription, and pricing options</p>
|
2021-04-21 14:09:40 +03:00
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2022-05-05 14:36:16 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.newsletters" data-test-nav="members-email">
|
2021-04-08 18:25:32 +03:00
|
|
|
<span class="yellow">{{svg-jar "email-stroke"}}</span>
|
2021-01-28 18:25:21 +03:00
|
|
|
<div>
|
|
|
|
<h4>Email newsletter</h4>
|
2021-06-09 18:28:19 +03:00
|
|
|
<p>Customize emails and set email addresses</p>
|
2021-01-21 18:45:59 +03:00
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2021-01-28 18:25:21 +03:00
|
|
|
</div>
|
|
|
|
|
2021-03-02 19:41:24 +03:00
|
|
|
<div class="gh-setting-header">Advanced</div>
|
2021-01-28 18:25:21 +03:00
|
|
|
<div class="gh-settings-main-grid">
|
2022-04-14 14:39:10 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.integrations" data-test-nav="integrations">
|
2021-10-18 14:27:42 +03:00
|
|
|
<span class="yellow">{{svg-jar "module"}}</span>
|
2021-10-04 14:01:12 +03:00
|
|
|
<div>
|
|
|
|
<h4>Integrations</h4>
|
|
|
|
<p>Make Ghost work with apps and tools</p>
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
|
|
|
|
2021-10-18 14:27:42 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.code-injection" data-test-nav="code-injection">
|
|
|
|
<span class="green">{{svg-jar "brackets"}}</span>
|
|
|
|
<div>
|
|
|
|
<h4>Code injection</h4>
|
|
|
|
<p>Add code to your publication</p>
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
|
|
|
|
2021-01-22 14:24:45 +03:00
|
|
|
<LinkTo class="gh-setting-group" @route="settings.labs" data-test-nav="labs">
|
2022-09-06 12:16:53 +03:00
|
|
|
<span class="{{if (feature 'auditLog') "blue" "pink"}}">{{svg-jar "labs"}}</span>
|
2021-01-21 18:45:59 +03:00
|
|
|
<div>
|
|
|
|
<h4>Labs</h4>
|
2021-01-28 18:25:21 +03:00
|
|
|
<p>Testing ground for new features</p>
|
2021-01-21 18:45:59 +03:00
|
|
|
</div>
|
|
|
|
</LinkTo>
|
2022-09-06 12:16:53 +03:00
|
|
|
|
|
|
|
{{#if (feature 'auditLog')}}
|
|
|
|
<LinkTo class="gh-setting-group" @route="settings.audit-log" data-test-nav="labs">
|
|
|
|
<span class="pink">{{svg-jar "calendar-stroke"}}</span>
|
|
|
|
<div>
|
|
|
|
<h4>History</h4>
|
|
|
|
<p>View system event log</p>
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
|
|
|
{{/if}}
|
2021-01-21 18:45:59 +03:00
|
|
|
</div>
|
|
|
|
</section>
|
2021-03-29 12:19:33 +03:00
|
|
|
</section>
|
2021-01-28 18:25:21 +03:00
|
|
|
|
|
|
|
{{#if this.showLeaveSettingsModal}}
|
|
|
|
<GhFullscreenModal @modal="leave-settings"
|
|
|
|
@confirm={{action "leavePortalSettings"}}
|
|
|
|
@close={{action "closeLeaveSettingsModal"}}
|
|
|
|
@modifier="action wide" />
|
2022-05-05 14:36:16 +03:00
|
|
|
{{/if}}
|