mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +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
c72f2b0167
commit
d4c46ebaa2
3 changed files with 36 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ type LayoutKanban struct {
|
|||
FitImage bool `json:"fitImage"` // 是否适应封面图片大小
|
||||
DisplayFieldName bool `json:"displayFieldName"` // 是否显示字段名称
|
||||
|
||||
FillColBackgroundColor bool `json:"fillColBackgroundColor"` // 是否填充列背景颜色
|
||||
|
||||
Fields []*ViewKanbanField `json:"fields"` // 字段
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue