diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index f22d97d283..feefe2cd08 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -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];