0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added psmRedesign as an allowed labs flag

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

- flag will be used by Admin to toggle between old (popover) and new (sidebar) post settings menu behaviour
This commit is contained in:
Kevin Ansfield 2021-06-17 10:47:04 +01:00
parent 941635508e
commit 557ef28ae5

View file

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