mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
client: Create blank type widget for mind map
This commit is contained in:
@@ -13,7 +13,8 @@ const noteTypes = [
|
||||
{ type: 'webView', defaultMime: '' },
|
||||
{ type: 'launcher', defaultMime: '' },
|
||||
{ type: 'doc', defaultMime: '' },
|
||||
{ type: 'contentWidget', defaultMime: '' }
|
||||
{ type: 'contentWidget', defaultMime: '' },
|
||||
{ type: 'mindMap', defaultMime: 'application/json' }
|
||||
];
|
||||
|
||||
function getDefaultMimeForNoteType(typeName: string) {
|
||||
|
||||
Reference in New Issue
Block a user