mirror of https://github.com/node-red/node-red.git
Add editorTheme.projects.enabled to default settings.js
parent
30c2aa96d6
commit
4d3d1a02a8
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue