update menu
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-10-11 23:35:37 +02:00
commit 7f4335353f
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 11 additions and 12 deletions

View file

@ -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:

View 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.