mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
13 lines
297 B
PHP
13 lines
297 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'text' => 'Texto curto',
|
|
'textarea' => 'Texto longo',
|
|
'radio' => 'Seleção horizontal única',
|
|
'checkbox' => 'Múltipla seleção horizontal',
|
|
'select' => 'Seleção vertical única',
|
|
'image' => 'Imagem:',
|
|
],
|
|
];
|