mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
13 lines
286 B
PHP
13 lines
286 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'text' => 'Kurzer Text',
|
|
'textarea' => 'Lange Text',
|
|
'radio' => 'Horizontale Einzelauswahl',
|
|
'checkbox' => 'Horizontale Mehrfachauswahl',
|
|
'select' => 'Vertikale Einzelauswahl',
|
|
'image' => 'Bild',
|
|
],
|
|
];
|