mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,8 @@ const GA_FEATURES = [
|
||||||
'emailAlerts',
|
'emailAlerts',
|
||||||
'fixNewsletterLinks',
|
'fixNewsletterLinks',
|
||||||
'sourceAttribution',
|
'sourceAttribution',
|
||||||
'memberAttribution'
|
'memberAttribution',
|
||||||
|
'audienceFeedback'
|
||||||
];
|
];
|
||||||
|
|
||||||
// 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
|
||||||
|
@ -34,8 +35,7 @@ const BETA_FEATURES = [
|
||||||
const ALPHA_FEATURES = [
|
const ALPHA_FEATURES = [
|
||||||
'urlCache',
|
'urlCache',
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'lexicalEditor',
|
'lexicalEditor'
|
||||||
'audienceFeedback'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue