mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
✨ Database kanban view https://github.com/siyuan-note/siyuan/issues/8873
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
b8538772f8
commit
2d8f4a3030
3 changed files with 9 additions and 1 deletions
|
|
@ -81,6 +81,9 @@ func NewViewBaseInstance(view *View) *BaseInstance {
|
|||
case LayoutTypeGallery:
|
||||
showIcon = view.Gallery.ShowIcon
|
||||
wrapField = view.Gallery.WrapField
|
||||
case LayoutTypeKanban:
|
||||
showIcon = view.Kanban.ShowIcon
|
||||
wrapField = view.Kanban.WrapField
|
||||
}
|
||||
return &BaseInstance{
|
||||
ID: view.ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue