mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 03:42:27 +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 = [
|
||||
'activitypub',
|
||||
'webmentions',
|
||||
'emailErrors'
|
||||
'emailErrors',
|
||||
'milestoneEmails'
|
||||
];
|
||||
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'lexicalEditor',
|
||||
'outboundLinkTagging',
|
||||
'milestoneEmails'
|
||||
'outboundLinkTagging'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user