0
Fork 0
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:
Kevin Ansfield 2021-08-04 11:08:59 +01:00
parent 2be601d25e
commit 482a93ac7a

View file

@ -29,7 +29,8 @@ const ALPHA_FEATURES = [
'checkEmailList',
'oauthLogin',
'membersFiltering',
'emailOnlyPosts'
'emailOnlyPosts',
'dashboardTwo'
];
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];