Added beta of the new Ghost editor (#16923)

no issue

Keep an eye on Ghost's changelog (https://ghost.org/changelog/) for the full feature announcement.
This commit is contained in:
Kevin Ansfield 2023-06-05 09:46:31 +01:00 committed by GitHub
parent 47b4d5be8b
commit bbd511b752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 18 deletions

View File

@ -56,11 +56,13 @@
<div class="gh-main-section">
<h4 class="gh-main-section-header small bn">Beta features</h4>
<div class="gh-expandable">
<Labs::Lexical />
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Substack migrator</h4>
<p class="gh-expandable-description">Import all your content, members and paid subscriptions</p>
<p class="gh-expandable-description">A <a href="https://ghost.org/help/importing-from-substack/" target="_blank" rel="noopener noreferrer">step-by-step tool</a> to easily import all your content, members and paid subscriptions</p>
</div>
<LinkTo @route="migrate" class="gh-btn" data-test-link="migrate">
<span>Open</span>
@ -68,6 +70,20 @@
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Portal translation</h4>
<p class="gh-expandable-description">
Translate your membership flows into your publication language (<a href="https://github.com/TryGhost/Ghost/tree/main/ghost/i18n/locales" target="_blank" rel="noopener noreferrer">supported languages</a>). Dont see yours? <a href="https://forum.ghost.org/t/help-translate-ghost-beta/37461" target="_blank" rel="noopener noreferrer">Get involved</a>
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="i18n" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<GhUploader
@extensions={{this.redirectsFileExtensions}}
@ -165,19 +181,6 @@
</div>
</GhUploader>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Enable Portal translations (beta)</h4>
<p class="gh-expandable-description">
Enable support for translations in the members signup/login system
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="i18n" />
</div>
</div>
</div>
</div>
</div>
@ -200,8 +203,6 @@
</div>
</div>
<Labs::Lexical />
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>

View File

@ -26,12 +26,12 @@ const GA_FEATURES = [
const BETA_FEATURES = [
'i18n',
'activitypub',
'webmentions'
'webmentions',
'lexicalEditor'
];
const ALPHA_FEATURES = [
'urlCache',
'lexicalEditor',
'lexicalMultiplayer',
'websockets',
'stripeAutomaticTax',