mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🐛 Search type "database" cannot be saved https://github.com/siyuan-note/siyuan/issues/10462
This commit is contained in:
parent
58385e264d
commit
59f91dfc54
1 changed files with 13 additions and 12 deletions
|
|
@ -186,6 +186,7 @@ type CriterionTypes struct {
|
||||||
CodeBlock bool `json:"codeBlock"`
|
CodeBlock bool `json:"codeBlock"`
|
||||||
HtmlBlock bool `json:"htmlBlock"`
|
HtmlBlock bool `json:"htmlBlock"`
|
||||||
EmbedBlock bool `json:"embedBlock"`
|
EmbedBlock bool `json:"embedBlock"`
|
||||||
|
DatabaseBlock bool `json:"databaseBlock"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CriterionReplaceTypes struct {
|
type CriterionReplaceTypes struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue