🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766

This commit is contained in:
Daniel 2023-10-01 18:02:31 +08:00
parent 8c31eb0eac
commit 7d1e1bf2e5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -171,6 +171,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
Icon: key.Icon,
Options: key.Options,
NumberFormat: key.NumberFormat,
Template: key.Template,
Wrap: col.Wrap,
Hidden: col.Hidden,
Width: col.Width,