mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 13:57:41 -05:00
17 lines
272 B
PHP
17 lines
272 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'Pasgemaakte velde',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Custom veld advs',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'CF-waarde',
|
|
],
|
|
'parent' => [
|
|
'name' => 'Ouer',
|
|
],
|
|
];
|