🐛 Search type "database" cannot be saved https://github.com/siyuan-note/siyuan/issues/10462

This commit is contained in:
Daniel 2024-02-28 09:21:25 +08:00
parent 58385e264d
commit 59f91dfc54
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -186,6 +186,7 @@ type CriterionTypes struct {
CodeBlock bool `json:"codeBlock"`
HtmlBlock bool `json:"htmlBlock"`
EmbedBlock bool `json:"embedBlock"`
DatabaseBlock bool `json:"databaseBlock"`
}
type CriterionReplaceTypes struct {