1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

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