You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
358 B
17 lines
358 B
<?php
|
|
|
|
return [
|
|
'input_type' => [
|
|
'number' => 'Number',
|
|
'text_line' => 'Text Line',
|
|
'text_area' => 'Text Area',
|
|
'select' => 'Select',
|
|
'file' => 'File',
|
|
'checkbox' => 'Checkbox',
|
|
],
|
|
'file_type' => [
|
|
'document' => 'Document',
|
|
'image' => 'Image',
|
|
'audio' => 'Audio',
|
|
],
|
|
];
|
|
|