mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +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',
|
'emailCardSegments',
|
||||||
'multipleProducts',
|
'multipleProducts',
|
||||||
'savedIndicator',
|
'savedIndicator',
|
||||||
'featureImgDragDrop'
|
'featureImgDragDrop',
|
||||||
|
'checkEmailList'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||||
|
Loading…
Reference in New Issue
Block a user