mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-22 06:47:32 -05:00
17 lines
277 B
PHP
17 lines
277 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'Mukautetut kentät',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Mukautetut kentät',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'CF-arvo',
|
|
],
|
|
'parent' => [
|
|
'name' => 'Vanhempi',
|
|
],
|
|
];
|