mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-21 22:37:36 -05:00
17 lines
376 B
PHP
17 lines
376 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'Настраиваемые поля',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Рекламные объявления в настраиваемых полях',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'Значение CF',
|
|
],
|
|
'parent' => [
|
|
'name' => 'Родитель',
|
|
],
|
|
];
|