mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added dashboardTwo
to allowed labs flags
no issue - flag for Admin to switch to a more comprehensive dashboard - may be used in Ghost for changes to stats endpoints
This commit is contained in:
parent
2be601d25e
commit
482a93ac7a
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ const ALPHA_FEATURES = [
|
|||
'checkEmailList',
|
||||
'oauthLogin',
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts'
|
||||
'emailOnlyPosts',
|
||||
'dashboardTwo'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue