mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
bd9fd1587c
commit
379fc19ad5
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue