mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
304 B
PHP
13 lines
304 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'text' => 'Krátký text',
|
|
'textarea' => 'Dlouhý text',
|
|
'radio' => 'Horizontální jediný výběr',
|
|
'checkbox' => 'Horizontální výběr více',
|
|
'select' => 'Svislý jednoduchý výběr',
|
|
'image' => 'Obrázek',
|
|
],
|
|
];
|