mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
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:
parent
1fd4861e97
commit
ca6ee41806
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@ const messages = {
|
||||||
// flags in this list always return `true`, allows quick global enable prior to full flag removal
|
// flags in this list always return `true`, allows quick global enable prior to full flag removal
|
||||||
const GA_FEATURES = [
|
const GA_FEATURES = [
|
||||||
'audienceFeedback',
|
'audienceFeedback',
|
||||||
|
'collections',
|
||||||
'themeErrorsNotification',
|
'themeErrorsNotification',
|
||||||
'outboundLinkTagging',
|
'outboundLinkTagging',
|
||||||
'announcementBar',
|
'announcementBar',
|
||||||
|
@ -36,7 +37,6 @@ const ALPHA_FEATURES = [
|
||||||
'websockets',
|
'websockets',
|
||||||
'stripeAutomaticTax',
|
'stripeAutomaticTax',
|
||||||
'emailCustomization',
|
'emailCustomization',
|
||||||
'collections',
|
|
||||||
'adminXSettings',
|
'adminXSettings',
|
||||||
'mailEvents',
|
'mailEvents',
|
||||||
'collectionsCard',
|
'collectionsCard',
|
||||||
|
|
Loading…
Add table
Reference in a new issue