Added internal linking beta

no issue

When enabled the URL inputs in the link toolbar and bookmark card will search for posts, pages, authors, and tags, allowing for faster link creation and less interruption to workflow.

- moved internal linking feature from private to public beta
This commit is contained in:
Kevin Ansfield 2024-05-30 15:14:04 +01:00
parent 3fdacb16ee
commit 2db35abc3c
2 changed files with 4 additions and 4 deletions

View File

@ -59,10 +59,6 @@ const features = [{
title: 'NestJS Playground',
description: 'Wires up the Ghost NestJS App to the Admin API',
flag: 'NestPlayground'
},{
title: 'Internal Linking (private beta)',
description: 'Adds internal URL search to editor link inputs',
flag: 'internalLinking'
},{
title: 'Internal Linking @-links (internal alpha)',
description: 'Adds internal URL search when typing @ in the editor',

View File

@ -15,6 +15,10 @@ const BetaFeatures: React.FC = () => {
return (
<List titleSeparator={false}>
<LabItem
action={<FeatureToggle flag="internalLinking" />}
detail={<>Search and link to your own content directly inside the editor so that your workflow is never interrupted</>}
title='Internal linking' />
<LabItem
action={<FeatureToggle flag="additionalPaymentMethods" />}
detail={<>Enable support for PayPal, iDEAL, WeChat Pay and others. <a className='text-green' href="https://ghost.org/help/payment-methods" rel="noopener noreferrer" target="_blank">Learn more &rarr;</a></>}