Browse Source

:art: Improve snippet structure https://github.com/siyuan-note/siyuan/issues/9604

Daniel 1 year ago
parent
commit
f67061d6cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/conf/snippet.go

+ 0 - 1
kernel/conf/snippet.go

@@ -19,7 +19,6 @@ package conf
 type Snippet struct {
 type Snippet struct {
 	ID      string `json:"id"`
 	ID      string `json:"id"`
 	Name    string `json:"name"`
 	Name    string `json:"name"`
-	Memo    string `json:"memo"`
 	Type    string `json:"type"` // js/css
 	Type    string `json:"type"` // js/css
 	Enabled bool   `json:"enabled"`
 	Enabled bool   `json:"enabled"`
 	Content string `json:"content"`
 	Content string `json:"content"`