diff --git a/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx b/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx index bc6d49a6b9..83094324d2 100644 --- a/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx +++ b/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx @@ -47,10 +47,6 @@ const features = [{ title: 'Tips & donations', description: 'Enables publishers to collect one-time payments', flag: 'tipsAndDonations' -},{ - title: 'Filter by email disabled', - description: 'Allows filtering members by email disabled', - flag: 'filterEmailDisabled' },{ title: 'AdminX Demo', description: 'Adds a navigation link to the AdminX demo app', @@ -59,10 +55,6 @@ const features = [{ title: 'New email addresses', description: 'For self hosters, forces the usage of the mail.from config as from address for all outgoing emails', flag: 'newEmailAddresses' -},{ - title: 'Portal improvements', - description: 'Adds a bunch of improvements to portal and portal settings', - flag: 'portalImprovements' }]; const AlphaFeatures: React.FC = () => { diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 4e3c4e601c..f3bcfc6c12 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -22,7 +22,8 @@ const GA_FEATURES = [ 'signupForm', 'recommendations', 'listUnsubscribeHeader', - 'filterEmailDisabled' + 'filterEmailDisabled', + 'portalImprovements' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected @@ -45,10 +46,8 @@ const ALPHA_FEATURES = [ 'importMemberTier', 'lexicalIndicators', // 'adminXOffers', - 'filterEmailDisabled', 'adminXDemo', - 'newEmailAddresses', - 'portalImprovements' + 'newEmailAddresses' ]; 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 f2a1765062..1ba2068f4b 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 @@ -1155,7 +1155,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": "4507", + "content-length": "4535", "content-type": "application/json; charset=utf-8", "content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/, "etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,