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

Moved ActivityPub labs flag to (private) beta (#21363)

no refs
This commit is contained in:
Michael Barrett 2024-10-22 12:45:45 +01:00
parent 7dc0c87b44
commit c6bfd0f98f
No known key found for this signature in database

View file

@ -30,11 +30,11 @@ const BETA_FEATURES = [
'activitypub', 'activitypub',
'stripeAutomaticTax', 'stripeAutomaticTax',
'webmentions', 'webmentions',
'editorExcerpt' 'editorExcerpt',
'ActivityPub'
]; ];
const ALPHA_FEATURES = [ const ALPHA_FEATURES = [
'ActivityPub',
'NestPlayground', 'NestPlayground',
'urlCache', 'urlCache',
'lexicalMultiplayer', 'lexicalMultiplayer',