Added Feature Flag for ActivityPub
ref MOM-31 ref https://linear.app/tryghost/issue/MOM-31 Ronseal - let's goooooooo
This commit is contained in:
parent
7d42d1473e
commit
0fb290a841
@ -67,6 +67,10 @@ const features = [{
|
||||
title: 'Internal Linking',
|
||||
description: 'Adds internal URL search to editor link inputs',
|
||||
flag: 'internalLinking'
|
||||
},{
|
||||
title: 'ActivityPub',
|
||||
description: '(Highly) Experimental support for ActivityPub.',
|
||||
flag: 'ActivityPub'
|
||||
}];
|
||||
|
||||
const AlphaFeatures: React.FC = () => {
|
||||
|
@ -38,6 +38,7 @@ const BETA_FEATURES = [
|
||||
];
|
||||
|
||||
const ALPHA_FEATURES = [
|
||||
'ActivityPub',
|
||||
'NestPlayground',
|
||||
'urlCache',
|
||||
'lexicalMultiplayer',
|
||||
|
Loading…
Reference in New Issue
Block a user