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:
parent
30c2aa96d6
commit
4d3d1a02a8
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user