public static function getSettings($masterComponentClass = null)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['componentName'] = trlKwfStatic('Tags Translation');
     $ret['componentIcon'] = 'tag_blue.png';
     $ret['menuConfig'] = 'Kwf_Component_Generator_Plugin_Tags_Trl_MenuConfig';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Social Networks');
     $ret['extConfig'] = 'Kwf_Component_Generator_Plugin_StatusUpdate_ExtConfig';
     $ret['assetsAdmin']['files'][] = 'kwf/Kwf/Component/Generator/Plugin/StatusUpdate/Panel.js';
     $ret['backends'] = array('twitter' => 'Kwf_Component_Generator_Plugin_StatusUpdate_Backend_Twitter');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Tags');
     $ret['componentIcon'] = 'tag_blue.png';
     $ret['assetsAdmin']['dep'][] = 'KwfAutoAssignGrid';
     $ret['childModel'] = 'Kwf_Component_Generator_Plugin_Tags_ComponentsToTagsModel';
     $ret['extConfig'] = 'Kwf_Component_Generator_Plugin_Tags_ExtConfig';
     return $ret;
 }