mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
✨ Added announcement bar setting
no issue Allows publishers to set a banner at the top of their site
This commit is contained in:
parent
62adec50f0
commit
f9f5f72752
@ -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>
|
||||
|
@ -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'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user