0
Fork 0
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:
Daniel Lockyer 2024-11-28 12:11:32 +01:00 committed by Daniel Lockyer
parent f705e7df62
commit 0f5fb0a2f5

View file

@ -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',