mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
865df1e143
refs https://github.com/TryGhost/Team/issues/3011 - This is a data structure needed to support Announcement Bar feature - allows to create custom site-wide announcements tailored to the audience. - The `announcement_content` is meant to hold displayed HTML content of the announcement and will be exposed through unauthenticated Content Site API - The `announcement_visibility` sets the target audience to display the Announcement Bart to: - `public` - Everyone - `visitors` - Logged out visitors only - `members` - Members only - `paid` - Paid members only - The `announcement_background` sets the CSS class that should be applied to the Announcement Bar. and will be exposed through unauthenticated Content Site API. Three styles are available: - `accent` - matches the color of the site accent - `dark` - dark style - `light` - light style |
||
---|---|---|
.. | ||
admin | ||
content | ||
members | ||
members-comments | ||
shared | ||
webmentions |