mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	allow converting file attachments to file notes
This commit is contained in:
		| @@ -8,7 +8,8 @@ const protectedSessionService = require('../../services/protected_session.js'); | ||||
| const log = require('../../services/log.js'); | ||||
|  | ||||
| const attachmentRoleToNoteTypeMapping = { | ||||
|     'image': 'image' | ||||
|     'image': 'image', | ||||
|     'file': 'file' | ||||
| }; | ||||
|  | ||||
| /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user