mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added membersFiltering
alpha labs flag
closes https://github.com/TryGhost/Team/issues/925 - used by Admin for working on members filtering features
This commit is contained in:
parent
57c4afdea2
commit
a110cdd34a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ const ALPHA_FEATURES = [
|
|||
'savedIndicator',
|
||||
'featureImgDragDrop',
|
||||
'checkEmailList',
|
||||
'oauthLogin'
|
||||
'oauthLogin',
|
||||
'membersFiltering'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue