Skip to content

Commit

Permalink
🎨 Search type filtering supports Audio, Video, IFrame and Widget block
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 22, 2024
1 parent 5f25b74 commit c752df9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/model/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c752df9

Please sign in to comment.