Browse Source

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

Daniel 1 năm trước cách đây
mục cha
commit
7d1e1bf2e5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      kernel/model/attribute_view.go

+ 1 - 0
kernel/model/attribute_view.go

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