1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- uuid: 94dac4c2-f3e2-440e-ac7d-b8a192e5f9a8
- langcode: fr
- status: true
- dependencies:
- config:
- - 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.default
- targetEntityType: node
- bundle: operation
- mode: default
- content:
- field_adresse:
- type: address_default
- 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: above
- settings:
- use_description_as_link_text: true
- third_party_settings: { }
- weight: 3
- region: content
- field_fiche_candidature:
- type: file_default
- label: above
- settings:
- use_description_as_link_text: true
- third_party_settings: { }
- weight: 2
- region: content
- hidden:
- langcode: true
- links: true
- search_api_excerpt: true
|