added projet type 'étude'
This commit is contained in:
		| @@ -20,6 +20,7 @@ dependencies: | |||||||
|     - field.field.node.projet.field_ressources_liees |     - field.field.node.projet.field_ressources_liees | ||||||
|     - field.field.node.projet.field_textes |     - field.field.node.projet.field_textes | ||||||
|     - field.field.node.projet.field_themes_lies |     - field.field.node.projet.field_themes_lies | ||||||
|  |     - field.field.node.projet.field_type_de_projet | ||||||
|     - field.field.node.projet.field_ville |     - field.field.node.projet.field_ville | ||||||
|     - image.style.thumbnail |     - image.style.thumbnail | ||||||
|     - node.type.projet |     - node.type.projet | ||||||
| @@ -129,6 +130,7 @@ third_party_settings: | |||||||
|         required_fields: true |         required_fields: true | ||||||
|     group_details: |     group_details: | ||||||
|       children: |       children: | ||||||
|  |         - field_type_de_projet | ||||||
|         - status |         - status | ||||||
|         - promote |         - promote | ||||||
|         - field_actif |         - field_actif | ||||||
| @@ -192,7 +194,7 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   field_actif: |   field_actif: | ||||||
|     type: boolean_checkbox |     type: boolean_checkbox | ||||||
|     weight: 2 |     weight: 32 | ||||||
|     region: content |     region: content | ||||||
|     settings: |     settings: | ||||||
|       display_label: true |       display_label: true | ||||||
| @@ -277,7 +279,7 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   field_memo: |   field_memo: | ||||||
|     type: string_textarea |     type: string_textarea | ||||||
|     weight: 3 |     weight: 33 | ||||||
|     region: content |     region: content | ||||||
|     settings: |     settings: | ||||||
|       rows: 5 |       rows: 5 | ||||||
| @@ -349,6 +351,12 @@ content: | |||||||
|       size: 60 |       size: 60 | ||||||
|       placeholder: '' |       placeholder: '' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|  |   field_type_de_projet: | ||||||
|  |     type: options_select | ||||||
|  |     weight: 29 | ||||||
|  |     region: content | ||||||
|  |     settings: {  } | ||||||
|  |     third_party_settings: {  } | ||||||
|   field_ville: |   field_ville: | ||||||
|     type: entity_reference_autocomplete |     type: entity_reference_autocomplete | ||||||
|     weight: 2 |     weight: 2 | ||||||
| @@ -361,14 +369,14 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   promote: |   promote: | ||||||
|     type: boolean_checkbox |     type: boolean_checkbox | ||||||
|     weight: 1 |     weight: 31 | ||||||
|     region: content |     region: content | ||||||
|     settings: |     settings: | ||||||
|       display_label: true |       display_label: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   status: |   status: | ||||||
|     type: boolean_checkbox |     type: boolean_checkbox | ||||||
|     weight: 0 |     weight: 30 | ||||||
|     region: content |     region: content | ||||||
|     settings: |     settings: | ||||||
|       display_label: true |       display_label: true | ||||||
|   | |||||||
| @@ -21,6 +21,7 @@ dependencies: | |||||||
|     - field.field.node.projet.field_ressources_liees |     - field.field.node.projet.field_ressources_liees | ||||||
|     - field.field.node.projet.field_textes |     - field.field.node.projet.field_textes | ||||||
|     - field.field.node.projet.field_themes_lies |     - field.field.node.projet.field_themes_lies | ||||||
|  |     - field.field.node.projet.field_type_de_projet | ||||||
|     - field.field.node.projet.field_ville |     - field.field.node.projet.field_ville | ||||||
|     - node.type.projet |     - node.type.projet | ||||||
|   module: |   module: | ||||||
| @@ -69,6 +70,7 @@ hidden: | |||||||
|   field_ressources_liees: true |   field_ressources_liees: true | ||||||
|   field_textes: true |   field_textes: true | ||||||
|   field_themes_lies: true |   field_themes_lies: true | ||||||
|  |   field_type_de_projet: true | ||||||
|   field_ville: true |   field_ville: true | ||||||
|   langcode: true |   langcode: true | ||||||
|   links: true |   links: true | ||||||
|   | |||||||
| @@ -20,12 +20,14 @@ dependencies: | |||||||
|     - field.field.node.projet.field_ressources_liees |     - field.field.node.projet.field_ressources_liees | ||||||
|     - field.field.node.projet.field_textes |     - field.field.node.projet.field_textes | ||||||
|     - field.field.node.projet.field_themes_lies |     - field.field.node.projet.field_themes_lies | ||||||
|  |     - field.field.node.projet.field_type_de_projet | ||||||
|     - field.field.node.projet.field_ville |     - field.field.node.projet.field_ville | ||||||
|     - node.type.projet |     - node.type.projet | ||||||
|   module: |   module: | ||||||
|     - address |     - address | ||||||
|     - entity_reference_revisions |     - entity_reference_revisions | ||||||
|     - image |     - image | ||||||
|  |     - options | ||||||
|     - panelizer |     - panelizer | ||||||
|     - text |     - text | ||||||
|     - user |     - user | ||||||
| @@ -159,6 +161,13 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 6 |     weight: 6 | ||||||
|     region: content |     region: content | ||||||
|  |   field_type_de_projet: | ||||||
|  |     type: list_default | ||||||
|  |     label: above | ||||||
|  |     settings: {  } | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     weight: 15 | ||||||
|  |     region: content | ||||||
|   field_ville: |   field_ville: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
|     label: hidden |     label: hidden | ||||||
|   | |||||||
| @@ -21,6 +21,7 @@ dependencies: | |||||||
|     - field.field.node.projet.field_ressources_liees |     - field.field.node.projet.field_ressources_liees | ||||||
|     - field.field.node.projet.field_textes |     - field.field.node.projet.field_textes | ||||||
|     - field.field.node.projet.field_themes_lies |     - field.field.node.projet.field_themes_lies | ||||||
|  |     - field.field.node.projet.field_type_de_projet | ||||||
|     - field.field.node.projet.field_ville |     - field.field.node.projet.field_ville | ||||||
|     - image.style.very_large |     - image.style.very_large | ||||||
|     - node.type.projet |     - node.type.projet | ||||||
| @@ -82,6 +83,7 @@ hidden: | |||||||
|   field_ressources_liees: true |   field_ressources_liees: true | ||||||
|   field_textes: true |   field_textes: true | ||||||
|   field_themes_lies: true |   field_themes_lies: true | ||||||
|  |   field_type_de_projet: true | ||||||
|   field_ville: true |   field_ville: true | ||||||
|   langcode: true |   langcode: true | ||||||
|   links: true |   links: true | ||||||
|   | |||||||
							
								
								
									
										23
									
								
								config/sync/field.field.node.projet.field_type_de_projet.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								config/sync/field.field.node.projet.field_type_de_projet.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | |||||||
|  | uuid: 4ba68e6e-efb1-44fd-90cd-f5f6ea6d6a6d | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_type_de_projet | ||||||
|  |     - node.type.projet | ||||||
|  |   module: | ||||||
|  |     - options | ||||||
|  | id: node.projet.field_type_de_projet | ||||||
|  | field_name: field_type_de_projet | ||||||
|  | entity_type: node | ||||||
|  | bundle: projet | ||||||
|  | label: 'Type de projet' | ||||||
|  | description: '' | ||||||
|  | required: true | ||||||
|  | translatable: false | ||||||
|  | default_value: | ||||||
|  |   - | ||||||
|  |     value: 1 | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: list_integer | ||||||
							
								
								
									
										27
									
								
								config/sync/field.storage.node.field_type_de_projet.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								config/sync/field.storage.node.field_type_de_projet.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | |||||||
|  | uuid: 81df0e99-0c22-4b2a-a1e0-717295c36802 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - node | ||||||
|  |     - options | ||||||
|  | id: node.field_type_de_projet | ||||||
|  | field_name: field_type_de_projet | ||||||
|  | entity_type: node | ||||||
|  | type: list_integer | ||||||
|  | settings: | ||||||
|  |   allowed_values: | ||||||
|  |     - | ||||||
|  |       value: 1 | ||||||
|  |       label: projet | ||||||
|  |     - | ||||||
|  |       value: 2 | ||||||
|  |       label: étude | ||||||
|  |   allowed_values_function: '' | ||||||
|  | module: options | ||||||
|  | locked: false | ||||||
|  | cardinality: 1 | ||||||
|  | translatable: true | ||||||
|  | indexes: {  } | ||||||
|  | persist_with_no_fields: false | ||||||
|  | custom_storage: false | ||||||
| @@ -55,7 +55,7 @@ variant_settings: | |||||||
|       views_label: '' |       views_label: '' | ||||||
|       items_per_page: none |       items_per_page: none | ||||||
|       region: first |       region: first | ||||||
|       weight: -4 |       weight: -3 | ||||||
|       uuid: 2ca2f1a3-98b4-41bf-bb67-e17fdd93f1f2 |       uuid: 2ca2f1a3-98b4-41bf-bb67-e17fdd93f1f2 | ||||||
|     03f6064d-8756-4e56-af2b-4a6c0cda67ff: |     03f6064d-8756-4e56-af2b-4a6c0cda67ff: | ||||||
|       id: 'views_block:programme_toc-block_2' |       id: 'views_block:programme_toc-block_2' | ||||||
| @@ -66,7 +66,7 @@ variant_settings: | |||||||
|       views_label: '' |       views_label: '' | ||||||
|       items_per_page: none |       items_per_page: none | ||||||
|       region: first |       region: first | ||||||
|       weight: -2 |       weight: -1 | ||||||
|       uuid: 03f6064d-8756-4e56-af2b-4a6c0cda67ff |       uuid: 03f6064d-8756-4e56-af2b-4a6c0cda67ff | ||||||
|     4fc90a5b-8a2d-4f21-9718-e65b9982d59a: |     4fc90a5b-8a2d-4f21-9718-e65b9982d59a: | ||||||
|       id: 'views_block:programme_toc-block_4' |       id: 'views_block:programme_toc-block_4' | ||||||
| @@ -108,7 +108,7 @@ variant_settings: | |||||||
|       provider: popsu_link_block |       provider: popsu_link_block | ||||||
|       context_mapping: {  } |       context_mapping: {  } | ||||||
|       region: first |       region: first | ||||||
|       weight: -1 |       weight: 0 | ||||||
|       uuid: 9c5741a0-e8e2-4895-88a7-c36d3825e33c |       uuid: 9c5741a0-e8e2-4895-88a7-c36d3825e33c | ||||||
|       link_title: Ressources |       link_title: Ressources | ||||||
|     c80f54a0-8f21-4c56-8341-eab59b009329: |     c80f54a0-8f21-4c56-8341-eab59b009329: | ||||||
| @@ -147,7 +147,7 @@ variant_settings: | |||||||
|       views_label: '' |       views_label: '' | ||||||
|       items_per_page: none |       items_per_page: none | ||||||
|       region: first |       region: first | ||||||
|       weight: -3 |       weight: -2 | ||||||
|       uuid: 9f70ea8b-3a5f-4e48-97b0-2b3d5e5e7d03 |       uuid: 9f70ea8b-3a5f-4e48-97b0-2b3d5e5e7d03 | ||||||
|     232f18ef-a92c-451e-b917-e436b6cbc195: |     232f18ef-a92c-451e-b917-e436b6cbc195: | ||||||
|       id: 'views_block:programme_toc-block_9' |       id: 'views_block:programme_toc-block_9' | ||||||
| @@ -158,8 +158,19 @@ variant_settings: | |||||||
|       views_label: '' |       views_label: '' | ||||||
|       items_per_page: none |       items_per_page: none | ||||||
|       region: first |       region: first | ||||||
|       weight: -5 |       weight: -4 | ||||||
|       uuid: 232f18ef-a92c-451e-b917-e436b6cbc195 |       uuid: 232f18ef-a92c-451e-b917-e436b6cbc195 | ||||||
|  |     b564145a-2058-4710-8204-50569d4f0bf0: | ||||||
|  |       id: 'views_block:programme_toc-block_13' | ||||||
|  |       label: '' | ||||||
|  |       label_display: '0' | ||||||
|  |       provider: views | ||||||
|  |       context_mapping: {  } | ||||||
|  |       views_label: '' | ||||||
|  |       items_per_page: none | ||||||
|  |       region: first | ||||||
|  |       weight: -5 | ||||||
|  |       uuid: b564145a-2058-4710-8204-50569d4f0bf0 | ||||||
|   page_title: '' |   page_title: '' | ||||||
|   layout: layout_threecol_25_50_25 |   layout: layout_threecol_25_50_25 | ||||||
|   layout_settings: |   layout_settings: | ||||||
|   | |||||||
| @@ -139,7 +139,7 @@ variant_settings: | |||||||
|           link: true |           link: true | ||||||
|         third_party_settings: {  } |         third_party_settings: {  } | ||||||
|       region: first |       region: first | ||||||
|       weight: -7 |       weight: -8 | ||||||
|       uuid: 516b4be2-1072-405a-9b08-7f5c6b629989 |       uuid: 516b4be2-1072-405a-9b08-7f5c6b629989 | ||||||
|     8e359f44-255d-4349-a740-8e9db75ebced: |     8e359f44-255d-4349-a740-8e9db75ebced: | ||||||
|       id: 'entity_field:node:field_projets_lies' |       id: 'entity_field:node:field_projets_lies' | ||||||
| @@ -235,7 +235,7 @@ variant_settings: | |||||||
|       views_label: '' |       views_label: '' | ||||||
|       items_per_page: none |       items_per_page: none | ||||||
|       region: first |       region: first | ||||||
|       weight: -6 |       weight: -7 | ||||||
|       uuid: 7fd3954d-4223-48fd-8ed9-f719cdb706f0 |       uuid: 7fd3954d-4223-48fd-8ed9-f719cdb706f0 | ||||||
|     b12c9988-1636-44e6-8de3-9f1d07a0561e: |     b12c9988-1636-44e6-8de3-9f1d07a0561e: | ||||||
|       id: 'views_block:programme_toc-block_11' |       id: 'views_block:programme_toc-block_11' | ||||||
| @@ -273,6 +273,17 @@ variant_settings: | |||||||
|       region: third |       region: third | ||||||
|       weight: -7 |       weight: -7 | ||||||
|       uuid: 63b90de4-b75f-46a5-b8a0-a0fe654966cb |       uuid: 63b90de4-b75f-46a5-b8a0-a0fe654966cb | ||||||
|  |     40dfc621-4e0d-4d06-9567-1fb89f13c22b: | ||||||
|  |       id: 'views_block:programme_toc-block_14' | ||||||
|  |       label: '' | ||||||
|  |       label_display: '0' | ||||||
|  |       provider: views | ||||||
|  |       context_mapping: {  } | ||||||
|  |       views_label: '' | ||||||
|  |       items_per_page: none | ||||||
|  |       region: first | ||||||
|  |       weight: -6 | ||||||
|  |       uuid: 40dfc621-4e0d-4d06-9567-1fb89f13c22b | ||||||
|   page_title: '' |   page_title: '' | ||||||
|   layout: layout_threecol_25_50_25 |   layout: layout_threecol_25_50_25 | ||||||
|   layout_settings: |   layout_settings: | ||||||
|   | |||||||
| @@ -20,6 +20,7 @@ dependencies: | |||||||
|     - field.storage.node.field_sous_titre |     - field.storage.node.field_sous_titre | ||||||
|     - field.storage.node.field_theme |     - field.storage.node.field_theme | ||||||
|     - field.storage.node.field_themes_lies |     - field.storage.node.field_themes_lies | ||||||
|  |     - field.storage.node.field_type_de_projet | ||||||
|     - field.storage.node.field_type_de_ressource |     - field.storage.node.field_type_de_ressource | ||||||
|     - field.storage.node.field_type_de_theme |     - field.storage.node.field_type_de_theme | ||||||
|     - field.storage.node.field_ville |     - field.storage.node.field_ville | ||||||
| @@ -37,6 +38,7 @@ dependencies: | |||||||
|     - entity_reference_revisions |     - entity_reference_revisions | ||||||
|     - image |     - image | ||||||
|     - node |     - node | ||||||
|  |     - options | ||||||
|     - smart_date |     - smart_date | ||||||
|     - taxonomy |     - taxonomy | ||||||
|     - user |     - user | ||||||
| @@ -593,13 +595,19 @@ display: | |||||||
|             node_bulk_form: node_bulk_form |             node_bulk_form: node_bulk_form | ||||||
|             field_diaporama: field_diaporama |             field_diaporama: field_diaporama | ||||||
|             title: title |             title: title | ||||||
|  |             field_type_de_projet: title | ||||||
|             operations: title |             operations: title | ||||||
|             field_actif: field_actif |             field_programme: field_programme | ||||||
|             name: name |             field_ville: field_ville | ||||||
|  |             field_projets_lies: field_projets_lies | ||||||
|  |             field_themes_lies: field_themes_lies | ||||||
|  |             field_comparatifs_associes: field_comparatifs_associes | ||||||
|  |             field_partenaires: field_partenaires | ||||||
|             status: status |             status: status | ||||||
|             changed: changed |             changed: changed | ||||||
|             field_poid: field_poid |             field_memo: field_memo | ||||||
|           default: field_poid |             field_actif: field_actif | ||||||
|  |           default: '-1' | ||||||
|           info: |           info: | ||||||
|             node_bulk_form: |             node_bulk_form: | ||||||
|               align: '' |               align: '' | ||||||
| @@ -618,21 +626,46 @@ display: | |||||||
|               separator: '<br/>' |               separator: '<br/>' | ||||||
|               empty_column: false |               empty_column: false | ||||||
|               responsive: '' |               responsive: '' | ||||||
|  |             field_type_de_projet: | ||||||
|  |               sortable: false | ||||||
|  |               default_sort_order: asc | ||||||
|  |               align: '' | ||||||
|  |               separator: '' | ||||||
|  |               empty_column: false | ||||||
|  |               responsive: '' | ||||||
|             operations: |             operations: | ||||||
|               align: '' |               align: '' | ||||||
|               separator: '' |               separator: '' | ||||||
|               empty_column: false |               empty_column: false | ||||||
|               responsive: '' |               responsive: '' | ||||||
|             field_actif: |             field_programme: | ||||||
|  |               align: '' | ||||||
|  |               separator: '' | ||||||
|  |               empty_column: false | ||||||
|  |               responsive: '' | ||||||
|  |             field_ville: | ||||||
|               sortable: false |               sortable: false | ||||||
|               default_sort_order: asc |               default_sort_order: asc | ||||||
|               align: '' |               align: '' | ||||||
|               separator: '' |               separator: '' | ||||||
|               empty_column: false |               empty_column: false | ||||||
|               responsive: '' |               responsive: '' | ||||||
|             name: |             field_projets_lies: | ||||||
|               sortable: false |               align: '' | ||||||
|               default_sort_order: asc |               separator: '' | ||||||
|  |               empty_column: false | ||||||
|  |               responsive: '' | ||||||
|  |             field_themes_lies: | ||||||
|  |               align: '' | ||||||
|  |               separator: '' | ||||||
|  |               empty_column: false | ||||||
|  |               responsive: '' | ||||||
|  |             field_comparatifs_associes: | ||||||
|  |               align: '' | ||||||
|  |               separator: '' | ||||||
|  |               empty_column: false | ||||||
|  |               responsive: '' | ||||||
|  |             field_partenaires: | ||||||
|               align: '' |               align: '' | ||||||
|               separator: '' |               separator: '' | ||||||
|               empty_column: false |               empty_column: false | ||||||
| @@ -651,8 +684,15 @@ display: | |||||||
|               separator: '' |               separator: '' | ||||||
|               empty_column: false |               empty_column: false | ||||||
|               responsive: priority-low |               responsive: priority-low | ||||||
|             field_poid: |             field_memo: | ||||||
|               sortable: true |               sortable: false | ||||||
|  |               default_sort_order: asc | ||||||
|  |               align: '' | ||||||
|  |               separator: '' | ||||||
|  |               empty_column: false | ||||||
|  |               responsive: '' | ||||||
|  |             field_actif: | ||||||
|  |               sortable: false | ||||||
|               default_sort_order: asc |               default_sort_order: asc | ||||||
|               align: '' |               align: '' | ||||||
|               separator: '' |               separator: '' | ||||||
| @@ -2368,6 +2408,68 @@ display: | |||||||
|           type: string |           type: string | ||||||
|           settings: |           settings: | ||||||
|             link_to_entity: true |             link_to_entity: true | ||||||
|  |         field_type_de_projet: | ||||||
|  |           id: field_type_de_projet | ||||||
|  |           table: node__field_type_de_projet | ||||||
|  |           field: field_type_de_projet | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: field | ||||||
|  |           label: 'Type de projet' | ||||||
|  |           exclude: false | ||||||
|  |           alter: | ||||||
|  |             alter_text: false | ||||||
|  |             text: '' | ||||||
|  |             make_link: false | ||||||
|  |             path: '' | ||||||
|  |             absolute: false | ||||||
|  |             external: false | ||||||
|  |             replace_spaces: false | ||||||
|  |             path_case: none | ||||||
|  |             trim_whitespace: false | ||||||
|  |             alt: '' | ||||||
|  |             rel: '' | ||||||
|  |             link_class: '' | ||||||
|  |             prefix: '' | ||||||
|  |             suffix: '' | ||||||
|  |             target: '' | ||||||
|  |             nl2br: false | ||||||
|  |             max_length: 0 | ||||||
|  |             word_boundary: true | ||||||
|  |             ellipsis: true | ||||||
|  |             more_link: false | ||||||
|  |             more_link_text: '' | ||||||
|  |             more_link_path: '' | ||||||
|  |             strip_tags: false | ||||||
|  |             trim: false | ||||||
|  |             preserve_tags: '' | ||||||
|  |             html: false | ||||||
|  |           element_type: '' | ||||||
|  |           element_class: '' | ||||||
|  |           element_label_type: '' | ||||||
|  |           element_label_class: '' | ||||||
|  |           element_label_colon: true | ||||||
|  |           element_wrapper_type: '' | ||||||
|  |           element_wrapper_class: '' | ||||||
|  |           element_default_classes: true | ||||||
|  |           empty: '' | ||||||
|  |           hide_empty: false | ||||||
|  |           empty_zero: false | ||||||
|  |           hide_alter_empty: true | ||||||
|  |           click_sort_column: value | ||||||
|  |           type: list_default | ||||||
|  |           settings: {  } | ||||||
|  |           group_column: value | ||||||
|  |           group_columns: {  } | ||||||
|  |           group_rows: true | ||||||
|  |           delta_limit: 0 | ||||||
|  |           delta_offset: 0 | ||||||
|  |           delta_reversed: false | ||||||
|  |           delta_first_last: false | ||||||
|  |           multi_type: separator | ||||||
|  |           separator: ', ' | ||||||
|  |           field_api_classes: false | ||||||
|         operations: |         operations: | ||||||
|           id: operations |           id: operations | ||||||
|           table: node |           table: node | ||||||
| @@ -3269,6 +3371,53 @@ display: | |||||||
|               direction: ASC |               direction: ASC | ||||||
|             auto_create: false |             auto_create: false | ||||||
|             auto_create_bundle: '' |             auto_create_bundle: '' | ||||||
|  |         field_type_de_projet_value: | ||||||
|  |           id: field_type_de_projet_value | ||||||
|  |           table: node__field_type_de_projet | ||||||
|  |           field: field_type_de_projet_value | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: list_field | ||||||
|  |           operator: or | ||||||
|  |           value: {  } | ||||||
|  |           group: 1 | ||||||
|  |           exposed: true | ||||||
|  |           expose: | ||||||
|  |             operator_id: field_type_de_projet_value_op | ||||||
|  |             label: 'Type de projet' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: true | ||||||
|  |             operator: field_type_de_projet_value_op | ||||||
|  |             operator_limit_selection: true | ||||||
|  |             operator_list: | ||||||
|  |               or: or | ||||||
|  |               empty: empty | ||||||
|  |             identifier: field_type_de_projet_value | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |               anonymous: '0' | ||||||
|  |               admin: '0' | ||||||
|  |               root: '0' | ||||||
|  |               user: '0' | ||||||
|  |               editeur: '0' | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|       filter_groups: |       filter_groups: | ||||||
|         operator: AND |         operator: AND | ||||||
|         groups: |         groups: | ||||||
| @@ -3316,6 +3465,7 @@ display: | |||||||
|         - 'config:field.storage.node.field_programme' |         - 'config:field.storage.node.field_programme' | ||||||
|         - 'config:field.storage.node.field_projets_lies' |         - 'config:field.storage.node.field_projets_lies' | ||||||
|         - 'config:field.storage.node.field_themes_lies' |         - 'config:field.storage.node.field_themes_lies' | ||||||
|  |         - 'config:field.storage.node.field_type_de_projet' | ||||||
|         - 'config:field.storage.node.field_ville' |         - 'config:field.storage.node.field_ville' | ||||||
|   page_4: |   page_4: | ||||||
|     id: page_4 |     id: page_4 | ||||||
|   | |||||||
| @@ -35,6 +35,7 @@ dependencies: | |||||||
|     - datetime |     - datetime | ||||||
|     - image |     - image | ||||||
|     - node |     - node | ||||||
|  |     - options | ||||||
|     - smart_date |     - smart_date | ||||||
|     - taxonomy |     - taxonomy | ||||||
|     - user |     - user | ||||||
| @@ -781,6 +782,47 @@ display: | |||||||
|               direction: ASC |               direction: ASC | ||||||
|             auto_create: false |             auto_create: false | ||||||
|             auto_create_bundle: '' |             auto_create_bundle: '' | ||||||
|  |         field_type_de_projet_value: | ||||||
|  |           id: field_type_de_projet_value | ||||||
|  |           table: node__field_type_de_projet | ||||||
|  |           field: field_type_de_projet_value | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: list_field | ||||||
|  |           operator: not | ||||||
|  |           value: | ||||||
|  |             2: '2' | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|       filter_groups: |       filter_groups: | ||||||
|         operator: AND |         operator: AND | ||||||
|         groups: |         groups: | ||||||
| @@ -1339,6 +1381,778 @@ display: | |||||||
|       tags: |       tags: | ||||||
|         - 'config:field.storage.node.field_date' |         - 'config:field.storage.node.field_date' | ||||||
|         - 'config:field.storage.node.field_projet' |         - 'config:field.storage.node.field_projet' | ||||||
|  |   block_13: | ||||||
|  |     id: block_13 | ||||||
|  |     display_title: 'Prog TOC etudes(projet) Block' | ||||||
|  |     display_plugin: block | ||||||
|  |     position: 1 | ||||||
|  |     display_options: | ||||||
|  |       title: 'Programme TOC Études' | ||||||
|  |       fields: | ||||||
|  |         field_ville: | ||||||
|  |           id: field_ville | ||||||
|  |           table: node__field_ville | ||||||
|  |           field: field_ville | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: field | ||||||
|  |           label: '' | ||||||
|  |           exclude: true | ||||||
|  |           alter: | ||||||
|  |             alter_text: false | ||||||
|  |             text: '' | ||||||
|  |             make_link: false | ||||||
|  |             path: '' | ||||||
|  |             absolute: false | ||||||
|  |             external: false | ||||||
|  |             replace_spaces: false | ||||||
|  |             path_case: none | ||||||
|  |             trim_whitespace: false | ||||||
|  |             alt: '' | ||||||
|  |             rel: '' | ||||||
|  |             link_class: '' | ||||||
|  |             prefix: '' | ||||||
|  |             suffix: '' | ||||||
|  |             target: '' | ||||||
|  |             nl2br: false | ||||||
|  |             max_length: 0 | ||||||
|  |             word_boundary: true | ||||||
|  |             ellipsis: true | ||||||
|  |             more_link: false | ||||||
|  |             more_link_text: '' | ||||||
|  |             more_link_path: '' | ||||||
|  |             strip_tags: false | ||||||
|  |             trim: false | ||||||
|  |             preserve_tags: '' | ||||||
|  |             html: false | ||||||
|  |           element_type: '' | ||||||
|  |           element_class: '' | ||||||
|  |           element_label_type: '' | ||||||
|  |           element_label_class: '' | ||||||
|  |           element_label_colon: false | ||||||
|  |           element_wrapper_type: '' | ||||||
|  |           element_wrapper_class: '' | ||||||
|  |           element_default_classes: true | ||||||
|  |           empty: '' | ||||||
|  |           hide_empty: false | ||||||
|  |           empty_zero: false | ||||||
|  |           hide_alter_empty: true | ||||||
|  |           click_sort_column: target_id | ||||||
|  |           type: entity_reference_label | ||||||
|  |           settings: | ||||||
|  |             link: false | ||||||
|  |           group_column: target_id | ||||||
|  |           group_columns: {  } | ||||||
|  |           group_rows: true | ||||||
|  |           delta_limit: 0 | ||||||
|  |           delta_offset: 0 | ||||||
|  |           delta_reversed: false | ||||||
|  |           delta_first_last: false | ||||||
|  |           multi_type: separator | ||||||
|  |           separator: ', ' | ||||||
|  |           field_api_classes: false | ||||||
|  |         title: | ||||||
|  |           id: title | ||||||
|  |           table: node_field_data | ||||||
|  |           field: title | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: field | ||||||
|  |           label: '' | ||||||
|  |           exclude: false | ||||||
|  |           alter: | ||||||
|  |             alter_text: true | ||||||
|  |             text: '{{ field_ville }}' | ||||||
|  |             make_link: false | ||||||
|  |             path: '' | ||||||
|  |             absolute: false | ||||||
|  |             external: false | ||||||
|  |             replace_spaces: false | ||||||
|  |             path_case: none | ||||||
|  |             trim_whitespace: false | ||||||
|  |             alt: '' | ||||||
|  |             rel: '' | ||||||
|  |             link_class: '' | ||||||
|  |             prefix: '' | ||||||
|  |             suffix: '' | ||||||
|  |             target: '' | ||||||
|  |             nl2br: false | ||||||
|  |             max_length: 0 | ||||||
|  |             word_boundary: true | ||||||
|  |             ellipsis: true | ||||||
|  |             more_link: false | ||||||
|  |             more_link_text: '' | ||||||
|  |             more_link_path: '' | ||||||
|  |             strip_tags: false | ||||||
|  |             trim: false | ||||||
|  |             preserve_tags: '' | ||||||
|  |             html: false | ||||||
|  |           element_type: '' | ||||||
|  |           element_class: '' | ||||||
|  |           element_label_type: '' | ||||||
|  |           element_label_class: '' | ||||||
|  |           element_label_colon: false | ||||||
|  |           element_wrapper_type: '' | ||||||
|  |           element_wrapper_class: '' | ||||||
|  |           element_default_classes: true | ||||||
|  |           empty: '' | ||||||
|  |           hide_empty: false | ||||||
|  |           empty_zero: false | ||||||
|  |           hide_alter_empty: true | ||||||
|  |           click_sort_column: value | ||||||
|  |           type: string | ||||||
|  |           settings: | ||||||
|  |             link_to_entity: true | ||||||
|  |           group_column: value | ||||||
|  |           group_columns: {  } | ||||||
|  |           group_rows: true | ||||||
|  |           delta_limit: 0 | ||||||
|  |           delta_offset: 0 | ||||||
|  |           delta_reversed: false | ||||||
|  |           delta_first_last: false | ||||||
|  |           multi_type: separator | ||||||
|  |           separator: ', ' | ||||||
|  |           field_api_classes: false | ||||||
|  |       arguments: | ||||||
|  |         field_programme_target_id: | ||||||
|  |           id: field_programme_target_id | ||||||
|  |           table: node__field_programme | ||||||
|  |           field: field_programme_target_id | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: numeric | ||||||
|  |           default_action: default | ||||||
|  |           exception: | ||||||
|  |             value: all | ||||||
|  |             title_enable: false | ||||||
|  |             title: All | ||||||
|  |           title_enable: false | ||||||
|  |           title: '' | ||||||
|  |           default_argument_type: node | ||||||
|  |           default_argument_options: {  } | ||||||
|  |           default_argument_skip_url: false | ||||||
|  |           summary_options: | ||||||
|  |             base_path: '' | ||||||
|  |             count: true | ||||||
|  |             override: false | ||||||
|  |             items_per_page: 25 | ||||||
|  |           summary: | ||||||
|  |             sort_order: asc | ||||||
|  |             number_of_records: 0 | ||||||
|  |             format: default_summary | ||||||
|  |           specify_validation: true | ||||||
|  |           validate: | ||||||
|  |             type: 'entity:node' | ||||||
|  |             fail: 'not found' | ||||||
|  |           validate_options: | ||||||
|  |             bundles: | ||||||
|  |               programme: programme | ||||||
|  |             access: false | ||||||
|  |             operation: view | ||||||
|  |             multiple: 0 | ||||||
|  |           break_phrase: false | ||||||
|  |           not: false | ||||||
|  |       filters: | ||||||
|  |         status: | ||||||
|  |           id: status | ||||||
|  |           table: node_field_data | ||||||
|  |           field: status | ||||||
|  |           entity_type: node | ||||||
|  |           entity_field: status | ||||||
|  |           plugin_id: boolean | ||||||
|  |           value: '1' | ||||||
|  |           group: 1 | ||||||
|  |           expose: | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |         type: | ||||||
|  |           id: type | ||||||
|  |           table: node_field_data | ||||||
|  |           field: type | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           entity_type: node | ||||||
|  |           entity_field: type | ||||||
|  |           plugin_id: bundle | ||||||
|  |           operator: in | ||||||
|  |           value: | ||||||
|  |             projet: projet | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |         field_programme_target_id: | ||||||
|  |           id: field_programme_target_id | ||||||
|  |           table: node__field_programme | ||||||
|  |           field: field_programme_target_id | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: entity_reference | ||||||
|  |           operator: or | ||||||
|  |           value: | ||||||
|  |             4: '4' | ||||||
|  |             5: '5' | ||||||
|  |             6: '6' | ||||||
|  |             7: '7' | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|  |           handler: 'default:node' | ||||||
|  |           widget: select | ||||||
|  |           handler_settings: | ||||||
|  |             target_bundles: | ||||||
|  |               programme: programme | ||||||
|  |             sort: | ||||||
|  |               field: _none | ||||||
|  |               direction: ASC | ||||||
|  |             auto_create: false | ||||||
|  |             auto_create_bundle: '' | ||||||
|  |         field_type_de_projet_value: | ||||||
|  |           id: field_type_de_projet_value | ||||||
|  |           table: node__field_type_de_projet | ||||||
|  |           field: field_type_de_projet_value | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: list_field | ||||||
|  |           operator: or | ||||||
|  |           value: | ||||||
|  |             2: '2' | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|  |       filter_groups: | ||||||
|  |         operator: AND | ||||||
|  |         groups: | ||||||
|  |           1: AND | ||||||
|  |       style: | ||||||
|  |         type: default | ||||||
|  |         options: | ||||||
|  |           grouping: {  } | ||||||
|  |           row_class: '' | ||||||
|  |           default_row_class: true | ||||||
|  |       row: | ||||||
|  |         type: fields | ||||||
|  |         options: | ||||||
|  |           default_field_elements: true | ||||||
|  |           inline: {  } | ||||||
|  |           separator: '' | ||||||
|  |           hide_empty: true | ||||||
|  |       defaults: | ||||||
|  |         title: false | ||||||
|  |         style: false | ||||||
|  |         row: false | ||||||
|  |         relationships: false | ||||||
|  |         fields: false | ||||||
|  |         arguments: false | ||||||
|  |         filters: false | ||||||
|  |         filter_groups: false | ||||||
|  |         header: false | ||||||
|  |       relationships: {  } | ||||||
|  |       display_description: '' | ||||||
|  |       header: | ||||||
|  |         result: | ||||||
|  |           id: result | ||||||
|  |           table: views | ||||||
|  |           field: result | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: result | ||||||
|  |           empty: false | ||||||
|  |           content: '@total Étude(s)' | ||||||
|  |       display_extenders: | ||||||
|  |         views_ef_fieldset: {  } | ||||||
|  |       block_category: 'Prog TOC (Views)' | ||||||
|  |       allow: | ||||||
|  |         items_per_page: true | ||||||
|  |         offset: '0' | ||||||
|  |         pager: '0' | ||||||
|  |         hide_fields: '0' | ||||||
|  |         sort_fields: '0' | ||||||
|  |         disable_filters: '0' | ||||||
|  |         configure_sorts: configure_sorts | ||||||
|  |     cache_metadata: | ||||||
|  |       max-age: -1 | ||||||
|  |       contexts: | ||||||
|  |         - 'languages:language_content' | ||||||
|  |         - 'languages:language_interface' | ||||||
|  |         - url | ||||||
|  |         - 'user.node_grants:view' | ||||||
|  |         - user.permissions | ||||||
|  |       tags: | ||||||
|  |         - 'config:field.storage.node.field_ville' | ||||||
|  |   block_14: | ||||||
|  |     id: block_14 | ||||||
|  |     display_title: 'Child Prog TOC Études(projet) Block' | ||||||
|  |     display_plugin: block | ||||||
|  |     position: 1 | ||||||
|  |     display_options: | ||||||
|  |       title: 'Child Prog TOC Études(projet)' | ||||||
|  |       fields: | ||||||
|  |         field_ville: | ||||||
|  |           id: field_ville | ||||||
|  |           table: node__field_ville | ||||||
|  |           field: field_ville | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: field | ||||||
|  |           label: '' | ||||||
|  |           exclude: true | ||||||
|  |           alter: | ||||||
|  |             alter_text: false | ||||||
|  |             text: '' | ||||||
|  |             make_link: false | ||||||
|  |             path: '' | ||||||
|  |             absolute: false | ||||||
|  |             external: false | ||||||
|  |             replace_spaces: false | ||||||
|  |             path_case: none | ||||||
|  |             trim_whitespace: false | ||||||
|  |             alt: '' | ||||||
|  |             rel: '' | ||||||
|  |             link_class: '' | ||||||
|  |             prefix: '' | ||||||
|  |             suffix: '' | ||||||
|  |             target: '' | ||||||
|  |             nl2br: false | ||||||
|  |             max_length: 0 | ||||||
|  |             word_boundary: true | ||||||
|  |             ellipsis: true | ||||||
|  |             more_link: false | ||||||
|  |             more_link_text: '' | ||||||
|  |             more_link_path: '' | ||||||
|  |             strip_tags: false | ||||||
|  |             trim: false | ||||||
|  |             preserve_tags: '' | ||||||
|  |             html: false | ||||||
|  |           element_type: '' | ||||||
|  |           element_class: '' | ||||||
|  |           element_label_type: '' | ||||||
|  |           element_label_class: '' | ||||||
|  |           element_label_colon: false | ||||||
|  |           element_wrapper_type: '' | ||||||
|  |           element_wrapper_class: '' | ||||||
|  |           element_default_classes: true | ||||||
|  |           empty: '' | ||||||
|  |           hide_empty: false | ||||||
|  |           empty_zero: false | ||||||
|  |           hide_alter_empty: true | ||||||
|  |           click_sort_column: target_id | ||||||
|  |           type: entity_reference_label | ||||||
|  |           settings: | ||||||
|  |             link: false | ||||||
|  |           group_column: target_id | ||||||
|  |           group_columns: {  } | ||||||
|  |           group_rows: true | ||||||
|  |           delta_limit: 0 | ||||||
|  |           delta_offset: 0 | ||||||
|  |           delta_reversed: false | ||||||
|  |           delta_first_last: false | ||||||
|  |           multi_type: separator | ||||||
|  |           separator: ', ' | ||||||
|  |           field_api_classes: false | ||||||
|  |         title: | ||||||
|  |           id: title | ||||||
|  |           table: node_field_data | ||||||
|  |           field: title | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: field | ||||||
|  |           label: '' | ||||||
|  |           exclude: false | ||||||
|  |           alter: | ||||||
|  |             alter_text: true | ||||||
|  |             text: '{{ field_ville }}' | ||||||
|  |             make_link: false | ||||||
|  |             path: '' | ||||||
|  |             absolute: false | ||||||
|  |             external: false | ||||||
|  |             replace_spaces: false | ||||||
|  |             path_case: none | ||||||
|  |             trim_whitespace: false | ||||||
|  |             alt: '' | ||||||
|  |             rel: '' | ||||||
|  |             link_class: '' | ||||||
|  |             prefix: '' | ||||||
|  |             suffix: '' | ||||||
|  |             target: '' | ||||||
|  |             nl2br: false | ||||||
|  |             max_length: 0 | ||||||
|  |             word_boundary: true | ||||||
|  |             ellipsis: true | ||||||
|  |             more_link: false | ||||||
|  |             more_link_text: '' | ||||||
|  |             more_link_path: '' | ||||||
|  |             strip_tags: false | ||||||
|  |             trim: false | ||||||
|  |             preserve_tags: '' | ||||||
|  |             html: false | ||||||
|  |           element_type: '' | ||||||
|  |           element_class: '' | ||||||
|  |           element_label_type: '' | ||||||
|  |           element_label_class: '' | ||||||
|  |           element_label_colon: false | ||||||
|  |           element_wrapper_type: '' | ||||||
|  |           element_wrapper_class: '' | ||||||
|  |           element_default_classes: true | ||||||
|  |           empty: '' | ||||||
|  |           hide_empty: false | ||||||
|  |           empty_zero: false | ||||||
|  |           hide_alter_empty: true | ||||||
|  |           click_sort_column: value | ||||||
|  |           type: string | ||||||
|  |           settings: | ||||||
|  |             link_to_entity: true | ||||||
|  |           group_column: value | ||||||
|  |           group_columns: {  } | ||||||
|  |           group_rows: true | ||||||
|  |           delta_limit: 0 | ||||||
|  |           delta_offset: 0 | ||||||
|  |           delta_reversed: false | ||||||
|  |           delta_first_last: false | ||||||
|  |           multi_type: separator | ||||||
|  |           separator: ', ' | ||||||
|  |           field_api_classes: false | ||||||
|  |       arguments: | ||||||
|  |         field_programme_target_id: | ||||||
|  |           id: field_programme_target_id | ||||||
|  |           table: node__field_programme | ||||||
|  |           field: field_programme_target_id | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: numeric | ||||||
|  |           default_action: default | ||||||
|  |           exception: | ||||||
|  |             value: all | ||||||
|  |             title_enable: false | ||||||
|  |             title: All | ||||||
|  |           title_enable: false | ||||||
|  |           title: '' | ||||||
|  |           default_argument_type: token | ||||||
|  |           default_argument_options: | ||||||
|  |             argument: '[node:field_programme]' | ||||||
|  |             process: '1' | ||||||
|  |             and_or: ',' | ||||||
|  |             all_option: '1' | ||||||
|  |             debug: 0 | ||||||
|  |           default_argument_skip_url: false | ||||||
|  |           summary_options: | ||||||
|  |             base_path: '' | ||||||
|  |             count: true | ||||||
|  |             override: false | ||||||
|  |             items_per_page: 25 | ||||||
|  |           summary: | ||||||
|  |             sort_order: asc | ||||||
|  |             number_of_records: 0 | ||||||
|  |             format: default_summary | ||||||
|  |           specify_validation: false | ||||||
|  |           validate: | ||||||
|  |             type: none | ||||||
|  |             fail: 'not found' | ||||||
|  |           validate_options: {  } | ||||||
|  |           break_phrase: false | ||||||
|  |           not: false | ||||||
|  |       filters: | ||||||
|  |         status: | ||||||
|  |           id: status | ||||||
|  |           table: node_field_data | ||||||
|  |           field: status | ||||||
|  |           entity_type: node | ||||||
|  |           entity_field: status | ||||||
|  |           plugin_id: boolean | ||||||
|  |           value: '1' | ||||||
|  |           group: 1 | ||||||
|  |           expose: | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |         type: | ||||||
|  |           id: type | ||||||
|  |           table: node_field_data | ||||||
|  |           field: type | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           entity_type: node | ||||||
|  |           entity_field: type | ||||||
|  |           plugin_id: bundle | ||||||
|  |           operator: in | ||||||
|  |           value: | ||||||
|  |             projet: projet | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |         field_programme_target_id: | ||||||
|  |           id: field_programme_target_id | ||||||
|  |           table: node__field_programme | ||||||
|  |           field: field_programme_target_id | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: entity_reference | ||||||
|  |           operator: or | ||||||
|  |           value: | ||||||
|  |             4: '4' | ||||||
|  |             5: '5' | ||||||
|  |             6: '6' | ||||||
|  |             7: '7' | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|  |           handler: 'default:node' | ||||||
|  |           widget: select | ||||||
|  |           handler_settings: | ||||||
|  |             target_bundles: | ||||||
|  |               programme: programme | ||||||
|  |             sort: | ||||||
|  |               field: _none | ||||||
|  |               direction: ASC | ||||||
|  |             auto_create: false | ||||||
|  |             auto_create_bundle: '' | ||||||
|  |         field_type_de_projet_value: | ||||||
|  |           id: field_type_de_projet_value | ||||||
|  |           table: node__field_type_de_projet | ||||||
|  |           field: field_type_de_projet_value | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: list_field | ||||||
|  |           operator: or | ||||||
|  |           value: | ||||||
|  |             2: '2' | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|  |       filter_groups: | ||||||
|  |         operator: AND | ||||||
|  |         groups: | ||||||
|  |           1: AND | ||||||
|  |       style: | ||||||
|  |         type: default | ||||||
|  |         options: | ||||||
|  |           grouping: {  } | ||||||
|  |           row_class: '' | ||||||
|  |           default_row_class: true | ||||||
|  |       row: | ||||||
|  |         type: fields | ||||||
|  |         options: | ||||||
|  |           default_field_elements: true | ||||||
|  |           inline: {  } | ||||||
|  |           separator: '' | ||||||
|  |           hide_empty: true | ||||||
|  |       defaults: | ||||||
|  |         title: false | ||||||
|  |         style: false | ||||||
|  |         row: false | ||||||
|  |         relationships: false | ||||||
|  |         fields: false | ||||||
|  |         arguments: false | ||||||
|  |         filters: false | ||||||
|  |         filter_groups: false | ||||||
|  |         header: false | ||||||
|  |       relationships: {  } | ||||||
|  |       display_description: '' | ||||||
|  |       header: | ||||||
|  |         result: | ||||||
|  |           id: result | ||||||
|  |           table: views | ||||||
|  |           field: result | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: result | ||||||
|  |           empty: false | ||||||
|  |           content: '@total Étude(s)' | ||||||
|  |       display_extenders: | ||||||
|  |         views_ef_fieldset: {  } | ||||||
|  |       block_category: 'Prog TOC (Views)' | ||||||
|  |       allow: | ||||||
|  |         items_per_page: false | ||||||
|  |         offset: '0' | ||||||
|  |         pager: '0' | ||||||
|  |         hide_fields: '0' | ||||||
|  |         sort_fields: '0' | ||||||
|  |         disable_filters: '0' | ||||||
|  |         configure_sorts: configure_sorts | ||||||
|  |     cache_metadata: | ||||||
|  |       max-age: -1 | ||||||
|  |       contexts: | ||||||
|  |         - 'languages:language_content' | ||||||
|  |         - 'languages:language_interface' | ||||||
|  |         - url | ||||||
|  |         - 'user.node_grants:view' | ||||||
|  |         - user.permissions | ||||||
|  |       tags: | ||||||
|  |         - 'config:field.storage.node.field_ville' | ||||||
|   block_2: |   block_2: | ||||||
|     id: block_2 |     id: block_2 | ||||||
|     display_title: 'Prog TOC Evenements Block' |     display_title: 'Prog TOC Evenements Block' | ||||||
| @@ -2010,6 +2824,47 @@ display: | |||||||
|               direction: ASC |               direction: ASC | ||||||
|             auto_create: false |             auto_create: false | ||||||
|             auto_create_bundle: '' |             auto_create_bundle: '' | ||||||
|  |         field_type_de_projet_value: | ||||||
|  |           id: field_type_de_projet_value | ||||||
|  |           table: node__field_type_de_projet | ||||||
|  |           field: field_type_de_projet_value | ||||||
|  |           relationship: none | ||||||
|  |           group_type: group | ||||||
|  |           admin_label: '' | ||||||
|  |           plugin_id: list_field | ||||||
|  |           operator: not | ||||||
|  |           value: | ||||||
|  |             2: '2' | ||||||
|  |           group: 1 | ||||||
|  |           exposed: false | ||||||
|  |           expose: | ||||||
|  |             operator_id: '' | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             use_operator: false | ||||||
|  |             operator: '' | ||||||
|  |             operator_limit_selection: false | ||||||
|  |             operator_list: {  } | ||||||
|  |             identifier: '' | ||||||
|  |             required: false | ||||||
|  |             remember: false | ||||||
|  |             multiple: false | ||||||
|  |             remember_roles: | ||||||
|  |               authenticated: authenticated | ||||||
|  |             reduce: false | ||||||
|  |           is_grouped: false | ||||||
|  |           group_info: | ||||||
|  |             label: '' | ||||||
|  |             description: '' | ||||||
|  |             identifier: '' | ||||||
|  |             optional: true | ||||||
|  |             widget: select | ||||||
|  |             multiple: false | ||||||
|  |             remember: false | ||||||
|  |             default_group: All | ||||||
|  |             default_group_multiple: {  } | ||||||
|  |             group_items: {  } | ||||||
|  |           reduce_duplicates: false | ||||||
|       filter_groups: |       filter_groups: | ||||||
|         operator: AND |         operator: AND | ||||||
|         groups: |         groups: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user