mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
13 lines
282 B
PHP
13 lines
282 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'type' => [
|
||
|
|
'text' => 'Short text',
|
||
|
|
'textarea' => 'Long text',
|
||
|
|
'radio' => 'Horizontal single select',
|
||
|
|
'checkbox' => 'Horizontal multiple select',
|
||
|
|
'select' => 'Vertical single select',
|
||
|
|
'image' => 'Image',
|
||
|
|
],
|
||
|
|
];
|