This commit is contained in:
parent
acd8b2a20c
commit
7f4335353f
3 changed files with 11 additions and 12 deletions
|
|
@ -1,10 +1,4 @@
|
|||
# Form
|
||||
|
||||
## File picker
|
||||
|
||||
Murph provides a file picker using the file manager system: `App\Core\Form\FileManager\FilePickerType`. It allows you to pick an existing file or upload it. After saving, the file is previewed if possible.
|
||||
|
||||
## Collection
|
||||
# Collection
|
||||
|
||||
When you need to manage a collection in a form, you can use `App\Core\Form\Type\CollectionType` with these options:
|
||||
|
||||
3
docs/utils/form/file_picker.md
Normal file
3
docs/utils/form/file_picker.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# File picker
|
||||
|
||||
Murph provides a file picker using the file manager system: `App\Core\Form\FileManager\FilePickerType`. It allows you to pick an existing file or upload it. After saving, the file is previewed if possible.
|
||||
Loading…
Add table
Add a link
Reference in a new issue