🎨 Search type filtering supports Audio, Video, IFrame and Widget block https://github.com/siyuan-note/siyuan/issues/10645

This commit is contained in:
Daniel 2024-03-22 17:25:48 +08:00
parent 5f25b74e49
commit c752df919a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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 {