1234567891011121314151617181920212223242526272829303132333435363738 |
- uuid: 92929459-931b-4b05-8cf9-4f096c653a4e
- langcode: fr
- status: true
- dependencies:
- config:
- - field.storage.paragraph.field_vignette
- - paragraphs.paragraphs_type.doc_and_thumb
- module:
- - image
- id: paragraph.doc_and_thumb.field_vignette
- field_name: field_vignette
- entity_type: paragraph
- bundle: doc_and_thumb
- label: Vignette
- description: ''
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:file'
- handler_settings: { }
- file_directory: '[date:custom:Y]-[date:custom:m]'
- file_extensions: 'png gif jpg jpeg'
- max_filesize: ''
- max_resolution: ''
- min_resolution: ''
- alt_field: false
- alt_field_required: false
- title_field: false
- title_field_required: false
- default_image:
- uuid: ''
- alt: ''
- title: ''
- width: null
- height: null
- field_type: image
|