public static function getSettings()
 {
     $ret = array_merge(parent::getSettings(), array('componentName' => trlKwfStatic('Google Maps'), 'ownModel' => 'Kwc_Advanced_GoogleMap_Model', 'default' => array('zoom' => 8, 'height' => 300)));
     $ret['componentCategory'] = 'special';
     $ret['generators']['child']['component']['text'] = 'Kwc_Basic_Text_Component';
     $ret['placeholder']['noCoordinates'] = trlKwfStatic('coordinates not entered');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     return $ret;
 }