mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Moved importMemberTier
to beta status
ref https://linear.app/ghost/issue/ENG-1802/move-importmembertier-to-beta - this allows us to enable the flag without needing developer experiments enabled, which is useful for Concierge whilst we're still wanting to keep it in GA
This commit is contained in:
parent
f705e7df62
commit
0f5fb0a2f5
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,7 @@ const BETA_FEATURES = [
|
|||
'webmentions',
|
||||
'editorExcerpt',
|
||||
'ActivityPub',
|
||||
'importMemberTier',
|
||||
'customFonts'
|
||||
];
|
||||
|
||||
|
@ -41,7 +42,6 @@ const ALPHA_FEATURES = [
|
|||
'emailCustomization',
|
||||
'mailEvents',
|
||||
'collectionsCard',
|
||||
'importMemberTier',
|
||||
'lexicalIndicators',
|
||||
'adminXDemo',
|
||||
'contentVisibility',
|
||||
|
|
Loading…
Reference in a new issue