Add editorTheme.projects.enabled to default settings.js

This commit is contained in:
Nick O'Leary 2018-05-18 11:03:00 +01:00
parent 30c2aa96d6
commit 4d3d1a02a8
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 8 additions and 0 deletions

View File

@ -233,5 +233,13 @@ module.exports = {
// Whether or not to include audit events in the log output
audit: false
}
},
// Customising the editor
editorTheme: {
projects: {
// To enable the Projects feature, set this value to true
enabled: false
}
}
}