コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     return array('progress_indicator' => 'throbber', 'preview_image_style' => 'thumbnail', 'show_preview' => TRUE, 'collapsible' => 2, 'resolution' => '200x150', 'enforce_ratio' => TRUE, 'enforce_minimum' => TRUE, 'croparea' => '500x500') + parent::defaultSettings();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     return array('progress_indicator' => 'throbber', 'preview_image_style' => 'thumbnail', 'crop_preview_image_style' => 'crop_thumbnail', 'crop_list' => '') + parent::defaultSettings();
 }