diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index 15b793a6cf..b00a152ba8 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -252,19 +252,6 @@ -
-
-
-

Email alerts

-

- Receive email notifications when somebody signs up, becomes paid, or cancels subscription -

-
-
- -
-
-
{{/if}} diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 5480c2f3f7..1eafa75be3 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -18,7 +18,8 @@ const GA_FEATURES = [ 'newsletterPaywall', 'freeTrial', 'compExpiring', - 'searchHelper' + 'searchHelper', + 'emailAlerts' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected @@ -31,8 +32,7 @@ const BETA_FEATURES = [ const ALPHA_FEATURES = [ 'auditLog', 'urlCache', - 'beforeAfterCard', - 'emailAlerts' + 'beforeAfterCard' ]; module.exports.GA_KEYS = [...GA_FEATURES]; diff --git a/ghost/core/test/e2e-api/admin/__snapshots__/settings.test.js.snap b/ghost/core/test/e2e-api/admin/__snapshots__/settings.test.js.snap index 521e088a9c..474c647cef 100644 --- a/ghost/core/test/e2e-api/admin/__snapshots__/settings.test.js.snap +++ b/ghost/core/test/e2e-api/admin/__snapshots__/settings.test.js.snap @@ -619,7 +619,7 @@ exports[`Settings API Edit Can edit a setting 2: [headers] 1`] = ` Object { "access-control-allow-origin": "http://127.0.0.1:2369", "cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0", - "content-length": "3387", + "content-length": "3408", "content-type": "application/json; charset=utf-8", "etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/, "vary": "Origin, Accept-Encoding",