mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3375 from node-red/settings-update
Add editorTheme.tours property to default settings file
This commit is contained in:
commit
0e7863a6fb
8
packages/node_modules/node-red/settings.js
vendored
8
packages/node_modules/node-red/settings.js
vendored
@ -328,6 +328,12 @@ module.exports = {
|
|||||||
* a collection of themes to chose from.
|
* a collection of themes to chose from.
|
||||||
*/
|
*/
|
||||||
//theme: "",
|
//theme: "",
|
||||||
|
|
||||||
|
/** To disable the 'Welcome to Node-RED' tour that is displayed the first
|
||||||
|
* time you access the editor for each release of Node-RED, set this to false
|
||||||
|
*/
|
||||||
|
//tours: false,
|
||||||
|
|
||||||
palette: {
|
palette: {
|
||||||
/** The following property can be used to order the categories in the editor
|
/** The following property can be used to order the categories in the editor
|
||||||
* palette. If a node's category is not in the list, the category will get
|
* palette. If a node's category is not in the list, the category will get
|
||||||
@ -336,6 +342,7 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
//categories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'],
|
//categories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'],
|
||||||
},
|
},
|
||||||
|
|
||||||
projects: {
|
projects: {
|
||||||
/** To enable the Projects feature, set this value to true */
|
/** To enable the Projects feature, set this value to true */
|
||||||
enabled: false,
|
enabled: false,
|
||||||
@ -349,6 +356,7 @@ module.exports = {
|
|||||||
mode: "manual"
|
mode: "manual"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
codeEditor: {
|
codeEditor: {
|
||||||
/** Select the text editor component used by the editor.
|
/** Select the text editor component used by the editor.
|
||||||
* Defaults to "ace", but can be set to "ace" or "monaco"
|
* Defaults to "ace", but can be set to "ace" or "monaco"
|
||||||
|
Loading…
Reference in New Issue
Block a user