2026-02-01 01:26:00 +07:00
|
|
|
<?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',
|
|
|
|
|
],
|
|
|
|
|
];
|