0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Removed beta editor flag from admin x settings (#18473)

no refs
This commit is contained in:
Steve Larson 2023-10-04 08:35:34 -05:00 committed by GitHub
parent bed3e05eee
commit 4bdd8366ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,6 @@ const BetaFeatures: React.FC = () => {
return (
<List titleSeparator={false}>
<LabItem
action={<FeatureToggle flag='lexicalEditor' />}
detail={<>Try out <a className='text-green' href="https://ghost.org/changelog/editor-beta/" rel="noopener noreferrer" target="_blank">Ghost{`'`}s brand new editor</a>, and get early access to the latest features and improvements</>}
title='Ghost editor (beta)' />
<LabItem
action={<Button color='grey' label='Open' size='sm' onClick={() => updateRoute({isExternal: true, route: 'migrate'})} />}
detail={<>A <a className='text-green' href="https://ghost.org/help/importing-from-substack/" rel="noopener noreferrer" target="_blank">step-by-step tool</a> to easily import all your content, members and paid subscriptions</>}