mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 13:50:42 +08:00
feat(book/table): add template
This commit is contained in:
parent
4a22e3d2d4
commit
ecd3b7039f
1 changed files with 17 additions and 0 deletions
|
|
@ -26,6 +26,23 @@ export default function buildHiddenSubtreeTemplates() {
|
|||
value: "promoted,alias=Description,single,text"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "_template_table",
|
||||
type: "book",
|
||||
title: "Table",
|
||||
icon: "bx bx-table",
|
||||
attributes: [
|
||||
{
|
||||
name: "template",
|
||||
type: "label"
|
||||
},
|
||||
{
|
||||
name: "viewType",
|
||||
type: "label",
|
||||
value: "table"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue