mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
17 lines
307 B
PHP
17 lines
307 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'カスタムフィールド',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'カスタムフィールドアドバンス',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'CF値',
|
|
],
|
|
'parent' => [
|
|
'title' => '親',
|
|
],
|
|
];
|