mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Bumped email stability flag to beta (#16116)
- allows email stability to be turned on without developer experiments enabled
This commit is contained in:
parent
8d4bc97dbe
commit
7d060e5edb
1 changed files with 3 additions and 3 deletions
|
@ -25,14 +25,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',
|
||||
'emailStability'
|
||||
];
|
||||
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'lexicalEditor',
|
||||
'emailStability'
|
||||
'lexicalEditor'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue