Skip to content

Commit bc692dc

Browse files
authored
✨ Expanded available cards in welcome email editor (#26645)
closes https://linear.app/ghost/issue/NY-1104 Moved the `welcomeEmailEditor` feature flag to GA.
1 parent 898f64d commit bc692dc

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

apps/admin-x-settings/src/components/settings/advanced/labs/private-features.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ const features: Feature[] = [{
5555
title: 'Retention Offers',
5656
description: 'Enable retention offers for canceling members',
5757
flag: 'retentionOffers'
58-
}, {
59-
title: 'Welcome Email Editor',
60-
description: 'Enable the new welcome email editor experience',
61-
flag: 'welcomeEmailEditor'
6258
}, {
6359
title: 'Members Forward',
6460
description: 'Use the new React-based members list instead of the Ember implementation',

ghost/core/core/shared/labs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const GA_FEATURES = [
2424
'customFonts',
2525
'explore',
2626
'commentModeration',
27-
'featurebaseFeedback'
27+
'featurebaseFeedback',
28+
'welcomeEmailEditor'
2829
];
2930

3031
// These features are considered publicly available and can be enabled/disabled by users
@@ -48,7 +49,6 @@ const PRIVATE_FEATURES = [
4849
'indexnow',
4950
'transistor',
5051
'retentionOffers',
51-
'welcomeEmailEditor',
5252
'membersForward',
5353
'welcomeEmailsDesignCustomization'
5454
];

ghost/core/test/e2e-api/admin/__snapshots__/settings.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ exports[`Settings API Edit can edit Stripe settings when Stripe Connect limit is
16751675
Object {
16761676
"access-control-allow-origin": "http://127.0.0.1:2369",
16771677
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
1678-
"content-length": "5123",
1678+
"content-length": "5151",
16791679
"content-type": "application/json; charset=utf-8",
16801680
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
16811681
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,

0 commit comments

Comments
 (0)