From 669b1927aa2d7d705393aeb7de5484acc7bafc6b Mon Sep 17 00:00:00 2001 From: "Fabien \"egg\" O'Carroll" Date: Thu, 2 Feb 2023 16:42:13 +0700 Subject: [PATCH] Promoted webmentions to private beta refs https://github.com/TryGhost/Team/issues/2509 --- ghost/core/core/shared/labs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'