mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
268 B
PHP
17 lines
268 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'Vlastní pole',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Vlastní pole',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'Hodnota CF',
|
|
],
|
|
'parent' => [
|
|
'name' => 'Rodič',
|
|
],
|
|
];
|