public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child']['component'] = 'Kwc_Composite_LinkImage_Component';
     $ret['componentName'] = trlKwfStatic('Linked Images');
     $ret['componentIcon'] = 'images';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['childModel'] = 'Kwc_Composite_Images_TestModel';
     $ret['ownModel'] = 'Kwc_Composite_Images_TestOwnModel';
     $ret['generators']['child']['component'] = 'Kwc_Composite_Images_Image_TestComponent';
     return $ret;
 }
Esempio n. 3
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Gallery');
     $ret['componentIcon'] = 'images.png';
     $ret['componentCategory'] = 'content';
     $ret['componentPriority'] = 45;
     $ret['generators']['child']['component'] = 'Kwc_List_Gallery_Image_Component';
     $ret['extConfig'] = 'Kwc_List_Gallery_ExtConfig';
     $ret['placeholder']['moreButton'] = trlKwfStatic('more');
     $ret['breakpoint'] = '600';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Gallery');
     $ret['componentIcon'] = 'images.png';
     $ret['componentCategory'] = 'media';
     $ret['componentPriority'] = 45;
     $ret['generators']['child']['component'] = 'Kwc_List_Gallery_Image_Component';
     $ret['extConfig'] = 'Kwc_List_Gallery_ExtConfig';
     $ret['layoutClass'] = 'Kwc_List_Gallery_Layout';
     $ret['placeholder']['moreButton'] = trlKwfStatic('more');
     $ret['breakpoint'] = '600';
     $ret['showMoreLink'] = true;
     $ret['defaultVisible'] = true;
     return $ret;
 }