mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
300 B
PHP
13 lines
300 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'text' => '短いテキスト',
|
|
'textarea' => '長いテキスト',
|
|
'radio' => '水平単一選択',
|
|
'checkbox' => '水平方向の複数選択',
|
|
'select' => '垂直方向の単一選択',
|
|
'image' => '画像',
|
|
],
|
|
];
|