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:
parent
f1aff45dc7
commit
f7232a13b1
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue