mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 15:12:33 +01:00
🎨 Card view supports displaying field names https://github.com/siyuan-note/siyuan/issues/15180
This commit is contained in:
parent
ed4cc1faf6
commit
6270d55fa3
5 changed files with 5 additions and 7 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -69,7 +69,7 @@ type TOperation =
|
|||
| "hideAttrViewGroup"
|
||||
| "sortAttrViewGroup"
|
||||
| "foldAttrViewGroup"
|
||||
| "setDisplayFieldName"
|
||||
| "setAttrViewDisplayFieldName"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue