mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added savedIndicator
alpha labs flag
refs https://github.com/TryGhost/Team/issues/779 - used by Admin whilst working on editor saved/unsaved status indicator
This commit is contained in:
parent
a44f2d5a0c
commit
b12589ce6d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ const BETA_FEATURES = [
|
|||
|
||||
const ALPHA_FEATURES = [
|
||||
'emailCardSegments',
|
||||
'multipleProducts'
|
||||
'multipleProducts',
|
||||
'savedIndicator'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue