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
This commit is contained in:
Naz 2023-09-22 15:25:52 +08:00 committed by naz
parent 1fd4861e97
commit ca6ee41806

View File

@ -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',