mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 21:43:30 -05:00
17 lines
290 B
PHP
17 lines
290 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => '사용자 정의 필드',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => '사용자 정의 필드',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'CF 가치',
|
|
],
|
|
'parent' => [
|
|
'name' => '부모의',
|
|
],
|
|
];
|