🎨 Search type filtering supports Audio, Video, IFrame and Widget block https://github.com/siyuan-note/siyuan/issues/10645
This commit is contained in:
parent
5f25b74e49
commit
c752df919a
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ type CriterionTypes struct {
|
|||
HtmlBlock bool `json:"htmlBlock"`
|
||||
EmbedBlock bool `json:"embedBlock"`
|
||||
DatabaseBlock bool `json:"databaseBlock"`
|
||||
AudioBlock bool `json:"audioBlock"`
|
||||
VideoBlock bool `json:"videoBlock"`
|
||||
IFrameBlock bool `json:"iframeBlock"`
|
||||
WidgetBlock bool `json:"widgetBlock"`
|
||||
}
|
||||
|
||||
type CriterionReplaceTypes struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue