0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added content visibility flag to beta features list (#21809)

No ref
This commit is contained in:
Sanne de Vries 2024-12-05 11:46:25 +01:00 committed by GitHub
parent bd9fd1587c
commit 379fc19ad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,8 @@ const BETA_FEATURES = [
'ActivityPub',
'importMemberTier',
'customFonts',
'staff2fa'
'staff2fa',
'contentVisibility'
];
const ALPHA_FEATURES = [
@ -44,7 +45,6 @@ const ALPHA_FEATURES = [
'collectionsCard',
'lexicalIndicators',
'adminXDemo',
'contentVisibility',
'commentImprovements'
];