🎨 The database supports adding view/field/option description https://github.com/siyuan-note/siyuan/issues/11053
This commit is contained in:
parent
0e1fe2f20f
commit
745691dbe4
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ func renderAttributeView(c *gin.Context) {
|
|||
"id": v.ID,
|
||||
"icon": v.Icon,
|
||||
"name": v.Name,
|
||||
"desc": v.Desc,
|
||||
"hideAttrViewName": v.HideAttrViewName,
|
||||
"type": v.LayoutType,
|
||||
"pageSize": pSize,
|
||||
|
|
Loading…
Add table
Reference in a new issue