/**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('default_video' => array('uuid' => NULL, 'data' => NULL)) + parent::defaultStorageSettings();
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('default_image' => array('uuid' => NULL, 'alt' => '', 'title' => '', 'width' => NULL, 'height' => NULL)) + parent::defaultStorageSettings();
 }
示例#3
0
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('target_type' => 'embridge_asset_entity') + parent::defaultStorageSettings();
 }