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

This commit is contained in:
Daniel
2025-07-30 10:40:04 +08:00
parent 78c3479fc3
commit 692665f100
4 changed files with 36 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ func RenderAttributeViewGallery(attrView *av.AttributeView, view *av.View, query
CardAspectRatio: view.Gallery.CardAspectRatio,
CardSize: view.Gallery.CardSize,
FitImage: view.Gallery.FitImage,
DisplayFieldName: view.Gallery.DisplayFieldName,
Fields: []*av.GalleryField{},
Cards: []*av.GalleryCard{},
}