Added announcement bar setting

no issue

Allows publishers to set a banner at the top of their site
This commit is contained in:
Elena Baidakova 2023-04-27 17:51:24 +04:00
parent 62adec50f0
commit f9f5f72752
2 changed files with 2 additions and 15 deletions

View File

@ -333,19 +333,6 @@
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Announcement bar</h4>
<p class="gh-expandable-description">
Allows publishers to set a banner at the top of their site
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="announcementBar" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>

View File

@ -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'
];