mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
✨ Added audience feedback
no issue Co-authored-by: Elena Baidakova <lena.baydakova@gmail.com> Co-authored-by: James Morris <moreofmorris@users.noreply.github.com>
This commit is contained in:
parent
f7232a13b1
commit
b027ed6378
@ -22,7 +22,8 @@ const GA_FEATURES = [
|
||||
'emailAlerts',
|
||||
'fixNewsletterLinks',
|
||||
'sourceAttribution',
|
||||
'memberAttribution'
|
||||
'memberAttribution',
|
||||
'audienceFeedback'
|
||||
];
|
||||
|
||||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
@ -34,8 +35,7 @@ const BETA_FEATURES = [
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'lexicalEditor',
|
||||
'audienceFeedback'
|
||||
'lexicalEditor'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user