🎨 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
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 36 additions and 0 deletions

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{},
}