mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50: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
c72f2b0167
commit
d4c46ebaa2
3 changed files with 36 additions and 0 deletions
|
|
@ -293,6 +293,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doSetAttrViewFitImage(op)
|
||||
case "setAttrViewDisplayFieldName":
|
||||
ret = tx.doSetAttrViewDisplayFieldName(op)
|
||||
case "setAttrViewFillColBackgroundColor":
|
||||
ret = tx.doSetAttrViewFillColBackgroundColor(op)
|
||||
case "setAttrViewShowIcon":
|
||||
ret = tx.doSetAttrViewShowIcon(op)
|
||||
case "setAttrViewWrapField":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue