mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
feat(book/table): add template
This commit is contained in:
parent
4a22e3d2d4
commit
ecd3b7039f
@ -26,6 +26,23 @@ export default function buildHiddenSubtreeTemplates() {
|
|||||||
value: "promoted,alias=Description,single,text"
|
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…
x
Reference in New Issue
Block a user