mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 21:13:27 -05:00
17 lines
298 B
PHP
17 lines
298 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'Campi personalizzati',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Consigli sul campo personalizzati',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'Cfvalue',
|
|
],
|
|
'parent' => [
|
|
'title' => 'Genitore',
|
|
],
|
|
];
|