mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add editorTheme.projects.enabled to default settings.js
This commit is contained in:
		| @@ -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 | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user