🐛 Rename iFrameBlock to iframeBlock (#10748)

This commit is contained in:
Yingyi / 颖逸 2024-03-26 16:34:10 +08:00 committed by GitHub
parent 0aaa701df7
commit fd80159fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -973,7 +973,7 @@ func buildTypeFilter(types map[string]bool) string {
s.DatabaseBlock = types["databaseBlock"]
s.AudioBlock = types["audioBlock"]
s.VideoBlock = types["videoBlock"]
s.IFrameBlock = types["iFrameBlock"]
s.IFrameBlock = types["iframeBlock"]
s.WidgetBlock = types["widgetBlock"]
} else {
s.Document = Conf.Search.Document