0
Fork 0
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:
Kevin Ansfield 2021-07-07 11:35:49 +01:00
parent a44f2d5a0c
commit b12589ce6d

View file

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