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:
parent
60d6d36c5e
commit
025eb8bd79
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue