mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -1664,6 +1664,7 @@ RED.nodes = (function() { | ||||
|     function importNodes(newNodesObj,options) { // createNewIds,createMissingWorkspace) { | ||||
|         const defOpts = { generateIds: false, addFlow: false, reimport: false, importMap: {} } | ||||
|         options = Object.assign({}, defOpts, options) | ||||
|         options.importMap = options.importMap || {} | ||||
|         const createNewIds = options.generateIds; | ||||
|         const reimport = (!createNewIds && !!options.reimport) | ||||
|         const createMissingWorkspace = options.addFlow; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user