diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index 746f20bc1d..a91b68a310 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -283,20 +283,6 @@ -
-
-
-

Signup Form

-

- Adds an option to generate embed code for the signup form in the email newsletter settings. -

-
-
- -
-
-
-
diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 8e7d820c41..3250ed933b 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -18,7 +18,8 @@ const GA_FEATURES = [ 'audienceFeedback', 'themeErrorsNotification', 'outboundLinkTagging', - 'announcementBar' + 'announcementBar', + 'signupForm' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected @@ -38,8 +39,7 @@ const ALPHA_FEATURES = [ 'emailCustomization', 'signupCard', 'collections', - 'adminXSettings', - 'signupForm' + 'adminXSettings' ]; module.exports.GA_KEYS = [...GA_FEATURES];