diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index 4faead245f..f168190d3c 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -333,19 +333,6 @@ -
-
-
-

Announcement bar

-

- Allows publishers to set a banner at the top of their site -

-
-
- -
-
-
diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 3c6e68dd7b..214899e8dc 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -21,7 +21,8 @@ const GA_FEATURES = [ 'audienceFeedback', 'themeErrorsNotification', 'emailErrors', - 'outboundLinkTagging' + 'outboundLinkTagging', + 'announcementBar' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected @@ -42,7 +43,6 @@ const ALPHA_FEATURES = [ 'makingItRain', 'postHistory', 'postDiffing', - 'announcementBar', 'imageEditor' ];