File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 407
407
"type" : " boolean"
408
408
},
409
409
"fetched_assets_size" : {
410
- "type" : " integer"
410
+ "type" : " integer" ,
411
+ "minimum" : 1 ,
412
+ "maximum" : 1000
411
413
},
412
414
"http_timeout" : {
413
415
"type" : " integer"
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ type Config struct {
253
253
ImageFit string `json:"imageFit" yaml:"image_fit" mapstructure:"image_fit" query:"image_fit" form:"image_fit" default:"contain" lowercase:"true"`
254
254
// ImageEffect which effect to apply to image (if any)
255
255
ImageEffect string `json:"imageEffect" yaml:"image_effect" mapstructure:"image_effect" query:"image_effect" form:"image_effect" default:"" lowercase:"true"`
256
- // BackgroundBlur which transition to use none|fade|cross-fade
256
+ // Transition which transition to use none|fade|cross-fade
257
257
Transition string `json:"transition" yaml:"transition" mapstructure:"transition" query:"transition" form:"transition" default:"" lowercase:"true"`
258
258
// ProgressBarPosition
259
259
ProgressBarPosition string `json:"progressBarPosition" yaml:"progress_bar_position" mapstructure:"progress_bar_position" query:"progress_bar_position" form:"progress_bar_position" default:"top"`
You can’t perform that action at this time.
0 commit comments