123456789101112131415161718192021222324252627 |
- uuid: 945db134-c2ae-4bfc-9e23-33d40d511717
- langcode: fr
- status: true
- dependencies:
- config:
- - field.storage.node.field_fiche_candidature
- - node.type.operation
- module:
- - file
- id: node.operation.field_fiche_candidature
- field_name: field_fiche_candidature
- entity_type: node
- bundle: operation
- label: 'Fiche candidature'
- description: ''
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:file'
- handler_settings: { }
- file_directory: 'fiches_candidatures/[date:custom:Y]'
- file_extensions: 'pdf doc docx odt'
- max_filesize: 2MB
- description_field: false
- field_type: file
|