123456789101112131415161718192021222324252627 |
- uuid: b6f01ac0-d986-45b5-b887-9a75f71e6c7a
- langcode: fr
- status: true
- dependencies:
- config:
- - field.storage.paragraph.field_fichiers
- - paragraphs.paragraphs_type.dossier
- module:
- - file
- id: paragraph.dossier.field_fichiers
- field_name: field_fichiers
- entity_type: paragraph
- bundle: dossier
- label: Fichiers
- description: ''
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:file'
- handler_settings: { }
- file_directory: '[current-user:uid]'
- file_extensions: 'pdf doc docx odt zip'
- max_filesize: ''
- description_field: true
- field_type: file
|