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' => 'Texte court',
|
|
'textarea' => 'Texte long',
|
|
'radio' => 'Simple sélection horizontale',
|
|
'checkbox' => 'Sélection horizontale multiple',
|
|
'select' => 'Simple sélection verticale',
|
|
'image' => 'Image',
|
|
],
|
|
];
|