Ghost/ghost/core/test/e2e-api
naz 865df1e143
Added announcement fields to settings table (#16654)
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
2023-04-19 14:25:25 +02:00
..
admin Added announcement fields to settings table (#16654) 2023-04-19 14:25:25 +02:00
content Added Portal signup terms settings and migration (#16545) 2023-04-04 10:04:12 +02:00
members Updated member snapshot for comments tests 2023-04-05 00:25:31 +05:30
members-comments Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
shared Added missing snapshots for version tests 2023-04-07 15:31:18 +02:00
webmentions Merged mentions UI and email lab flags (#16518) 2023-03-29 01:12:56 +05:30