mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
added new label type URL with open button, fixes #156
This commit is contained in:
@@ -27,7 +27,8 @@ function AttributesModel() {
|
||||
{ text: "Text", value: "text" },
|
||||
{ text: "Number", value: "number" },
|
||||
{ text: "Boolean", value: "boolean" },
|
||||
{ text: "Date", value: "date" }
|
||||
{ text: "Date", value: "date" },
|
||||
{ text: "URL", value: "url"}
|
||||
];
|
||||
|
||||
this.multiplicityTypes = [
|
||||
|
||||
Reference in New Issue
Block a user