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:
parent
5251d1e559
commit
d735e3a4f3
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ const BETA_FEATURES = [
|
|||
const ALPHA_FEATURES = [
|
||||
'oauthLogin',
|
||||
'membersFiltering',
|
||||
'emailOnlyPosts',
|
||||
'dashboardTwo'
|
||||
'emailOnlyPosts'
|
||||
];
|
||||
|
||||
module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue