public static function getSettings($masterComponentClass)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['ownModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'data' => array(array('component_id' => 'root-en-box', 'visible' => true))));
     return $ret;
 }
 public static function getSettings($masterComponent = null)
 {
     $ret = parent::getSettings($masterComponent);
     $ret['ownModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'data' => array(array('component_id' => 'root-en-box', 'visible' => 1), array('component_id' => 'root-en_test_test2_test3-box', 'visible' => 1))));
     return $ret;
 }