mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-21 14:27:33 -05:00
17 lines
568 B
PHP
17 lines
568 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'Спеціальні поля',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Спеціальні рекламні поля',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'CF значення',
|
|
],
|
|
'parent' => [
|
|
'title' => 'Батько',
|
|
],
|
|
];
|