Merge pull request #1771 from SevanNerse/master

component dropzone related works
This commit is contained in:
Cüneyt Şentürk
2021-01-18 10:48:15 +03:00
committed by GitHub
14 changed files with 42 additions and 26 deletions

View File

@@ -34,7 +34,7 @@
{{ Form::selectGroup('locale', trans_choice('general.languages', 1), 'flag', language()->allowed(), $user->locale) }}
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1), '', ['dropzone-class' => 'form-file']) }}
{{ Form::fileGroup('picture', trans_choice('general.pictures', 1), '', ['dropzone-class' => 'form-file', 'options' => ['acceptedFiles' => 'image/*']]) }}
</div>
</div>