Added checkEmailList alpha labs flag

closes https://github.com/TryGhost/Team/issues/911

- See refed issue
This commit is contained in:
Naz 2021-07-20 13:59:36 +04:00
parent 8425fb480d
commit 9a26ee9125

View File

@ -25,7 +25,8 @@ const ALPHA_FEATURES = [
'emailCardSegments',
'multipleProducts',
'savedIndicator',
'featureImgDragDrop'
'featureImgDragDrop',
'checkEmailList'
];
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];