mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 16:42:17 +03:00
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 |
||
---|---|---|
.. | ||
adapters | ||
data | ||
lib | ||
models | ||
services | ||
web | ||
notify.test.js | ||
overrides.test.js |