public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['assetsAdmin']['dep'][] = 'KwfFormDateTimeField';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child']['component']['content'] = 'Kwc_Basic_None_Component';
     return $ret;
 }
 public static function modifyItemData(Kwf_Component_Data $new)
 {
     parent::modifyItemData($new);
     $new->previewImage = $new->getChildComponent('-image');
 }