mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +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',
|
|
],
|
|
];
|