コード例 #1
0
ファイル: Component.php プロジェクト: nsams/koala-framework
 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;
 }
コード例 #2
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';
     $ret['generators']['child']['component']['ogImage'] = 'Kwc_Box_MetaTagsContent_OpenGraphImage_Component';
     return $ret;
 }