0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Updated tiers as a beta feature from alpha

refs https://github.com/TryGhost/Team/issues/1026

Tiers is moving up as a beta feature with an early-access opt-in flow. This means site owners can now opt-in for early access to Tiers feature in Ghost, but it's a one way door and its not possible to switch off tiers once enabled. This is to ensure that sites don't break in any unexpected ways once the tiers feature is enabled by switching it off.
This commit is contained in:
Rishabh 2021-09-09 16:57:00 +05:30
parent 60d6d36c5e
commit 025eb8bd79

View file

@ -18,11 +18,11 @@ const messages = {
// input for the "labs" setting value
const BETA_FEATURES = [
'activitypub',
'matchHelper'
'matchHelper',
'multipleProducts'
];
const ALPHA_FEATURES = [
'multipleProducts',
'oauthLogin',
'membersFiltering',
'emailOnlyPosts',