From ca6ee41806490d55f7ee7d28c90c5a96a60e07b9 Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 22 Sep 2023 15:25:52 +0800 Subject: [PATCH] Promoted collections feature to GA refs https://github.com/TryGhost/Arch/issues/95 - The collections endpoints APIs are stable and ready to be used by internal Ghost features --- 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 25dd712dea..77e026ff43 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -15,6 +15,7 @@ const messages = { // flags in this list always return `true`, allows quick global enable prior to full flag removal const GA_FEATURES = [ 'audienceFeedback', + 'collections', 'themeErrorsNotification', 'outboundLinkTagging', 'announcementBar', @@ -36,7 +37,6 @@ const ALPHA_FEATURES = [ 'websockets', 'stripeAutomaticTax', 'emailCustomization', - 'collections', 'adminXSettings', 'mailEvents', 'collectionsCard',