public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwc_Basic_Html_TestModel';
     $ret['generators']['child']['component']['test'] = 'Kwc_Basic_Html_ChildComponent_Component';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Offline hidden Html');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwc_Legacy_Columns_ColumnsInColumns_Box_TestModel';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['ownModel'] = 'Kwf_Component_Cache_MasterHasContentBox_Box_TestModel';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwf_Component_Fulltext_BasicHtml_Html_TestModel';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwc_Mail_FullPageCache_TestMail_Html_Model';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     return array_merge(parent::getSettings($param), array('componentName' => trlKwfStatic('Headline'), 'ownModel' => 'Kwc_Basic_Textfield_Model'));
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwc_Basic_Image_CacheFullWidth_Box_TestModel';
     return $ret;
 }