/**
  * @return array
  */
 public function defaultSettings()
 {
     return array_merge(parent::defaultSettings(), ['allowed_types' => ['jpeg', 'png', 'gif', 'bmp', 'svg'], 'width' => 800, 'height' => 600, 'aspect_ratio' => true, 'quality' => 100, 'is_cropable' => false, 'same_image_fields' => []]);
 }