mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
20 lines
340 B
PHP
20 lines
340 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'Custom fields',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Custom field advs',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'CF Value',
|
|
],
|
|
'parent' => [
|
|
'title' => 'Parent',
|
|
],
|
|
'selectedcf' => [
|
|
'title' => 'Default Cf Value'
|
|
]
|
|
];
|