Exemplo n.º 1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Guestbook Detail');
     $ret['generators']['child']['component']['actions'] = 'Kwc_Guestbook_Detail_Actions_Component';
     unset($ret['generators']['child']['component']['signature']);
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_None';
     $ret['extConfigControllerIndex'] = 'Kwf_Component_Abstract_ExtConfig_None';
     $ret['placeholder']['prePostNumber'] = '#';
     return $ret;
 }
Exemplo n.º 2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child']['component']['actions'] = 'Kwc_Blog_Comments_Detail_Actions_Component';
     return $ret;
 }