Ghost/ghost/core/test/regression/models
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
..
base Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
model_member_stripe_customer.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
model_members.test.js Added redeemed offers filtering for members (#16071) 2023-01-11 20:13:09 +08:00
model_posts.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
model_settings.test.js Added announcement fields to settings table (#16654) 2023-04-19 14:25:25 +02:00
model_stripe_customer_subscription.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
model_users.test.js Replaced Promise.join() with .all() in user model (#14972) 2022-08-24 15:32:44 +01:00