mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ const BETA_FEATURES = [
|
||||||
const ALPHA_FEATURES = [
|
const ALPHA_FEATURES = [
|
||||||
'emailCardSegments',
|
'emailCardSegments',
|
||||||
'multipleProducts',
|
'multipleProducts',
|
||||||
'savedIndicator'
|
'savedIndicator',
|
||||||
|
'featureImgDragDrop'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue