mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3375 from node-red/settings-update
Add editorTheme.tours property to default settings file
This commit is contained in:
		
							
								
								
									
										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. | ||||
|          */ | ||||
|         //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: { | ||||
|             /** 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 | ||||
| @@ -336,6 +342,7 @@ module.exports = { | ||||
|              */ | ||||
|             //categories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'], | ||||
|         }, | ||||
|  | ||||
|         projects: { | ||||
|             /** To enable the Projects feature, set this value to true */ | ||||
|             enabled: false, | ||||
| @@ -349,6 +356,7 @@ module.exports = { | ||||
|                 mode: "manual" | ||||
|             } | ||||
|         }, | ||||
|  | ||||
|         codeEditor: { | ||||
|             /** Select the text editor component used by the editor. | ||||
|              * Defaults to "ace", but can be set to "ace" or "monaco" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user