mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
13 lines
299 B
PHP
13 lines
299 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'type' => [
|
||
|
|
'text' => 'Texto corto',
|
||
|
|
'textarea' => 'Texto largo',
|
||
|
|
'radio' => 'Selección única horizontal',
|
||
|
|
'checkbox' => 'Selección múltiple horizontal',
|
||
|
|
'select' => 'Selección única vertical',
|
||
|
|
'image' => 'Imagen',
|
||
|
|
],
|
||
|
|
];
|