mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10: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
|
|
@ -174,18 +174,19 @@ type Criterion struct {
|
|||
}
|
||||
|
||||
type CriterionTypes struct {
|
||||
MathBlock bool `json:"mathBlock"`
|
||||
Table bool `json:"table"`
|
||||
Blockquote bool `json:"blockquote"`
|
||||
SuperBlock bool `json:"superBlock"`
|
||||
Paragraph bool `json:"paragraph"`
|
||||
Document bool `json:"document"`
|
||||
Heading bool `json:"heading"`
|
||||
List bool `json:"list"`
|
||||
ListItem bool `json:"listItem"`
|
||||
CodeBlock bool `json:"codeBlock"`
|
||||
HtmlBlock bool `json:"htmlBlock"`
|
||||
EmbedBlock bool `json:"embedBlock"`
|
||||
MathBlock bool `json:"mathBlock"`
|
||||
Table bool `json:"table"`
|
||||
Blockquote bool `json:"blockquote"`
|
||||
SuperBlock bool `json:"superBlock"`
|
||||
Paragraph bool `json:"paragraph"`
|
||||
Document bool `json:"document"`
|
||||
Heading bool `json:"heading"`
|
||||
List bool `json:"list"`
|
||||
ListItem bool `json:"listItem"`
|
||||
CodeBlock bool `json:"codeBlock"`
|
||||
HtmlBlock bool `json:"htmlBlock"`
|
||||
EmbedBlock bool `json:"embedBlock"`
|
||||
DatabaseBlock bool `json:"databaseBlock"`
|
||||
}
|
||||
|
||||
type CriterionReplaceTypes struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue