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:
Fabien O'Carroll 2024-04-17 13:33:59 +07:00 committed by Fabien 'egg' O'Carroll
parent 7d42d1473e
commit 0fb290a841
2 changed files with 5 additions and 0 deletions

View File

@ -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 = () => {

View File

@ -38,6 +38,7 @@ const BETA_FEATURES = [
];
const ALPHA_FEATURES = [
'ActivityPub',
'NestPlayground',
'urlCache',
'lexicalMultiplayer',