mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Promoted Member Attribution to a private beta (#15316)
We promote from alpha -> beta so that we don't require the enableDeveloperExperiments flag, the toggle in the UI is behind the flag still, so it will only be visible to developers or people using alpha features.
This commit is contained in:
parent
67163209e1
commit
34eae1f284
1 changed files with 2 additions and 2 deletions
|
@ -24,14 +24,14 @@ const GA_FEATURES = [
|
|||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
// input for the "labs" setting value
|
||||
const BETA_FEATURES = [
|
||||
'activitypub'
|
||||
'activitypub',
|
||||
'memberAttribution'
|
||||
];
|
||||
|
||||
const ALPHA_FEATURES = [
|
||||
'auditLog',
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'memberAttribution',
|
||||
'emailAlerts'
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue