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
parent acd8b2a20c
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.

View file

@ -88,10 +88,13 @@ nav:
- Settings:
- 'Global settings': settings/global.md
- 'Navigation settings': settings/navigation.md
- Editors:
- TinyMCE: utils/editors/tinymce.md
- GrapesJS: utils/editors/grapesjs.md
- Editor.js: utils/editors/editorjs.md
- Form:
- Picker picker: utils/form/file_picker.md
- Collection: utils/form/collection.md
- Editors:
- TinyMCE: utils/editors/tinymce.md
- GrapesJS: utils/editors/grapesjs.md
- Editor.js: utils/editors/editorjs.md
- Utils:
- Cache Manager: utils/cache.md
- Doctrine: utils/doctrine.md
@ -99,7 +102,6 @@ nav:
- File attribute: utils/file_attribute.md
- Mail notifier: utils/mail.md
- Slug: utils/slug.md
- Form: utils/form.md
- "A/B Testing": abtesting.md
- Users: users.md
- Tasks: tasks.md