Added featureImgDragDrop alpha labs flag

refs https://github.com/TryGhost/Team/issues/884

- used by Admin whilst working on drag/drop support and design
This commit is contained in:
Kevin Ansfield 2021-07-15 16:01:34 +01:00
parent 71ba9f3d17
commit 9b963cef63

View File

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