Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     return array('progress_indicator' => 'throbber', 'preview_image_style' => 'thumbnail') + parent::defaultSettings();
 }
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     $settings = array('file_extensions' => 'mp4 ogv webm', 'file_directory' => 'videos/[date:custom:Y]-[date:custom:m]', 'max_filesize' => '', 'uri_scheme' => 'public') + parent::defaultSettings();
     return $settings;
 }