2026-02-01 01:26:00 +07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'type' => [
|
|
|
|
|
'text' => 'Kort text',
|
|
|
|
|
'textarea' => 'Lång text',
|
|
|
|
|
'radio' => 'Horisontell enkel markering',
|
|
|
|
|
'checkbox' => 'Horisontell multipla val',
|
|
|
|
|
'select' => 'Vertikal enkel markering',
|
|
|
|
|
'image' => 'Bild',
|
|
|
|
|
],
|
|
|
|
|
];
|