mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
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:
parent
71ba9f3d17
commit
9b963cef63
@ -24,7 +24,8 @@ const BETA_FEATURES = [
|
||||
const ALPHA_FEATURES = [
|
||||
'emailCardSegments',
|
||||
'multipleProducts',
|
||||
'savedIndicator'
|
||||
'savedIndicator',
|
||||
'featureImgDragDrop'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user