123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- uuid: b388162a-cc39-4bc2-a741-db925dbd3413
- langcode: fr
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.compact
- - field.field.node.operation.field_adresse
- - field.field.node.operation.field_commentaire
- - field.field.node.operation.field_dossier_de_candidature
- - field.field.node.operation.field_fiche_candidature
- - node.type.operation
- module:
- - address
- - file
- - user
- id: node.operation.compact
- targetEntityType: node
- bundle: operation
- mode: compact
- content:
- field_adresse:
- type: address_plain
- label: above
- settings: { }
- third_party_settings: { }
- weight: 0
- region: content
- field_commentaire:
- type: basic_string
- label: above
- settings: { }
- third_party_settings: { }
- weight: 1
- region: content
- field_dossier_de_candidature:
- type: file_default
- label: inline
- settings:
- use_description_as_link_text: true
- third_party_settings: { }
- weight: 3
- region: content
- field_fiche_candidature:
- type: file_default
- label: inline
- settings:
- use_description_as_link_text: true
- third_party_settings: { }
- weight: 2
- region: content
- hidden:
- langcode: true
- links: true
- search_api_excerpt: true
|