0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -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 // input for the "labs" setting value
const BETA_FEATURES = [ const BETA_FEATURES = [
'activitypub', 'activitypub',
'webmentions',
'emailErrors' 'emailErrors'
]; ];
@ -34,7 +35,6 @@ const ALPHA_FEATURES = [
'urlCache', 'urlCache',
'beforeAfterCard', 'beforeAfterCard',
'lexicalEditor', 'lexicalEditor',
'webmentions',
'webmentionEmail', 'webmentionEmail',
'outboundLinkTagging', 'outboundLinkTagging',
'milestoneEmails' 'milestoneEmails'