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
|
|
@ -174,18 +174,19 @@ type Criterion struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CriterionTypes struct {
|
type CriterionTypes struct {
|
||||||
MathBlock bool `json:"mathBlock"`
|
MathBlock bool `json:"mathBlock"`
|
||||||
Table bool `json:"table"`
|
Table bool `json:"table"`
|
||||||
Blockquote bool `json:"blockquote"`
|
Blockquote bool `json:"blockquote"`
|
||||||
SuperBlock bool `json:"superBlock"`
|
SuperBlock bool `json:"superBlock"`
|
||||||
Paragraph bool `json:"paragraph"`
|
Paragraph bool `json:"paragraph"`
|
||||||
Document bool `json:"document"`
|
Document bool `json:"document"`
|
||||||
Heading bool `json:"heading"`
|
Heading bool `json:"heading"`
|
||||||
List bool `json:"list"`
|
List bool `json:"list"`
|
||||||
ListItem bool `json:"listItem"`
|
ListItem bool `json:"listItem"`
|
||||||
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