mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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
|
||||
const GA_FEATURES = [
|
||||
'audienceFeedback',
|
||||
'collections',
|
||||
'themeErrorsNotification',
|
||||
'outboundLinkTagging',
|
||||
'announcementBar',
|
||||
|
@ -36,7 +37,6 @@ const ALPHA_FEATURES = [
|
|||
'websockets',
|
||||
'stripeAutomaticTax',
|
||||
'emailCustomization',
|
||||
'collections',
|
||||
'adminXSettings',
|
||||
'mailEvents',
|
||||
'collectionsCard',
|
||||
|
|
Loading…
Add table
Reference in a new issue