feat(book/table): add template

This commit is contained in:
Elian Doran 2025-06-25 19:31:25 +03:00
parent 4a22e3d2d4
commit ecd3b7039f
No known key found for this signature in database

View File

@ -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"
}
]
}
]
};