mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
38 lines
712 B
PHP
38 lines
712 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Categories',
|
|
],
|
|
'village' => [
|
|
'name' => 'Village',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Custom fields',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Custom field advs',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Cf values',
|
|
],
|
|
'options' => [
|
|
'name' => 'Options',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Product Options',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Options value',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Configuration',
|
|
],
|
|
'status' => [
|
|
'name' => 'Status',
|
|
],
|
|
];
|