added iframe note type

This commit is contained in:
zadam
2022-05-28 22:19:29 +02:00
parent ca35527aeb
commit ee217d6306
9 changed files with 99 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ function deriveMime(type, mime) {
mime = 'text/plain';
} else if (['relation-map', 'search', 'canvas'].includes(type)) {
mime = 'application/json';
} else if (['render', 'book'].includes(type)) {
} else if (['render', 'book', 'iframe'].includes(type)) {
mime = '';
} else {
mime = 'application/octet-stream';