mirror of
https://github.com/zadam/trilium.git
synced 2026-03-14 04:13:38 +01:00
chore(spreadsheet): mark note type as beta
This commit is contained in:
parent
ddd4a374e4
commit
2ffc854ce6
@ -26,7 +26,7 @@ export const NOTE_TYPES: NoteTypeMapping[] = [
|
||||
|
||||
// The default note type (always the first item)
|
||||
{ type: "text", mime: "text/html", title: t("note_types.text"), icon: "bx-note" },
|
||||
{ type: "spreadsheet", mime: "application/json", title: t("note_types.spreadsheet"), icon: "bx-table" },
|
||||
{ type: "spreadsheet", mime: "application/json", title: t("note_types.spreadsheet"), icon: "bx-table", isBeta: true },
|
||||
|
||||
// Text notes group
|
||||
{ type: "book", mime: "", title: t("note_types.book"), icon: "bx-book" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user