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',
|
'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…
Reference in New Issue
Block a user