mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 08:54:36 +03:00
✨ 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:
parent
47b4d5be8b
commit
bbd511b752
@ -56,11 +56,13 @@
|
|||||||
<div class="gh-main-section">
|
<div class="gh-main-section">
|
||||||
<h4 class="gh-main-section-header small bn">Beta features</h4>
|
<h4 class="gh-main-section-header small bn">Beta features</h4>
|
||||||
<div class="gh-expandable">
|
<div class="gh-expandable">
|
||||||
|
<Labs::Lexical />
|
||||||
|
|
||||||
<div class="gh-expandable-block">
|
<div class="gh-expandable-block">
|
||||||
<div class="gh-expandable-header">
|
<div class="gh-expandable-header">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="gh-expandable-title">Substack migrator</h4>
|
<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>
|
</div>
|
||||||
<LinkTo @route="migrate" class="gh-btn" data-test-link="migrate">
|
<LinkTo @route="migrate" class="gh-btn" data-test-link="migrate">
|
||||||
<span>Open</span>
|
<span>Open</span>
|
||||||
@ -68,6 +70,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</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>). Don’t 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">
|
<div class="gh-expandable-block">
|
||||||
<GhUploader
|
<GhUploader
|
||||||
@extensions={{this.redirectsFileExtensions}}
|
@extensions={{this.redirectsFileExtensions}}
|
||||||
@ -165,19 +181,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</GhUploader>
|
</GhUploader>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -200,8 +203,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Labs::Lexical />
|
|
||||||
|
|
||||||
<div class="gh-expandable-block">
|
<div class="gh-expandable-block">
|
||||||
<div class="gh-expandable-header">
|
<div class="gh-expandable-header">
|
||||||
<div>
|
<div>
|
||||||
|
@ -26,12 +26,12 @@ const GA_FEATURES = [
|
|||||||
const BETA_FEATURES = [
|
const BETA_FEATURES = [
|
||||||
'i18n',
|
'i18n',
|
||||||
'activitypub',
|
'activitypub',
|
||||||
'webmentions'
|
'webmentions',
|
||||||
|
'lexicalEditor'
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALPHA_FEATURES = [
|
const ALPHA_FEATURES = [
|
||||||
'urlCache',
|
'urlCache',
|
||||||
'lexicalEditor',
|
|
||||||
'lexicalMultiplayer',
|
'lexicalMultiplayer',
|
||||||
'websockets',
|
'websockets',
|
||||||
'stripeAutomaticTax',
|
'stripeAutomaticTax',
|
||||||
|
Loading…
Reference in New Issue
Block a user