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

Removed dashboardTwo labs flag

no issue

The updated dashboard is shelved for now whilst the underlying analytics architecture is improved.
This commit is contained in:
Kevin Ansfield 2021-09-14 10:08:43 +01:00
parent 5251d1e559
commit d735e3a4f3

View file

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