mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
275 B
PHP
13 lines
275 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'text' => 'Kort tekst',
|
|
'textarea' => 'Lang tekst',
|
|
'radio' => 'Horisontalt enkelt valg',
|
|
'checkbox' => 'Horisontal flere valg',
|
|
'select' => 'Vertikalt enkeltvalg',
|
|
'image' => 'Bilde',
|
|
],
|
|
];
|