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:
parent
941635508e
commit
557ef28ae5
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ const BETA_FEATURES = [
|
|||
|
||||
const ALPHA_FEATURES = [
|
||||
'multipleProducts',
|
||||
'featureImageMeta'
|
||||
'featureImageMeta',
|
||||
'psmRedesign'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue