🎨 Card view supports displaying field names https://github.com/siyuan-note/siyuan/issues/15180

This commit is contained in:
Daniel 2025-08-21 11:25:15 +08:00
parent ed4cc1faf6
commit 6270d55fa3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 5 additions and 7 deletions

View file

@ -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" |