0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/test/regression
Rishabh 6f89ccf901 Added default_content_visibility_tiers setting for default tiers visibility
refs https://github.com/TryGhost/Team/issues/1071

Default content visibility for a post can be one of `public|members|paid|tiers`, where `tiers` denotes visibility restricted to specific tiers. This change adds a new setting to store the tier ids when default content visibility is set to `tiers`. This closely matches how the visibility is stored on `posts` table as well, with `visibility` stored as `tiers` and tiers data is stored on tiers pivot table.
2022-02-04 19:56:11 +05:30
..
api/canary Added default_content_visibility_tiers setting for default tiers visibility 2022-02-04 19:56:11 +05:30
mock-express-style Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
models Handled default product to use first paid product 2022-01-17 22:59:34 +05:30
site Upgraded remaining theme fixtures to canary API 2022-01-24 21:55:13 +00:00