diff --git a/kernel/model/storage.go b/kernel/model/storage.go index defe6b1b6..047e93e88 100644 --- a/kernel/model/storage.go +++ b/kernel/model/storage.go @@ -338,7 +338,7 @@ type CriterionTypes struct { VideoBlock bool `json:"videoBlock"` IFrameBlock bool `json:"iframeBlock"` WidgetBlock bool `json:"widgetBlock"` - Call bool `json:"callout"` + Callout bool `json:"callout"` } type CriterionReplaceTypes struct {