mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2504 from bonanitech/patch-3
Fix paletteCategories order
This commit is contained in:
		
							
								
								
									
										2
									
								
								packages/node_modules/node-red/settings.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/node_modules/node-red/settings.js
									
									
									
									
										vendored
									
									
								
							| @@ -243,7 +243,7 @@ module.exports = { | ||||
|     // palette. If a node's category is not in the list, the category will get | ||||
|     // added to the end of the palette. | ||||
|     // If not set, the following default order is used: | ||||
|     //paletteCategories: ['subflows','flow','input','output','function','parser','social','mobile','storage','analysis','advanced'], | ||||
|     //paletteCategories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'], | ||||
|  | ||||
|     // Configure the logging output | ||||
|     logging: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user