0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Promoted webmentions to private beta

refs https://github.com/TryGhost/Team/issues/2509
This commit is contained in:
Fabien "egg" O'Carroll 2023-02-02 16:42:13 +07:00
parent e5d31e2900
commit 669b1927aa

View file

@ -27,6 +27,7 @@ const GA_FEATURES = [
// input for the "labs" setting value
const BETA_FEATURES = [
'activitypub',
'webmentions',
'emailErrors'
];
@ -34,7 +35,6 @@ const ALPHA_FEATURES = [
'urlCache',
'beforeAfterCard',
'lexicalEditor',
'webmentions',
'webmentionEmail',
'outboundLinkTagging',
'milestoneEmails'