added a way to add an image from a smartphone camera

This commit is contained in:
abdurahman
2023-12-24 10:42:21 +05:00
parent 0de0459ce1
commit 9250b863f7
6 changed files with 1318 additions and 596 deletions

View File

@@ -115,6 +115,7 @@ return [
'file_size_limit_help' => 'Введите ограничение размера файла в МБ',
'allowed_file' => 'Допустимый тип файла',
'specify_file_type' => 'Укажите разрешенные типы',
'image_file_type' => 'Camera + file',
'all_types' => 'Все типы',
'add_file_type' => 'Добавить типы файлов',
'add_file_type_help_text' => 'Строка с разделенными запятыми типами файлов. Например, .jpg, .png, .jpeg',