mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Added checkEmailList
alpha labs flag
closes https://github.com/TryGhost/Team/issues/911 - See refed issue
This commit is contained in:
parent
8425fb480d
commit
9a26ee9125
@ -25,7 +25,8 @@ const ALPHA_FEATURES = [
|
||||
'emailCardSegments',
|
||||
'multipleProducts',
|
||||
'savedIndicator',
|
||||
'featureImgDragDrop'
|
||||
'featureImgDragDrop',
|
||||
'checkEmailList'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user