mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 00:52:36 +03:00
Promote milestoneEmails
to beta feature
no issue - Promotes `milestoneEmails` to a beta feature so it can be a private beta to be tested
This commit is contained in:
parent
1c0ee675fe
commit
cd3930d08e
@ -28,15 +28,15 @@ const GA_FEATURES = [
|
|||||||
const BETA_FEATURES = [
|
const BETA_FEATURES = [
|
||||||
'activitypub',
|
'activitypub',
|
||||||
'webmentions',
|
'webmentions',
|
||||||
'emailErrors'
|
'emailErrors',
|
||||||
|
'milestoneEmails'
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALPHA_FEATURES = [
|
const ALPHA_FEATURES = [
|
||||||
'urlCache',
|
'urlCache',
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'lexicalEditor',
|
'lexicalEditor',
|
||||||
'outboundLinkTagging',
|
'outboundLinkTagging'
|
||||||
'milestoneEmails'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
Loading…
Reference in New Issue
Block a user