mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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
|
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||||
// input for the "labs" setting value
|
// input for the "labs" setting value
|
||||||
const BETA_FEATURES = [
|
const BETA_FEATURES = [
|
||||||
'activitypub'
|
'activitypub',
|
||||||
|
'emailStability'
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALPHA_FEATURES = [
|
const ALPHA_FEATURES = [
|
||||||
'urlCache',
|
'urlCache',
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'lexicalEditor',
|
'lexicalEditor'
|
||||||
'emailStability'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue