CT ressource done
This commit is contained in:
		| @@ -4,8 +4,20 @@ status: true | |||||||
| dependencies: | dependencies: | ||||||
|   config: |   config: | ||||||
|     - field.field.node.programme.body |     - field.field.node.programme.body | ||||||
|  |     - field.field.node.programme.field_colloque | ||||||
|  |     - field.field.node.programme.field_diaporama | ||||||
|  |     - field.field.node.programme.field_fichier | ||||||
|  |     - field.field.node.programme.field_partenaires | ||||||
|  |     - field.field.node.programme.field_programme | ||||||
|  |     - field.field.node.programme.field_publications | ||||||
|  |     - field.field.node.programme.field_textes | ||||||
|  |     - image.style.thumbnail | ||||||
|     - node.type.programme |     - node.type.programme | ||||||
|   module: |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|  |     - paragraphs | ||||||
|     - path |     - path | ||||||
|     - text |     - text | ||||||
| id: node.programme.default | id: node.programme.default | ||||||
| @@ -29,6 +41,87 @@ content: | |||||||
|     region: content |     region: content | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|  |   field_colloque: | ||||||
|  |     type: paragraphs | ||||||
|  |     weight: 127 | ||||||
|  |     settings: | ||||||
|  |       title: Paragraph | ||||||
|  |       title_plural: Paragraphs | ||||||
|  |       edit_mode: open | ||||||
|  |       closed_mode: summary | ||||||
|  |       autocollapse: none | ||||||
|  |       closed_mode_threshold: 0 | ||||||
|  |       add_mode: dropdown | ||||||
|  |       form_display_mode: default | ||||||
|  |       default_paragraph_type: '' | ||||||
|  |       features: | ||||||
|  |         collapse_edit_all: collapse_edit_all | ||||||
|  |         duplicate: duplicate | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     region: content | ||||||
|  |   field_diaporama: | ||||||
|  |     weight: 124 | ||||||
|  |     settings: | ||||||
|  |       progress_indicator: throbber | ||||||
|  |       preview_image_style: thumbnail | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: image_image | ||||||
|  |     region: content | ||||||
|  |   field_fichier: | ||||||
|  |     weight: 125 | ||||||
|  |     settings: | ||||||
|  |       progress_indicator: throbber | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: file_generic | ||||||
|  |     region: content | ||||||
|  |   field_partenaires: | ||||||
|  |     weight: 126 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_revisions_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_programme: | ||||||
|  |     weight: 122 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_publications: | ||||||
|  |     type: paragraphs | ||||||
|  |     weight: 128 | ||||||
|  |     settings: | ||||||
|  |       title: Paragraph | ||||||
|  |       title_plural: Paragraphs | ||||||
|  |       edit_mode: open | ||||||
|  |       closed_mode: summary | ||||||
|  |       autocollapse: none | ||||||
|  |       closed_mode_threshold: 0 | ||||||
|  |       add_mode: dropdown | ||||||
|  |       form_display_mode: default | ||||||
|  |       default_paragraph_type: '' | ||||||
|  |       features: | ||||||
|  |         collapse_edit_all: collapse_edit_all | ||||||
|  |         duplicate: duplicate | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     region: content | ||||||
|  |   field_textes: | ||||||
|  |     weight: 123 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_revisions_autocomplete | ||||||
|  |     region: content | ||||||
|   langcode: |   langcode: | ||||||
|     type: language_select |     type: language_select | ||||||
|     weight: 2 |     weight: 2 | ||||||
|   | |||||||
| @@ -4,10 +4,144 @@ status: true | |||||||
| dependencies: | dependencies: | ||||||
|   config: |   config: | ||||||
|     - field.field.node.ressource.body |     - field.field.node.ressource.body | ||||||
|  |     - field.field.node.ressource.field_auteurs | ||||||
|  |     - field.field.node.ressource.field_date_de_parution | ||||||
|  |     - field.field.node.ressource.field_edition | ||||||
|  |     - field.field.node.ressource.field_evenements_lies | ||||||
|  |     - field.field.node.ressource.field_fichier | ||||||
|  |     - field.field.node.ressource.field_image | ||||||
|  |     - field.field.node.ressource.field_lien | ||||||
|  |     - field.field.node.ressource.field_programme | ||||||
|  |     - field.field.node.ressource.field_projets_lies | ||||||
|  |     - field.field.node.ressource.field_ressources_liees | ||||||
|  |     - field.field.node.ressource.field_sous_titre | ||||||
|  |     - field.field.node.ressource.field_themes_lies | ||||||
|  |     - field.field.node.ressource.field_type_de_ressource | ||||||
|  |     - field.field.node.ressource.field_videos | ||||||
|  |     - image.style.thumbnail | ||||||
|     - node.type.ressource |     - node.type.ressource | ||||||
|   module: |   module: | ||||||
|     - path |     - datetime | ||||||
|  |     - field_group | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|  |     - link | ||||||
|     - text |     - text | ||||||
|  |     - video_embed_field | ||||||
|  | third_party_settings: | ||||||
|  |   field_group: | ||||||
|  |     group_tabs: | ||||||
|  |       children: | ||||||
|  |         - group_principal | ||||||
|  |         - group_texte | ||||||
|  |         - group_edition | ||||||
|  |         - group_liens | ||||||
|  |         - group_media | ||||||
|  |       parent_name: '' | ||||||
|  |       weight: 20 | ||||||
|  |       format_type: tabs | ||||||
|  |       region: content | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         direction: horizontal | ||||||
|  |       label: Tabs | ||||||
|  |     group_principal: | ||||||
|  |       children: | ||||||
|  |         - field_sous_titre | ||||||
|  |         - field_type_de_ressource | ||||||
|  |         - field_programme | ||||||
|  |       parent_name: group_tabs | ||||||
|  |       weight: 17 | ||||||
|  |       format_type: tab | ||||||
|  |       region: content | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         description: '' | ||||||
|  |         formatter: open | ||||||
|  |         required_fields: true | ||||||
|  |       label: Principal | ||||||
|  |     group_liens: | ||||||
|  |       children: | ||||||
|  |         - field_projets_lies | ||||||
|  |         - field_themes_lies | ||||||
|  |         - field_evenements_lies | ||||||
|  |         - field_ressources_liees | ||||||
|  |       parent_name: group_tabs | ||||||
|  |       weight: 20 | ||||||
|  |       format_type: tab | ||||||
|  |       region: content | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         description: '' | ||||||
|  |         formatter: closed | ||||||
|  |         required_fields: true | ||||||
|  |       label: Liens | ||||||
|  |     group_media: | ||||||
|  |       children: | ||||||
|  |         - field_image | ||||||
|  |         - field_videos | ||||||
|  |         - field_fichier | ||||||
|  |       parent_name: group_tabs | ||||||
|  |       weight: 20 | ||||||
|  |       format_type: tab | ||||||
|  |       region: content | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         description: '' | ||||||
|  |         formatter: closed | ||||||
|  |         required_fields: true | ||||||
|  |       label: Media | ||||||
|  |     group_texte: | ||||||
|  |       children: | ||||||
|  |         - body | ||||||
|  |       parent_name: group_tabs | ||||||
|  |       weight: 18 | ||||||
|  |       format_type: tab | ||||||
|  |       region: content | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         description: '' | ||||||
|  |         formatter: closed | ||||||
|  |         required_fields: true | ||||||
|  |       label: Texte | ||||||
|  |     group_edition: | ||||||
|  |       children: | ||||||
|  |         - field_auteurs | ||||||
|  |         - field_edition | ||||||
|  |         - field_date_de_parution | ||||||
|  |         - field_lien | ||||||
|  |       parent_name: group_tabs | ||||||
|  |       weight: 19 | ||||||
|  |       format_type: tab | ||||||
|  |       region: content | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         description: '' | ||||||
|  |         formatter: closed | ||||||
|  |         required_fields: true | ||||||
|  |       label: Edition | ||||||
|  |     group_details: | ||||||
|  |       children: | ||||||
|  |         - status | ||||||
|  |         - promote | ||||||
|  |       parent_name: '' | ||||||
|  |       weight: 20 | ||||||
|  |       format_type: details_sidebar | ||||||
|  |       region: hidden | ||||||
|  |       format_settings: | ||||||
|  |         id: '' | ||||||
|  |         classes: '' | ||||||
|  |         description: '' | ||||||
|  |         open: true | ||||||
|  |         required_fields: true | ||||||
|  |         weight: -5 | ||||||
|  |       label: Details | ||||||
| id: node.ressource.default | id: node.ressource.default | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| bundle: ressource | bundle: ressource | ||||||
| @@ -15,7 +149,7 @@ mode: default | |||||||
| content: | content: | ||||||
|   body: |   body: | ||||||
|     type: text_textarea_with_summary |     type: text_textarea_with_summary | ||||||
|     weight: 121 |     weight: -2 | ||||||
|     settings: |     settings: | ||||||
|       rows: 9 |       rows: 9 | ||||||
|       summary_rows: 3 |       summary_rows: 3 | ||||||
| @@ -23,45 +157,138 @@ content: | |||||||
|       show_summary: false |       show_summary: false | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     region: content |     region: content | ||||||
|   created: |   field_auteurs: | ||||||
|     type: datetime_timestamp |     weight: 127 | ||||||
|     weight: 10 |  | ||||||
|     region: content |  | ||||||
|     settings: {  } |  | ||||||
|     third_party_settings: {  } |  | ||||||
|   langcode: |  | ||||||
|     type: language_select |  | ||||||
|     weight: 2 |  | ||||||
|     region: content |  | ||||||
|     settings: |     settings: | ||||||
|       include_locked: true |       rows: 5 | ||||||
|  |       placeholder: '' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   path: |     type: text_textarea | ||||||
|     type: path |  | ||||||
|     weight: 30 |  | ||||||
|     region: content |     region: content | ||||||
|  |   field_date_de_parution: | ||||||
|  |     weight: 129 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|  |     type: datetime_default | ||||||
|  |     region: content | ||||||
|  |   field_edition: | ||||||
|  |     weight: 128 | ||||||
|  |     settings: | ||||||
|  |       rows: 5 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: text_textarea | ||||||
|  |     region: content | ||||||
|  |   field_evenements_lies: | ||||||
|  |     weight: 134 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_fichier: | ||||||
|  |     weight: 132 | ||||||
|  |     settings: | ||||||
|  |       progress_indicator: throbber | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: file_generic | ||||||
|  |     region: content | ||||||
|  |   field_image: | ||||||
|  |     weight: 130 | ||||||
|  |     settings: | ||||||
|  |       progress_indicator: throbber | ||||||
|  |       preview_image_style: thumbnail | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: image_image | ||||||
|  |     region: content | ||||||
|  |   field_lien: | ||||||
|  |     weight: 133 | ||||||
|  |     settings: | ||||||
|  |       placeholder_url: '' | ||||||
|  |       placeholder_title: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: link_default | ||||||
|  |     region: content | ||||||
|  |   field_programme: | ||||||
|  |     weight: -2 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_projets_lies: | ||||||
|  |     weight: 123 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_ressources_liees: | ||||||
|  |     weight: 135 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_sous_titre: | ||||||
|  |     weight: -4 | ||||||
|  |     settings: | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: string_textfield | ||||||
|  |     region: content | ||||||
|  |   field_themes_lies: | ||||||
|  |     weight: 124 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_type_de_ressource: | ||||||
|  |     weight: -3 | ||||||
|  |     settings: | ||||||
|  |       match_operator: CONTAINS | ||||||
|  |       match_limit: 10 | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_autocomplete | ||||||
|  |     region: content | ||||||
|  |   field_videos: | ||||||
|  |     weight: 131 | ||||||
|  |     settings: {  } | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: video_embed_field_textfield | ||||||
|  |     region: content | ||||||
|   promote: |   promote: | ||||||
|     type: boolean_checkbox |     type: boolean_checkbox | ||||||
|  |     weight: 0 | ||||||
|  |     region: content | ||||||
|     settings: |     settings: | ||||||
|       display_label: true |       display_label: true | ||||||
|     weight: 15 |  | ||||||
|     region: content |  | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   status: |   status: | ||||||
|     type: boolean_checkbox |     type: boolean_checkbox | ||||||
|  |     weight: 0 | ||||||
|  |     region: content | ||||||
|     settings: |     settings: | ||||||
|       display_label: true |       display_label: true | ||||||
|     weight: 120 |  | ||||||
|     region: content |  | ||||||
|     third_party_settings: {  } |  | ||||||
|   sticky: |  | ||||||
|     type: boolean_checkbox |  | ||||||
|     settings: |  | ||||||
|       display_label: true |  | ||||||
|     weight: 16 |  | ||||||
|     region: content |  | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   title: |   title: | ||||||
|     type: string_textfield |     type: string_textfield | ||||||
| @@ -71,19 +298,10 @@ content: | |||||||
|       size: 60 |       size: 60 | ||||||
|       placeholder: '' |       placeholder: '' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   uid: | hidden: | ||||||
|     type: entity_reference_autocomplete |   created: true | ||||||
|     weight: 5 |   langcode: true | ||||||
|     settings: |   path: true | ||||||
|       match_operator: CONTAINS |   sticky: true | ||||||
|       size: 60 |   uid: true | ||||||
|       placeholder: '' |   url_redirects: true | ||||||
|       match_limit: 10 |  | ||||||
|     region: content |  | ||||||
|     third_party_settings: {  } |  | ||||||
|   url_redirects: |  | ||||||
|     weight: 50 |  | ||||||
|     settings: {  } |  | ||||||
|     third_party_settings: {  } |  | ||||||
|     region: content |  | ||||||
| hidden: {  } |  | ||||||
|   | |||||||
| @@ -0,0 +1,74 @@ | |||||||
|  | uuid: 7c9703e9-6357-4827-be46-ecd8595a3584 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.field.paragraph.module_colloque.field_fichiers | ||||||
|  |     - field.field.paragraph.module_colloque.field_images | ||||||
|  |     - field.field.paragraph.module_colloque.field_texte_intro | ||||||
|  |     - field.field.paragraph.module_colloque.field_textes | ||||||
|  |     - field.field.paragraph.module_colloque.field_titre | ||||||
|  |     - image.style.thumbnail | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |   module: | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|  |     - paragraphs | ||||||
|  |     - text | ||||||
|  | id: paragraph.module_colloque.default | ||||||
|  | targetEntityType: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | mode: default | ||||||
|  | content: | ||||||
|  |   field_fichiers: | ||||||
|  |     weight: 4 | ||||||
|  |     settings: | ||||||
|  |       progress_indicator: throbber | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: file_generic | ||||||
|  |     region: content | ||||||
|  |   field_images: | ||||||
|  |     weight: 3 | ||||||
|  |     settings: | ||||||
|  |       progress_indicator: throbber | ||||||
|  |       preview_image_style: thumbnail | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: image_image | ||||||
|  |     region: content | ||||||
|  |   field_texte_intro: | ||||||
|  |     weight: 1 | ||||||
|  |     settings: | ||||||
|  |       rows: 5 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: text_textarea | ||||||
|  |     region: content | ||||||
|  |   field_textes: | ||||||
|  |     type: paragraphs | ||||||
|  |     weight: 2 | ||||||
|  |     settings: | ||||||
|  |       title: Paragraph | ||||||
|  |       title_plural: Paragraphs | ||||||
|  |       edit_mode: open | ||||||
|  |       closed_mode: summary | ||||||
|  |       autocollapse: none | ||||||
|  |       closed_mode_threshold: 0 | ||||||
|  |       add_mode: dropdown | ||||||
|  |       form_display_mode: default | ||||||
|  |       default_paragraph_type: '' | ||||||
|  |       features: | ||||||
|  |         collapse_edit_all: collapse_edit_all | ||||||
|  |         duplicate: duplicate | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     region: content | ||||||
|  |   field_titre: | ||||||
|  |     weight: 0 | ||||||
|  |     settings: | ||||||
|  |       size: 60 | ||||||
|  |       placeholder: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: string_textfield | ||||||
|  |     region: content | ||||||
|  | hidden: | ||||||
|  |   created: true | ||||||
|  |   status: true | ||||||
| @@ -4,8 +4,18 @@ status: true | |||||||
| dependencies: | dependencies: | ||||||
|   config: |   config: | ||||||
|     - field.field.node.programme.body |     - field.field.node.programme.body | ||||||
|  |     - field.field.node.programme.field_colloque | ||||||
|  |     - field.field.node.programme.field_diaporama | ||||||
|  |     - field.field.node.programme.field_fichier | ||||||
|  |     - field.field.node.programme.field_partenaires | ||||||
|  |     - field.field.node.programme.field_programme | ||||||
|  |     - field.field.node.programme.field_publications | ||||||
|  |     - field.field.node.programme.field_textes | ||||||
|     - node.type.programme |     - node.type.programme | ||||||
|   module: |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|     - text |     - text | ||||||
|     - user |     - user | ||||||
| id: node.programme.default | id: node.programme.default | ||||||
| @@ -20,6 +30,67 @@ content: | |||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     region: content |     region: content | ||||||
|  |   field_colloque: | ||||||
|  |     type: entity_reference_revisions_entity_view | ||||||
|  |     weight: 107 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       view_mode: default | ||||||
|  |       link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     region: content | ||||||
|  |   field_diaporama: | ||||||
|  |     weight: 104 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       image_style: '' | ||||||
|  |       image_link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: image | ||||||
|  |     region: content | ||||||
|  |   field_fichier: | ||||||
|  |     weight: 105 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       use_description_as_link_text: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: file_default | ||||||
|  |     region: content | ||||||
|  |   field_partenaires: | ||||||
|  |     weight: 106 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       view_mode: default | ||||||
|  |       link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_revisions_entity_view | ||||||
|  |     region: content | ||||||
|  |   field_programme: | ||||||
|  |     weight: 102 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_publications: | ||||||
|  |     type: entity_reference_revisions_entity_view | ||||||
|  |     weight: 108 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       view_mode: default | ||||||
|  |       link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     region: content | ||||||
|  |   field_textes: | ||||||
|  |     weight: 103 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       view_mode: default | ||||||
|  |       link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_revisions_entity_view | ||||||
|  |     region: content | ||||||
|   links: |   links: | ||||||
|     weight: 100 |     weight: 100 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|   | |||||||
| @@ -5,6 +5,13 @@ dependencies: | |||||||
|   config: |   config: | ||||||
|     - core.entity_view_mode.node.teaser |     - core.entity_view_mode.node.teaser | ||||||
|     - field.field.node.programme.body |     - field.field.node.programme.body | ||||||
|  |     - field.field.node.programme.field_colloque | ||||||
|  |     - field.field.node.programme.field_diaporama | ||||||
|  |     - field.field.node.programme.field_fichier | ||||||
|  |     - field.field.node.programme.field_partenaires | ||||||
|  |     - field.field.node.programme.field_programme | ||||||
|  |     - field.field.node.programme.field_publications | ||||||
|  |     - field.field.node.programme.field_textes | ||||||
|     - node.type.programme |     - node.type.programme | ||||||
|   module: |   module: | ||||||
|     - text |     - text | ||||||
| @@ -28,5 +35,12 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     region: content |     region: content | ||||||
| hidden: | hidden: | ||||||
|  |   field_colloque: true | ||||||
|  |   field_diaporama: true | ||||||
|  |   field_fichier: true | ||||||
|  |   field_partenaires: true | ||||||
|  |   field_programme: true | ||||||
|  |   field_publications: true | ||||||
|  |   field_textes: true | ||||||
|   langcode: true |   langcode: true | ||||||
|   search_api_excerpt: true |   search_api_excerpt: true | ||||||
|   | |||||||
| @@ -4,10 +4,29 @@ status: true | |||||||
| dependencies: | dependencies: | ||||||
|   config: |   config: | ||||||
|     - field.field.node.ressource.body |     - field.field.node.ressource.body | ||||||
|  |     - field.field.node.ressource.field_auteurs | ||||||
|  |     - field.field.node.ressource.field_date_de_parution | ||||||
|  |     - field.field.node.ressource.field_edition | ||||||
|  |     - field.field.node.ressource.field_evenements_lies | ||||||
|  |     - field.field.node.ressource.field_fichier | ||||||
|  |     - field.field.node.ressource.field_image | ||||||
|  |     - field.field.node.ressource.field_lien | ||||||
|  |     - field.field.node.ressource.field_programme | ||||||
|  |     - field.field.node.ressource.field_projets_lies | ||||||
|  |     - field.field.node.ressource.field_ressources_liees | ||||||
|  |     - field.field.node.ressource.field_sous_titre | ||||||
|  |     - field.field.node.ressource.field_themes_lies | ||||||
|  |     - field.field.node.ressource.field_type_de_ressource | ||||||
|  |     - field.field.node.ressource.field_videos | ||||||
|     - node.type.ressource |     - node.type.ressource | ||||||
|   module: |   module: | ||||||
|  |     - datetime | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|  |     - link | ||||||
|     - text |     - text | ||||||
|     - user |     - user | ||||||
|  |     - video_embed_field | ||||||
| id: node.ressource.default | id: node.ressource.default | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| bundle: ressource | bundle: ressource | ||||||
| @@ -20,6 +39,125 @@ content: | |||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     region: content |     region: content | ||||||
|  |   field_auteurs: | ||||||
|  |     weight: 107 | ||||||
|  |     label: above | ||||||
|  |     settings: {  } | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: text_default | ||||||
|  |     region: content | ||||||
|  |   field_date_de_parution: | ||||||
|  |     weight: 109 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       format_type: medium | ||||||
|  |       timezone_override: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: datetime_default | ||||||
|  |     region: content | ||||||
|  |   field_edition: | ||||||
|  |     weight: 108 | ||||||
|  |     label: above | ||||||
|  |     settings: {  } | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: text_default | ||||||
|  |     region: content | ||||||
|  |   field_evenements_lies: | ||||||
|  |     weight: 114 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_fichier: | ||||||
|  |     weight: 112 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       use_description_as_link_text: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: file_default | ||||||
|  |     region: content | ||||||
|  |   field_image: | ||||||
|  |     weight: 110 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       image_style: '' | ||||||
|  |       image_link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: image | ||||||
|  |     region: content | ||||||
|  |   field_lien: | ||||||
|  |     weight: 113 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       trim_length: 80 | ||||||
|  |       url_only: false | ||||||
|  |       url_plain: false | ||||||
|  |       rel: '' | ||||||
|  |       target: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: link | ||||||
|  |     region: content | ||||||
|  |   field_programme: | ||||||
|  |     weight: 102 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_projets_lies: | ||||||
|  |     weight: 103 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_ressources_liees: | ||||||
|  |     weight: 115 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_sous_titre: | ||||||
|  |     weight: 106 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link_to_entity: false | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: string | ||||||
|  |     region: content | ||||||
|  |   field_themes_lies: | ||||||
|  |     weight: 104 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_type_de_ressource: | ||||||
|  |     weight: 105 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: entity_reference_label | ||||||
|  |     region: content | ||||||
|  |   field_videos: | ||||||
|  |     weight: 111 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       responsive: true | ||||||
|  |       width: 854 | ||||||
|  |       height: 480 | ||||||
|  |       autoplay: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: video_embed_field_video | ||||||
|  |     region: content | ||||||
|   links: |   links: | ||||||
|     weight: 100 |     weight: 100 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|   | |||||||
| @@ -5,6 +5,20 @@ dependencies: | |||||||
|   config: |   config: | ||||||
|     - core.entity_view_mode.node.teaser |     - core.entity_view_mode.node.teaser | ||||||
|     - field.field.node.ressource.body |     - field.field.node.ressource.body | ||||||
|  |     - field.field.node.ressource.field_auteurs | ||||||
|  |     - field.field.node.ressource.field_date_de_parution | ||||||
|  |     - field.field.node.ressource.field_edition | ||||||
|  |     - field.field.node.ressource.field_evenements_lies | ||||||
|  |     - field.field.node.ressource.field_fichier | ||||||
|  |     - field.field.node.ressource.field_image | ||||||
|  |     - field.field.node.ressource.field_lien | ||||||
|  |     - field.field.node.ressource.field_programme | ||||||
|  |     - field.field.node.ressource.field_projets_lies | ||||||
|  |     - field.field.node.ressource.field_ressources_liees | ||||||
|  |     - field.field.node.ressource.field_sous_titre | ||||||
|  |     - field.field.node.ressource.field_themes_lies | ||||||
|  |     - field.field.node.ressource.field_type_de_ressource | ||||||
|  |     - field.field.node.ressource.field_videos | ||||||
|     - node.type.ressource |     - node.type.ressource | ||||||
|   module: |   module: | ||||||
|     - text |     - text | ||||||
| @@ -28,5 +42,19 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     region: content |     region: content | ||||||
| hidden: | hidden: | ||||||
|  |   field_auteurs: true | ||||||
|  |   field_date_de_parution: true | ||||||
|  |   field_edition: true | ||||||
|  |   field_evenements_lies: true | ||||||
|  |   field_fichier: true | ||||||
|  |   field_image: true | ||||||
|  |   field_lien: true | ||||||
|  |   field_programme: true | ||||||
|  |   field_projets_lies: true | ||||||
|  |   field_ressources_liees: true | ||||||
|  |   field_sous_titre: true | ||||||
|  |   field_themes_lies: true | ||||||
|  |   field_type_de_ressource: true | ||||||
|  |   field_videos: true | ||||||
|   langcode: true |   langcode: true | ||||||
|   search_api_excerpt: true |   search_api_excerpt: true | ||||||
|   | |||||||
| @@ -0,0 +1,64 @@ | |||||||
|  | uuid: 167539af-ffb0-4497-9db3-c312b57793c0 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.field.paragraph.module_colloque.field_fichiers | ||||||
|  |     - field.field.paragraph.module_colloque.field_images | ||||||
|  |     - field.field.paragraph.module_colloque.field_texte_intro | ||||||
|  |     - field.field.paragraph.module_colloque.field_textes | ||||||
|  |     - field.field.paragraph.module_colloque.field_titre | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|  |     - text | ||||||
|  | id: paragraph.module_colloque.default | ||||||
|  | targetEntityType: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | mode: default | ||||||
|  | content: | ||||||
|  |   field_fichiers: | ||||||
|  |     weight: 4 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       use_description_as_link_text: true | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: file_default | ||||||
|  |     region: content | ||||||
|  |   field_images: | ||||||
|  |     weight: 3 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       image_style: '' | ||||||
|  |       image_link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: image | ||||||
|  |     region: content | ||||||
|  |   field_texte_intro: | ||||||
|  |     weight: 1 | ||||||
|  |     label: above | ||||||
|  |     settings: {  } | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: text_default | ||||||
|  |     region: content | ||||||
|  |   field_textes: | ||||||
|  |     type: entity_reference_revisions_entity_view | ||||||
|  |     weight: 2 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       view_mode: default | ||||||
|  |       link: '' | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     region: content | ||||||
|  |   field_titre: | ||||||
|  |     weight: 0 | ||||||
|  |     label: above | ||||||
|  |     settings: | ||||||
|  |       link_to_entity: false | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     type: string | ||||||
|  |     region: content | ||||||
|  | hidden: | ||||||
|  |   search_api_excerpt: true | ||||||
| @@ -11,7 +11,7 @@ id: node.programme.body | |||||||
| field_name: body | field_name: body | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: programme | bundle: programme | ||||||
| label: Body | label: 'Texte d''introduction' | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
							
								
								
									
										46
									
								
								config/sync/field.field.node.programme.field_colloque.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								config/sync/field.field.node.programme.field_colloque.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | |||||||
|  | uuid: f8a4d272-dfba-4520-91c0-9914d65229cd | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_colloque | ||||||
|  |     - node.type.programme | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  | id: node.programme.field_colloque | ||||||
|  | field_name: field_colloque | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: Colloques | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:paragraph' | ||||||
|  |   handler_settings: | ||||||
|  |     negate: 0 | ||||||
|  |     target_bundles: | ||||||
|  |       module_colloque: module_colloque | ||||||
|  |     target_bundles_drag_drop: | ||||||
|  |       equipes: | ||||||
|  |         weight: 8 | ||||||
|  |         enabled: false | ||||||
|  |       module_colloque: | ||||||
|  |         enabled: true | ||||||
|  |         weight: 9 | ||||||
|  |       module_publication: | ||||||
|  |         weight: 10 | ||||||
|  |         enabled: false | ||||||
|  |       partenaires: | ||||||
|  |         weight: 11 | ||||||
|  |         enabled: false | ||||||
|  |       personne: | ||||||
|  |         weight: 12 | ||||||
|  |         enabled: false | ||||||
|  |       textes: | ||||||
|  |         weight: 7 | ||||||
|  |         enabled: false | ||||||
|  | field_type: entity_reference_revisions | ||||||
							
								
								
									
										45
									
								
								config/sync/field.field.node.programme.field_diaporama.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								config/sync/field.field.node.programme.field_diaporama.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | |||||||
|  | uuid: d4e71792-5288-49fc-88a6-e993a5a0e8ad | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_diaporama | ||||||
|  |     - node.type.programme | ||||||
|  |   module: | ||||||
|  |     - content_translation | ||||||
|  |     - image | ||||||
|  | third_party_settings: | ||||||
|  |   content_translation: | ||||||
|  |     translation_sync: | ||||||
|  |       file: '0' | ||||||
|  |       alt: '0' | ||||||
|  |       title: '0' | ||||||
|  | id: node.programme.field_diaporama | ||||||
|  | field_name: field_diaporama | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: Diaporama | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | 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: true | ||||||
|  |   title_field: false | ||||||
|  |   title_field_required: false | ||||||
|  |   default_image: | ||||||
|  |     uuid: '' | ||||||
|  |     alt: '' | ||||||
|  |     title: '' | ||||||
|  |     width: null | ||||||
|  |     height: null | ||||||
|  |   handler: 'default:file' | ||||||
|  |   handler_settings: {  } | ||||||
|  | field_type: image | ||||||
							
								
								
									
										27
									
								
								config/sync/field.field.node.programme.field_fichier.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								config/sync/field.field.node.programme.field_fichier.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | |||||||
|  | uuid: 7b8a8efd-96dc-4754-9ab3-171c4d77a2d2 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_fichier | ||||||
|  |     - node.type.programme | ||||||
|  |   module: | ||||||
|  |     - file | ||||||
|  | id: node.programme.field_fichier | ||||||
|  | field_name: field_fichier | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: Fichier | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   file_directory: '[date:custom:Y]-[date:custom:m]' | ||||||
|  |   file_extensions: txt | ||||||
|  |   max_filesize: '' | ||||||
|  |   description_field: true | ||||||
|  |   handler: 'default:file' | ||||||
|  |   handler_settings: {  } | ||||||
|  | field_type: file | ||||||
							
								
								
									
										46
									
								
								config/sync/field.field.node.programme.field_partenaires.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								config/sync/field.field.node.programme.field_partenaires.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | |||||||
|  | uuid: a5d2320f-8ac5-44ec-8db2-342ade86718f | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_partenaires | ||||||
|  |     - node.type.programme | ||||||
|  |     - paragraphs.paragraphs_type.partenaires | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  | id: node.programme.field_partenaires | ||||||
|  | field_name: field_partenaires | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: Partenaires | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:paragraph' | ||||||
|  |   handler_settings: | ||||||
|  |     negate: 0 | ||||||
|  |     target_bundles: | ||||||
|  |       partenaires: partenaires | ||||||
|  |     target_bundles_drag_drop: | ||||||
|  |       equipes: | ||||||
|  |         weight: 8 | ||||||
|  |         enabled: false | ||||||
|  |       module_colloque: | ||||||
|  |         weight: 9 | ||||||
|  |         enabled: false | ||||||
|  |       module_publication: | ||||||
|  |         weight: 10 | ||||||
|  |         enabled: false | ||||||
|  |       partenaires: | ||||||
|  |         enabled: true | ||||||
|  |         weight: 11 | ||||||
|  |       personne: | ||||||
|  |         weight: 12 | ||||||
|  |         enabled: false | ||||||
|  |       textes: | ||||||
|  |         weight: 7 | ||||||
|  |         enabled: false | ||||||
|  | field_type: entity_reference_revisions | ||||||
							
								
								
									
										28
									
								
								config/sync/field.field.node.programme.field_programme.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								config/sync/field.field.node.programme.field_programme.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | |||||||
|  | uuid: 8fac9594-ed46-4963-821a-9209dce5d1bf | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_programme | ||||||
|  |     - node.type.programme | ||||||
|  | id: node.programme.field_programme | ||||||
|  | field_name: field_programme | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: 'Programme Popsu lié' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:node' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       programme: programme | ||||||
|  |     sort: | ||||||
|  |       field: _none | ||||||
|  |       direction: ASC | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
| @@ -0,0 +1,46 @@ | |||||||
|  | uuid: 870fe179-c033-4396-b035-602418d5ea05 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_publications | ||||||
|  |     - node.type.programme | ||||||
|  |     - paragraphs.paragraphs_type.module_publication | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  | id: node.programme.field_publications | ||||||
|  | field_name: field_publications | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: Publications | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:paragraph' | ||||||
|  |   handler_settings: | ||||||
|  |     negate: 0 | ||||||
|  |     target_bundles: | ||||||
|  |       module_publication: module_publication | ||||||
|  |     target_bundles_drag_drop: | ||||||
|  |       equipes: | ||||||
|  |         weight: 8 | ||||||
|  |         enabled: false | ||||||
|  |       module_colloque: | ||||||
|  |         weight: 9 | ||||||
|  |         enabled: false | ||||||
|  |       module_publication: | ||||||
|  |         enabled: true | ||||||
|  |         weight: 10 | ||||||
|  |       partenaires: | ||||||
|  |         weight: 11 | ||||||
|  |         enabled: false | ||||||
|  |       personne: | ||||||
|  |         weight: 12 | ||||||
|  |         enabled: false | ||||||
|  |       textes: | ||||||
|  |         weight: 7 | ||||||
|  |         enabled: false | ||||||
|  | field_type: entity_reference_revisions | ||||||
							
								
								
									
										46
									
								
								config/sync/field.field.node.programme.field_textes.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								config/sync/field.field.node.programme.field_textes.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | |||||||
|  | uuid: 0008e824-3bf1-422a-984a-885ee143d55c | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_textes | ||||||
|  |     - node.type.programme | ||||||
|  |     - paragraphs.paragraphs_type.textes | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  | id: node.programme.field_textes | ||||||
|  | field_name: field_textes | ||||||
|  | entity_type: node | ||||||
|  | bundle: programme | ||||||
|  | label: Textes | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:paragraph' | ||||||
|  |   handler_settings: | ||||||
|  |     negate: 0 | ||||||
|  |     target_bundles: | ||||||
|  |       textes: textes | ||||||
|  |     target_bundles_drag_drop: | ||||||
|  |       equipes: | ||||||
|  |         weight: 8 | ||||||
|  |         enabled: false | ||||||
|  |       module_colloque: | ||||||
|  |         weight: 9 | ||||||
|  |         enabled: false | ||||||
|  |       module_publication: | ||||||
|  |         weight: 10 | ||||||
|  |         enabled: false | ||||||
|  |       partenaires: | ||||||
|  |         weight: 11 | ||||||
|  |         enabled: false | ||||||
|  |       personne: | ||||||
|  |         weight: 12 | ||||||
|  |         enabled: false | ||||||
|  |       textes: | ||||||
|  |         enabled: true | ||||||
|  |         weight: 7 | ||||||
|  | field_type: entity_reference_revisions | ||||||
| @@ -11,7 +11,7 @@ id: node.ressource.body | |||||||
| field_name: body | field_name: body | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: ressource | bundle: ressource | ||||||
| label: Body | label: Texte | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
							
								
								
									
										21
									
								
								config/sync/field.field.node.ressource.field_auteurs.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/sync/field.field.node.ressource.field_auteurs.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: 23770792-7f28-40a6-8610-2b16225bdf68 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_auteurs | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - text | ||||||
|  | id: node.ressource.field_auteurs | ||||||
|  | field_name: field_auteurs | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: Auteurs | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: text_long | ||||||
| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: f1b2095a-552d-4325-836d-5e46325b4dab | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_date_de_parution | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - datetime | ||||||
|  | id: node.ressource.field_date_de_parution | ||||||
|  | field_name: field_date_de_parution | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Date de parution' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: datetime | ||||||
							
								
								
									
										21
									
								
								config/sync/field.field.node.ressource.field_edition.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/sync/field.field.node.ressource.field_edition.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: 2496bca6-8b1c-4bac-8445-b5f78ca23bc9 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_edition | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - text | ||||||
|  | id: node.ressource.field_edition | ||||||
|  | field_name: field_edition | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: Édition | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: text_long | ||||||
| @@ -0,0 +1,29 @@ | |||||||
|  | uuid: 2088bd00-ae86-455c-9fac-e724e6b7a41e | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_evenements_lies | ||||||
|  |     - node.type.evenement | ||||||
|  |     - node.type.ressource | ||||||
|  | id: node.ressource.field_evenements_lies | ||||||
|  | field_name: field_evenements_lies | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Évènements liés' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:node' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       evenement: evenement | ||||||
|  |     sort: | ||||||
|  |       field: _none | ||||||
|  |       direction: ASC | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
							
								
								
									
										27
									
								
								config/sync/field.field.node.ressource.field_fichier.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								config/sync/field.field.node.ressource.field_fichier.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | |||||||
|  | uuid: dd7b956c-4dae-4107-b28a-b14e00648a5e | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_fichier | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - file | ||||||
|  | id: node.ressource.field_fichier | ||||||
|  | field_name: field_fichier | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: Fichier | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   file_directory: '[date:custom:Y]-[date:custom:m]' | ||||||
|  |   file_extensions: pdf | ||||||
|  |   max_filesize: '' | ||||||
|  |   description_field: true | ||||||
|  |   handler: 'default:file' | ||||||
|  |   handler_settings: {  } | ||||||
|  | field_type: file | ||||||
							
								
								
									
										45
									
								
								config/sync/field.field.node.ressource.field_image.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								config/sync/field.field.node.ressource.field_image.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | |||||||
|  | uuid: 20959ce4-f155-4715-94a1-6a5fca5186dd | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_image | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - content_translation | ||||||
|  |     - image | ||||||
|  | third_party_settings: | ||||||
|  |   content_translation: | ||||||
|  |     translation_sync: | ||||||
|  |       file: '0' | ||||||
|  |       alt: '0' | ||||||
|  |       title: '0' | ||||||
|  | id: node.ressource.field_image | ||||||
|  | field_name: field_image | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: Image | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | 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: true | ||||||
|  |   title_field: false | ||||||
|  |   title_field_required: false | ||||||
|  |   default_image: | ||||||
|  |     uuid: '' | ||||||
|  |     alt: '' | ||||||
|  |     title: '' | ||||||
|  |     width: null | ||||||
|  |     height: null | ||||||
|  |   handler: 'default:file' | ||||||
|  |   handler_settings: {  } | ||||||
|  | field_type: image | ||||||
							
								
								
									
										23
									
								
								config/sync/field.field.node.ressource.field_lien.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								config/sync/field.field.node.ressource.field_lien.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | |||||||
|  | uuid: 23e0d898-103a-4c8d-af60-29ad63c81983 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_lien | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - link | ||||||
|  | id: node.ressource.field_lien | ||||||
|  | field_name: field_lien | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: Lien | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   link_type: 17 | ||||||
|  |   title: 1 | ||||||
|  | field_type: link | ||||||
							
								
								
									
										29
									
								
								config/sync/field.field.node.ressource.field_programme.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								config/sync/field.field.node.ressource.field_programme.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | |||||||
|  | uuid: 842df6b5-7982-42a1-a24d-821fb74a0583 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_programme | ||||||
|  |     - node.type.programme | ||||||
|  |     - node.type.ressource | ||||||
|  | id: node.ressource.field_programme | ||||||
|  | field_name: field_programme | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Programme Popsu' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:node' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       programme: programme | ||||||
|  |     sort: | ||||||
|  |       field: _none | ||||||
|  |       direction: ASC | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
| @@ -0,0 +1,29 @@ | |||||||
|  | uuid: 230e1eaa-d697-4940-88fb-d365c89c0b78 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_projets_lies | ||||||
|  |     - node.type.projet | ||||||
|  |     - node.type.ressource | ||||||
|  | id: node.ressource.field_projets_lies | ||||||
|  | field_name: field_projets_lies | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Projets liés' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:node' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       projet: projet | ||||||
|  |     sort: | ||||||
|  |       field: _none | ||||||
|  |       direction: ASC | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
| @@ -0,0 +1,28 @@ | |||||||
|  | uuid: 087ab328-d77e-48f9-bd6d-77da54fb78f7 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_ressources_liees | ||||||
|  |     - node.type.ressource | ||||||
|  | id: node.ressource.field_ressources_liees | ||||||
|  | field_name: field_ressources_liees | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Ressources liées' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:node' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       ressource: ressource | ||||||
|  |     sort: | ||||||
|  |       field: _none | ||||||
|  |       direction: ASC | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
							
								
								
									
										19
									
								
								config/sync/field.field.node.ressource.field_sous_titre.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								config/sync/field.field.node.ressource.field_sous_titre.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | uuid: 913b0c78-8c78-4aa5-96e7-47214b597c5d | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_sous_titre | ||||||
|  |     - node.type.ressource | ||||||
|  | id: node.ressource.field_sous_titre | ||||||
|  | field_name: field_sous_titre | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Sous titre' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: string | ||||||
							
								
								
									
										29
									
								
								config/sync/field.field.node.ressource.field_themes_lies.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								config/sync/field.field.node.ressource.field_themes_lies.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | |||||||
|  | uuid: 913063e2-2373-45f2-bae5-bd786506a2e3 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_themes_lies | ||||||
|  |     - node.type.ressource | ||||||
|  |     - node.type.theme | ||||||
|  | id: node.ressource.field_themes_lies | ||||||
|  | field_name: field_themes_lies | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Thèmes liés' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:node' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       theme: theme | ||||||
|  |     sort: | ||||||
|  |       field: _none | ||||||
|  |       direction: ASC | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
| @@ -0,0 +1,29 @@ | |||||||
|  | uuid: e098a750-4c72-47f0-919b-64b2eb1be07f | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_type_de_ressource | ||||||
|  |     - node.type.ressource | ||||||
|  |     - taxonomy.vocabulary.types_de_document | ||||||
|  | id: node.ressource.field_type_de_ressource | ||||||
|  | field_name: field_type_de_ressource | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: 'Type de ressource' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:taxonomy_term' | ||||||
|  |   handler_settings: | ||||||
|  |     target_bundles: | ||||||
|  |       types_de_document: types_de_document | ||||||
|  |     sort: | ||||||
|  |       field: name | ||||||
|  |       direction: asc | ||||||
|  |     auto_create: false | ||||||
|  |     auto_create_bundle: '' | ||||||
|  | field_type: entity_reference | ||||||
							
								
								
									
										25
									
								
								config/sync/field.field.node.ressource.field_videos.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								config/sync/field.field.node.ressource.field_videos.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | |||||||
|  | uuid: f37694cd-d2f1-4c7b-a815-5d2bf211c2af | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_videos | ||||||
|  |     - node.type.ressource | ||||||
|  |   module: | ||||||
|  |     - video_embed_field | ||||||
|  | id: node.ressource.field_videos | ||||||
|  | field_name: field_videos | ||||||
|  | entity_type: node | ||||||
|  | bundle: ressource | ||||||
|  | label: Videos | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   allowed_providers: | ||||||
|  |     vimeo: vimeo | ||||||
|  |     youtube: youtube | ||||||
|  |     youtube_playlist: '0' | ||||||
|  | field_type: video_embed_field | ||||||
| @@ -0,0 +1,27 @@ | |||||||
|  | uuid: 29750e1c-fd03-482e-9a9f-db412ba4fc90 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.paragraph.field_fichiers | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |   module: | ||||||
|  |     - file | ||||||
|  | id: paragraph.module_colloque.field_fichiers | ||||||
|  | field_name: field_fichiers | ||||||
|  | entity_type: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | label: Fichiers | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   file_directory: '[date:custom:Y]-[date:custom:m]' | ||||||
|  |   file_extensions: pdf | ||||||
|  |   max_filesize: '' | ||||||
|  |   description_field: true | ||||||
|  |   handler: 'default:file' | ||||||
|  |   handler_settings: {  } | ||||||
|  | field_type: file | ||||||
| @@ -0,0 +1,38 @@ | |||||||
|  | uuid: bedab695-6435-464f-9f43-e047e900bfb3 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.paragraph.field_images | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |   module: | ||||||
|  |     - image | ||||||
|  | id: paragraph.module_colloque.field_images | ||||||
|  | field_name: field_images | ||||||
|  | entity_type: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | label: Images | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | 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: true | ||||||
|  |   title_field: false | ||||||
|  |   title_field_required: false | ||||||
|  |   default_image: | ||||||
|  |     uuid: '' | ||||||
|  |     alt: '' | ||||||
|  |     title: '' | ||||||
|  |     width: null | ||||||
|  |     height: null | ||||||
|  |   handler: 'default:file' | ||||||
|  |   handler_settings: {  } | ||||||
|  | field_type: image | ||||||
| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: 76010d30-0c86-40ef-974e-a038243355f7 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.paragraph.field_texte_intro | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |   module: | ||||||
|  |     - text | ||||||
|  | id: paragraph.module_colloque.field_texte_intro | ||||||
|  | field_name: field_texte_intro | ||||||
|  | entity_type: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | label: 'Texte d''introduction' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: text_long | ||||||
| @@ -0,0 +1,46 @@ | |||||||
|  | uuid: 26cc5595-6853-4b59-b351-6bf391c1b794 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.paragraph.field_textes | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  |     - paragraphs.paragraphs_type.textes | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  | id: paragraph.module_colloque.field_textes | ||||||
|  | field_name: field_textes | ||||||
|  | entity_type: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | label: Textes | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: | ||||||
|  |   handler: 'default:paragraph' | ||||||
|  |   handler_settings: | ||||||
|  |     negate: 0 | ||||||
|  |     target_bundles: | ||||||
|  |       textes: textes | ||||||
|  |     target_bundles_drag_drop: | ||||||
|  |       equipes: | ||||||
|  |         weight: 8 | ||||||
|  |         enabled: false | ||||||
|  |       module_colloque: | ||||||
|  |         weight: 9 | ||||||
|  |         enabled: false | ||||||
|  |       module_publication: | ||||||
|  |         weight: 10 | ||||||
|  |         enabled: false | ||||||
|  |       partenaires: | ||||||
|  |         weight: 11 | ||||||
|  |         enabled: false | ||||||
|  |       personne: | ||||||
|  |         weight: 12 | ||||||
|  |         enabled: false | ||||||
|  |       textes: | ||||||
|  |         enabled: true | ||||||
|  |         weight: 7 | ||||||
|  | field_type: entity_reference_revisions | ||||||
| @@ -0,0 +1,19 @@ | |||||||
|  | uuid: 01b6e64a-04fe-49f4-a75f-4fc7889a0ccb | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.paragraph.field_titre | ||||||
|  |     - paragraphs.paragraphs_type.module_colloque | ||||||
|  | id: paragraph.module_colloque.field_titre | ||||||
|  | field_name: field_titre | ||||||
|  | entity_type: paragraph | ||||||
|  | bundle: module_colloque | ||||||
|  | label: Titre | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: true | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: string | ||||||
							
								
								
									
										19
									
								
								config/sync/field.storage.node.field_auteurs.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								config/sync/field.storage.node.field_auteurs.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | uuid: 643e3dd5-0562-4442-8e9a-394b94702de5 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - node | ||||||
|  |     - text | ||||||
|  | id: node.field_auteurs | ||||||
|  | field_name: field_auteurs | ||||||
|  | entity_type: node | ||||||
|  | type: text_long | ||||||
|  | settings: {  } | ||||||
|  | module: text | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										21
									
								
								config/sync/field.storage.node.field_colloque.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/sync/field.storage.node.field_colloque.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: d5f74d4a-4119-4676-8e6b-ca831f998c70 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  |     - node | ||||||
|  |     - paragraphs | ||||||
|  | id: node.field_colloque | ||||||
|  | field_name: field_colloque | ||||||
|  | entity_type: node | ||||||
|  | type: entity_reference_revisions | ||||||
|  | settings: | ||||||
|  |   target_type: paragraph | ||||||
|  | module: entity_reference_revisions | ||||||
|  | locked: false | ||||||
|  | cardinality: -1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										20
									
								
								config/sync/field.storage.node.field_date_de_parution.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								config/sync/field.storage.node.field_date_de_parution.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | uuid: 6e3104ca-0838-4aed-b17b-6df7eac18343 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - datetime | ||||||
|  |     - node | ||||||
|  | id: node.field_date_de_parution | ||||||
|  | field_name: field_date_de_parution | ||||||
|  | entity_type: node | ||||||
|  | type: datetime | ||||||
|  | settings: | ||||||
|  |   datetime_type: datetime | ||||||
|  | module: datetime | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										19
									
								
								config/sync/field.storage.node.field_edition.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								config/sync/field.storage.node.field_edition.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | uuid: fc68b41e-1592-4228-8ada-7818ad2ce33b | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - node | ||||||
|  |     - text | ||||||
|  | id: node.field_edition | ||||||
|  | field_name: field_edition | ||||||
|  | entity_type: node | ||||||
|  | type: text_long | ||||||
|  | settings: {  } | ||||||
|  | module: text | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										23
									
								
								config/sync/field.storage.node.field_fichier.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								config/sync/field.storage.node.field_fichier.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | |||||||
|  | uuid: 82833484-1ad3-458a-8066-fd0311311d95 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - file | ||||||
|  |     - node | ||||||
|  | id: node.field_fichier | ||||||
|  | field_name: field_fichier | ||||||
|  | entity_type: node | ||||||
|  | type: file | ||||||
|  | settings: | ||||||
|  |   display_field: true | ||||||
|  |   display_default: true | ||||||
|  |   uri_scheme: public | ||||||
|  |   target_type: file | ||||||
|  | module: file | ||||||
|  | locked: false | ||||||
|  | cardinality: -1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										19
									
								
								config/sync/field.storage.node.field_lien.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								config/sync/field.storage.node.field_lien.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | uuid: fc8debdb-8b53-4cb6-a49d-f68d37ecb35e | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - link | ||||||
|  |     - node | ||||||
|  | id: node.field_lien | ||||||
|  | field_name: field_lien | ||||||
|  | entity_type: node | ||||||
|  | type: link | ||||||
|  | settings: {  } | ||||||
|  | module: link | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										21
									
								
								config/sync/field.storage.node.field_publications.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/sync/field.storage.node.field_publications.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: b0b4abd3-7565-4e00-9af2-d0712c45378f | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  |     - node | ||||||
|  |     - paragraphs | ||||||
|  | id: node.field_publications | ||||||
|  | field_name: field_publications | ||||||
|  | entity_type: node | ||||||
|  | type: entity_reference_revisions | ||||||
|  | settings: | ||||||
|  |   target_type: paragraph | ||||||
|  | module: entity_reference_revisions | ||||||
|  | locked: false | ||||||
|  | cardinality: -1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										21
									
								
								config/sync/field.storage.node.field_sous_titre.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/sync/field.storage.node.field_sous_titre.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: b8b70a14-172a-4b40-b8b4-f939767f37dc | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - node | ||||||
|  | id: node.field_sous_titre | ||||||
|  | field_name: field_sous_titre | ||||||
|  | entity_type: node | ||||||
|  | type: string | ||||||
|  | settings: | ||||||
|  |   max_length: 255 | ||||||
|  |   is_ascii: false | ||||||
|  |   case_sensitive: false | ||||||
|  | module: core | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										20
									
								
								config/sync/field.storage.node.field_type_de_ressource.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								config/sync/field.storage.node.field_type_de_ressource.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | uuid: bf058e10-134f-4c60-ae2f-90255657fdd3 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - node | ||||||
|  |     - taxonomy | ||||||
|  | id: node.field_type_de_ressource | ||||||
|  | field_name: field_type_de_ressource | ||||||
|  | entity_type: node | ||||||
|  | type: entity_reference | ||||||
|  | settings: | ||||||
|  |   target_type: taxonomy_term | ||||||
|  | module: core | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										19
									
								
								config/sync/field.storage.node.field_videos.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								config/sync/field.storage.node.field_videos.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | uuid: 96ebfc83-4dfd-4803-8c78-b14525ab4547 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - node | ||||||
|  |     - video_embed_field | ||||||
|  | id: node.field_videos | ||||||
|  | field_name: field_videos | ||||||
|  | entity_type: node | ||||||
|  | type: video_embed_field | ||||||
|  | settings: {  } | ||||||
|  | module: video_embed_field | ||||||
|  | locked: false | ||||||
|  | cardinality: -1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										30
									
								
								config/sync/field.storage.paragraph.field_images.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								config/sync/field.storage.paragraph.field_images.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,30 @@ | |||||||
|  | uuid: af37ccb0-ecf4-439d-a95a-b6f4eebf2a85 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - file | ||||||
|  |     - image | ||||||
|  |     - paragraphs | ||||||
|  | id: paragraph.field_images | ||||||
|  | field_name: field_images | ||||||
|  | entity_type: paragraph | ||||||
|  | type: image | ||||||
|  | settings: | ||||||
|  |   uri_scheme: public | ||||||
|  |   default_image: | ||||||
|  |     uuid: '' | ||||||
|  |     alt: '' | ||||||
|  |     title: '' | ||||||
|  |     width: null | ||||||
|  |     height: null | ||||||
|  |   target_type: file | ||||||
|  |   display_field: false | ||||||
|  |   display_default: false | ||||||
|  | module: image | ||||||
|  | locked: false | ||||||
|  | cardinality: -1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
							
								
								
									
										20
									
								
								config/sync/field.storage.paragraph.field_textes.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								config/sync/field.storage.paragraph.field_textes.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | uuid: 6b843361-5d7c-462e-8da5-18bd1ce182c1 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - entity_reference_revisions | ||||||
|  |     - paragraphs | ||||||
|  | id: paragraph.field_textes | ||||||
|  | field_name: field_textes | ||||||
|  | entity_type: paragraph | ||||||
|  | type: entity_reference_revisions | ||||||
|  | settings: | ||||||
|  |   target_type: paragraph | ||||||
|  | module: entity_reference_revisions | ||||||
|  | locked: false | ||||||
|  | cardinality: -1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
		Reference in New Issue
	
	Block a user