Files

13 lines
282 B
PHP
Raw Permalink Normal View History

2025-12-28 22:36:52 +08:00
<?php
return [
'type' => [
'text' => 'Short text',
'textarea' => 'Long text',
'radio' => 'Horizontal single select',
'checkbox' => 'Horizontal multiple select',
'select' => 'Vertical single select',
'image' => 'Image',
],
];