mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Bumped new tiers beta features from individual flags
Tiers will soon go to GA, and these small features that were added as part of tiers beta are now ready to go live as well along with tiers GA, so we are removing their flags and bumping them as part of tiers beta.
This commit is contained in:
parent
9c64d7af81
commit
7c105d9669
@ -15,6 +15,10 @@ const messages = {
|
||||
|
||||
// flags in this list always return `true`, allows quick global enable prior to full flag removal
|
||||
const GA_FEATURES = [
|
||||
'tierWelcomePages',
|
||||
'tierName',
|
||||
'selectablePortalLinks',
|
||||
'membersTableStatus'
|
||||
];
|
||||
|
||||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
@ -32,12 +36,8 @@ const ALPHA_FEATURES = [
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding',
|
||||
'tierWelcomePages',
|
||||
'tierName',
|
||||
'membersTableStatus',
|
||||
'membersLastSeenFilter',
|
||||
'membersContainsFilters',
|
||||
'selectablePortalLinks'
|
||||
'membersContainsFilters'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user