mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added membersActivity
alpha labs flag
refs https://github.com/TryGhost/Team/issues/1060 - Adds new alpha labs flag for controlling upcoming feature to record member activity for analytics
This commit is contained in:
parent
74f00bae1e
commit
08b7fbc73f
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ const ALPHA_FEATURES = [
|
|||
'oauthLogin',
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts',
|
||||
'customThemeSettings'
|
||||
'customThemeSettings',
|
||||
'membersActivity'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue