Beispiel #1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Meta Tags');
     $ret['ownModel'] = 'Kwf_Component_FieldModel';
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_None';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Meta Tags');
     $ret['ownModel'] = 'Kwf_Component_FieldModel';
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_None';
     $ret['generators']['child']['component']['ogImage'] = 'Kwc_Box_MetaTagsContent_OpenGraphImage_Component';
     return $ret;
 }