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