diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index c43a1a2207..cb09d52e72 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -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'