0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40: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 committed by GitHub
parent 1ce5dc34ca
commit f7fbb6edcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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