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

@@ -35,6 +35,7 @@ class TreeContextMenu {
{ title: "Book", command: command, type: "book", uiIcon: "book" },
{ title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "selection" },
{ title: "Canvas", command: command, type: "canvas", uiIcon: "pen" },
{ title: "IFrame", command: command, type: "iframe", uiIcon: "globe-alt" },
];
}