init
This commit is contained in:
33
custom/modules/EcmProducts/Ext/Vardefs/vardefs.ext.php
Normal file
33
custom/modules/EcmProducts/Ext/Vardefs/vardefs.ext.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
|
||||
$dictionary['EcmProduct']['fields']['product_kind'] = array(
|
||||
'name' => 'product_kind',
|
||||
'options' => 'ecmproducts_product_kind_dom',
|
||||
'vname' => 'Rodzaj',
|
||||
'type' => 'enum',
|
||||
);
|
||||
|
||||
|
||||
$dictionary['EcmProduct']['fields']['product_size'] = array(
|
||||
'name' => 'product_size',
|
||||
'options' => 'ecmproducts_product_size_dom',
|
||||
'vname' => 'Rozmiar',
|
||||
'type' => 'enum',
|
||||
);
|
||||
|
||||
|
||||
$dictionary['EcmProduct']['fields']['product_brand'] = array(
|
||||
'name' => 'product_brand',
|
||||
'options' => 'ecmproducts_product_brand_dom',
|
||||
'vname' => 'Marka',
|
||||
'type' => 'enum',
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user