mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
7c5b14d050
refs TryGhost/Team#1071 Specific tier visibility for a post was previously stored in `visibility` column directly, which had a limitation of 50 charts. Going forward, for the specific tiers visibility of post/page, we use `tiers` array in API that contains list of tiers with access for post. This change - - replaces `filter` type to `tiers` for visibility - adds new visibility filter segment component in post settings menu which stores array of tiers instead of nql string for visibility - updates serializer and model for post/page - updates tests |
||
---|---|---|
.. | ||
action.js | ||
api-key.js | ||
application.js | ||
custom-theme-setting-list.js | ||
email-recipient.js | ||
email.js | ||
integration.js | ||
invite.js | ||
label.js | ||
member.js | ||
notification.js | ||
page.js | ||
post.js | ||
role.js | ||
setting.js | ||
tag.js | ||
theme.js | ||
user.js | ||
webhook.js |