0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Added member growth sources

no issue

Co-authored-by: Djordje Vlaisavljevic <dzvlais@gmail.com>
Co-authored-by: Fabien 'egg' O'Carroll <fabien@allou.is>
Co-authored-by: James Morris <moreofmorris@users.noreply.github.com>
Co-authored-by: Rishabh Garg <rish@ghost.org>
This commit is contained in:
Simon Backx 2022-10-27 17:51:55 +02:00
parent f1aff45dc7
commit f7232a13b1

View file

@ -20,15 +20,15 @@ const GA_FEATURES = [
'compExpiring',
'searchHelper',
'emailAlerts',
'fixNewsletterLinks'
'fixNewsletterLinks',
'sourceAttribution',
'memberAttribution'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
// input for the "labs" setting value
const BETA_FEATURES = [
'activitypub',
'sourceAttribution',
'memberAttribution'
'activitypub'
];
const ALPHA_FEATURES = [