Compare commits
	
		
			34 Commits
		
	
	
		
			591559f428
			...
			uniqdate
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f8930f9fc2 | |||
| 6f35e0066a | |||
| 7861df2f57 | |||
| 62981265f7 | |||
| 2f49bb4a3c | |||
| 9232efbb93 | |||
| 2c594067f9 | |||
| a33e5064e2 | |||
| 106efbee78 | |||
| 0ff8c02807 | |||
| 05e199c2c4 | |||
| 8d9ca03cdd | |||
| 9ea4d69d50 | |||
| b5156d7614 | |||
| e100f72f88 | |||
| ab75f92224 | |||
| 1b90434884 | |||
| cf3a7ece76 | |||
| c7a5ed447f | |||
| 77eddf6f5a | |||
| 5fa9f260f3 | |||
| ea9457d7d4 | |||
| bded893630 | |||
| ebe1ba1f90 | |||
| 5fa535ca16 | |||
| 1573443fa5 | |||
| 20531a9ca7 | |||
| ac80fa72c6 | |||
| 8230d3f971 | |||
| 511fc6314e | |||
| c58b53b5b6 | |||
| 731b7914d7 | |||
| 8de39a05db | |||
| 2896483a9b | 
							
								
								
									
										3
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							| @@ -42,6 +42,9 @@ | |||||||
| *.xml     text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 | *.xml     text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 | ||||||
| *.yml     text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 | *.yml     text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 | ||||||
|  |  | ||||||
|  | # PHPStan's baseline uses tabs instead of spaces. | ||||||
|  | core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php | ||||||
|  |  | ||||||
| # Define binary file attributes. | # Define binary file attributes. | ||||||
| # - Do not treat them as text. | # - Do not treat them as text. | ||||||
| # - Include binary diff in patches instead of "binary files differ." | # - Include binary diff in patches instead of "binary files differ." | ||||||
|   | |||||||
| @@ -19,28 +19,33 @@ | |||||||
|         "drupal/address": "1.x-dev@dev", |         "drupal/address": "1.x-dev@dev", | ||||||
|         "drupal/administerusersbyrole": "3.x-dev@dev", |         "drupal/administerusersbyrole": "3.x-dev@dev", | ||||||
|         "drupal/advanced_text_formatter": "^3.0@RC", |         "drupal/advanced_text_formatter": "^3.0@RC", | ||||||
|         "drupal/better_exposed_filters": "^6", |         "drupal/better_exposed_filters": "^7.0", | ||||||
|         "drupal/betterlogin": "^2.0", |         "drupal/betterlogin": "^2.0", | ||||||
|         "drupal/ckeditor5-ckeditor5": "1.0.x-dev@dev", |         "drupal/ckeditor": "^1.0", | ||||||
|         "drupal/ckeditor_iframe": "^3.0@alpha", |         "drupal/ckeditor_iframe": "^3.0@alpha", | ||||||
|         "drupal/config_ignore": "^3.2", |         "drupal/config_ignore": "^3.2", | ||||||
|         "drupal/config_update": "^2.0@alpha", |         "drupal/config_update": "^2.0@alpha", | ||||||
|         "drupal/context": "^5.0@RC", |         "drupal/context": "^5.0@RC", | ||||||
|         "drupal/core-composer-scaffold": "^9.3", |         "drupal/core-composer-scaffold": "^10.3", | ||||||
|         "drupal/core-project-message": "^9.3", |         "drupal/core-project-message": "^10.3", | ||||||
|         "drupal/core-recommended": "^9.5.11", |         "drupal/core-recommended": "^10.3", | ||||||
|         "drupal/devel": "^5.0", |         "drupal/devel": "^5.0", | ||||||
|         "drupal/file_delete": "^2.0", |         "drupal/fakeobjects": "^2.0", | ||||||
|  |         "drupal/file_delete": "^3.0", | ||||||
|         "drupal/file_replace": "^1.4", |         "drupal/file_replace": "^1.4", | ||||||
|         "drupal/filter_perms": "^2.0", |         "drupal/filter_perms": "^2.0", | ||||||
|         "drupal/geocoder": "^3.20 || ^4.0", |         "drupal/geocoder": "^3.20 || ^4.0", | ||||||
|         "drupal/geofield": "^1.22", |         "drupal/geofield": "^1.22", | ||||||
|         "drupal/hreflang": "^1.9", |         "drupal/hreflang": "^1.9", | ||||||
|         "drupal/iframe": "^2.21", |         "drupal/iframe": "^3.0", | ||||||
|         "drupal/image_field_caption": "^2.0", |         "drupal/image_field_caption": "^2.0", | ||||||
|         "drupal/imce": "^3.0", |         "drupal/imce": "^3.0", | ||||||
|         "drupal/inline_entity_form": "^3.0@RC", |         "drupal/inline_entity_form": "^3.0@RC", | ||||||
|         "drupal/leaflet": "10.2.29", |         "drupal/jquery_ui_button": "^2.1", | ||||||
|  |         "drupal/jquery_ui_datepicker": "^2.1", | ||||||
|  |         "drupal/jquery_ui_slider": "^2.1", | ||||||
|  |         "drupal/jquery_ui_touch_punch": "^1.1", | ||||||
|  |         "drupal/leaflet": "^10.2", | ||||||
|         "drupal/leaflet_more_maps": "^2.1", |         "drupal/leaflet_more_maps": "^2.1", | ||||||
|         "drupal/leaflet_more_markers": "^1.1", |         "drupal/leaflet_more_markers": "^1.1", | ||||||
|         "drupal/link_attributes": "^2.1", |         "drupal/link_attributes": "^2.1", | ||||||
| @@ -49,12 +54,12 @@ | |||||||
|         "drupal/metatag": "^2.0", |         "drupal/metatag": "^2.0", | ||||||
|         "drupal/page_manager": "4.x-dev@dev", |         "drupal/page_manager": "4.x-dev@dev", | ||||||
|         "drupal/panelizer": "^4.4", |         "drupal/panelizer": "^4.4", | ||||||
|         "drupal/panels": "^4.6", |         "drupal/panels": "^4.8", | ||||||
|         "drupal/paragraphs": "1.x-dev@dev", |         "drupal/paragraphs": "1.x-dev@dev", | ||||||
|         "drupal/pathologic": "^2.0@alpha", |         "drupal/pathologic": "^2.0@alpha", | ||||||
|         "drupal/robotstxt": "^1.4", |         "drupal/robotstxt": "^1.4", | ||||||
|         "drupal/role_delegation": "^1.1", |         "drupal/role_delegation": "^1.1", | ||||||
|         "drupal/selective_better_exposed_filters": "2.x-dev@dev", |         "drupal/selective_better_exposed_filters": "^3.0", | ||||||
|         "drupal/seo_checklist": "^5.1", |         "drupal/seo_checklist": "^5.1", | ||||||
|         "drupal/smart_date": "^4.0@beta", |         "drupal/smart_date": "^4.0@beta", | ||||||
|         "drupal/structure_sync": "^2.0", |         "drupal/structure_sync": "^2.0", | ||||||
| @@ -66,7 +71,6 @@ | |||||||
|         "drupal/views_conditional": "^1.4", |         "drupal/views_conditional": "^1.4", | ||||||
|         "drupal/views_ef_fieldset": "^1", |         "drupal/views_ef_fieldset": "^1", | ||||||
|         "drupal/xmlsitemap": "^1.3", |         "drupal/xmlsitemap": "^1.3", | ||||||
|         "drush/drush": "^11", |  | ||||||
|         "geocoder-php/google-maps-provider": "^4.6", |         "geocoder-php/google-maps-provider": "^4.6", | ||||||
|         "geocoder-php/mapquest-provider": "^4.2", |         "geocoder-php/mapquest-provider": "^4.2", | ||||||
|         "wikimedia/composer-merge-plugin": "^2.0" |         "wikimedia/composer-merge-plugin": "^2.0" | ||||||
| @@ -159,8 +163,7 @@ | |||||||
|         }, |         }, | ||||||
|         "patches": { |         "patches": { | ||||||
|           "drupal/core": { |           "drupal/core": { | ||||||
|             "Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch", |             "Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch" | ||||||
|             "Add Views EntityReference filter to be available for all entity reference fields https://www.drupal.org/project/drupal/issues/2429699" : "https://www.drupal.org/files/issues/2021-12-02/2429699-453-9.3.x.patch" |  | ||||||
|           }, |           }, | ||||||
|           "drupal/paragraphs": { |           "drupal/paragraphs": { | ||||||
|               "Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch" |               "Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch" | ||||||
| @@ -170,6 +173,12 @@ | |||||||
|           }, |           }, | ||||||
|           "drupal/ctools": { |           "drupal/ctools": { | ||||||
|               "How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2023-01-18/2759445-100.patch" |               "How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2023-01-18/2759445-100.patch" | ||||||
|  |           }, | ||||||
|  |           "drupal/pagerer": { | ||||||
|  |             "PHP Fatal error: when migrated to Drupal 10 https://www.drupal.org/project/pagerer/issues/3399771":"https://www.drupal.org/files/issues/2023-11-07/pagerer_php_exception-3399771-1.patch" | ||||||
|  |           }, | ||||||
|  |           "drupal/page_manager": { | ||||||
|  |             "devel routing bug fix https://www.drupal.org/project/page_manager/issues/3438993":"https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch" | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
							
								
								
									
										5132
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5132
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1 +1 @@ | |||||||
| This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration/sync. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config | This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config | ||||||
| @@ -1,2 +1,5 @@ | |||||||
| langcode: fr |  | ||||||
| menu_depth: 4 | menu_depth: 4 | ||||||
|  | hoverintent_behavior: | ||||||
|  |   enabled: true | ||||||
|  |   timeout: 500 | ||||||
|  | enable_toggle_shortcut: false | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw |   default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw | ||||||
| langcode: fr |  | ||||||
| roles: | roles: | ||||||
|   admin: perm |   admin: perm | ||||||
|   user: unsafe |   user: unsafe | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw |   default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw | ||||||
| langcode: fr |  | ||||||
| enabled: true | enabled: true | ||||||
| timeout: 172800 | timeout: 172800 | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos |   default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos | ||||||
| langcode: fr |  | ||||||
| enabled: false | enabled: false | ||||||
| timeout: null | timeout: null | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw |   default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw | ||||||
| langcode: fr |  | ||||||
| enabled: true | enabled: true | ||||||
| timeout: 172800 | timeout: 172800 | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos |   default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos | ||||||
| langcode: fr |  | ||||||
| enabled: false | enabled: false | ||||||
| timeout: null | timeout: null | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ provider: null | |||||||
| plugin: system_breadcrumb_block | plugin: system_breadcrumb_block | ||||||
| settings: | settings: | ||||||
|   id: system_breadcrumb_block |   id: system_breadcrumb_block | ||||||
|   label: 'Fils d''ariane' |   label: "Fils d'ariane" | ||||||
|   label_display: '0' |   label_display: '0' | ||||||
|   provider: system |   provider: system | ||||||
| visibility: {  } | visibility: {  } | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ provider: null | |||||||
| plugin: local_actions_block | plugin: local_actions_block | ||||||
| settings: | settings: | ||||||
|   id: local_actions_block |   id: local_actions_block | ||||||
|   label: 'Actions d''administration principales' |   label: "Actions d'administration principales" | ||||||
|   label_display: '0' |   label_display: '0' | ||||||
|   provider: core |   provider: core | ||||||
| visibility: {  } | visibility: {  } | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ provider: null | |||||||
| plugin: page_title_block | plugin: page_title_block | ||||||
| settings: | settings: | ||||||
|   id: page_title_block |   id: page_title_block | ||||||
|   label: 'Titre de page' |   label: 'Titre de la page' | ||||||
|   label_display: '0' |   label_display: '0' | ||||||
|   provider: core |   provider: core | ||||||
| visibility: {  } | visibility: {  } | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| langcode: fr |  | ||||||
| maxlength_block_class_field: 255 | maxlength_block_class_field: 255 | ||||||
| field_type: multiple_textfields | field_type: multiple_textfields | ||||||
| default_case: standard | default_case: standard | ||||||
|   | |||||||
| @@ -4,5 +4,5 @@ status: true | |||||||
| dependencies: {  } | dependencies: {  } | ||||||
| id: custom | id: custom | ||||||
| label: custom | label: custom | ||||||
| revision: 0 | revision: false | ||||||
| description: '' | description: '' | ||||||
|   | |||||||
| @@ -4,5 +4,5 @@ status: true | |||||||
| dependencies: {  } | dependencies: {  } | ||||||
| id: logo_block | id: logo_block | ||||||
| label: 'logo block' | label: 'logo block' | ||||||
| revision: 0 | revision: false | ||||||
| description: '' | description: '' | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o |   default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o | ||||||
| langcode: fr |  | ||||||
| auto_import: {  } | auto_import: {  } | ||||||
| auto_export: {  } | auto_export: {  } | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk |   default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk | ||||||
| langcode: fr |  | ||||||
| mode: simple | mode: simple | ||||||
| ignored_config_entities: | ignored_config_entities: | ||||||
|   - domain_alias.settings |   - domain_alias.settings | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 |   default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 | ||||||
| langcode: fr |  | ||||||
| default_form: feedback | default_form: feedback | ||||||
| flood: | flood: | ||||||
|   limit: 5 |   limit: 5 | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8 |   default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8 | ||||||
| langcode: fr |  | ||||||
| verbose: 0 | verbose: 0 | ||||||
| types: | types: | ||||||
|   contact_message: {  } |   contact_message: {  } | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ |   default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ | ||||||
| langcode: fr |  | ||||||
| content_lock_timeout_minutes: '30' | content_lock_timeout_minutes: '30' | ||||||
| content_lock_timeout_on_edit: 0 | content_lock_timeout_on_edit: 0 | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.actualite.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: actualite | bundle: actualite | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.evenement.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: evenement | bundle: evenement | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.iframe.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: iframe | bundle: iframe | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.programme.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: programme | bundle: programme | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.projet.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: projet | bundle: projet | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.ressource.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: ressource | bundle: ressource | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ id: node.static.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: static | bundle: static | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ id: node.theme.promote | |||||||
| field_name: promote | field_name: promote | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: theme | bundle: theme | ||||||
| label: 'Promu en page d''accueil' | label: "Promu en page d'accueil" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -9,6 +9,7 @@ dependencies: | |||||||
|     - field.field.node.evenement.field_fichier |     - field.field.node.evenement.field_fichier | ||||||
|     - field.field.node.evenement.field_image |     - field.field.node.evenement.field_image | ||||||
|     - field.field.node.evenement.field_intro |     - field.field.node.evenement.field_intro | ||||||
|  |     - field.field.node.evenement.field_last_date_only | ||||||
|     - field.field.node.evenement.field_lien |     - field.field.node.evenement.field_lien | ||||||
|     - field.field.node.evenement.field_memo |     - field.field.node.evenement.field_memo | ||||||
|     - field.field.node.evenement.field_organisateur |     - field.field.node.evenement.field_organisateur | ||||||
| @@ -42,7 +43,7 @@ third_party_settings: | |||||||
|       label: Tabs |       label: Tabs | ||||||
|       region: content |       region: content | ||||||
|       parent_name: '' |       parent_name: '' | ||||||
|       weight: 20 |       weight: 1 | ||||||
|       format_type: tabs |       format_type: tabs | ||||||
|       format_settings: |       format_settings: | ||||||
|         classes: '' |         classes: '' | ||||||
| @@ -77,7 +78,7 @@ third_party_settings: | |||||||
|       label: Details |       label: Details | ||||||
|       region: content |       region: content | ||||||
|       parent_name: '' |       parent_name: '' | ||||||
|       weight: 20 |       weight: 2 | ||||||
|       format_type: details_sidebar |       format_type: details_sidebar | ||||||
|       format_settings: |       format_settings: | ||||||
|         classes: '' |         classes: '' | ||||||
| @@ -318,7 +319,7 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|   title: |   title: | ||||||
|     type: string_textfield |     type: string_textfield | ||||||
|     weight: -5 |     weight: 0 | ||||||
|     region: content |     region: content | ||||||
|     settings: |     settings: | ||||||
|       size: 60 |       size: 60 | ||||||
| @@ -326,6 +327,7 @@ content: | |||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
| hidden: | hidden: | ||||||
|   created: true |   created: true | ||||||
|  |   field_last_date_only: true | ||||||
|   langcode: true |   langcode: true | ||||||
|   path: true |   path: true | ||||||
|   sticky: true |   sticky: true | ||||||
|   | |||||||
| @@ -7,6 +7,7 @@ dependencies: | |||||||
| _core: | _core: | ||||||
|   default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI |   default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI | ||||||
| id: user.register | id: user.register | ||||||
| label: 'S''inscrire' | label: "S'inscrire" | ||||||
|  | description: '' | ||||||
| targetEntityType: user | targetEntityType: user | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -42,6 +42,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       timezone_override: '' |       timezone_override: '' | ||||||
|       format_type: medium |       format_type: medium | ||||||
|  |       from_to: both | ||||||
|       separator: '-' |       separator: '-' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 114 |     weight: 114 | ||||||
|   | |||||||
| @@ -10,6 +10,7 @@ dependencies: | |||||||
|     - field.field.node.evenement.field_fichier |     - field.field.node.evenement.field_fichier | ||||||
|     - field.field.node.evenement.field_image |     - field.field.node.evenement.field_image | ||||||
|     - field.field.node.evenement.field_intro |     - field.field.node.evenement.field_intro | ||||||
|  |     - field.field.node.evenement.field_last_date_only | ||||||
|     - field.field.node.evenement.field_lien |     - field.field.node.evenement.field_lien | ||||||
|     - field.field.node.evenement.field_memo |     - field.field.node.evenement.field_memo | ||||||
|     - field.field.node.evenement.field_organisateur |     - field.field.node.evenement.field_organisateur | ||||||
| @@ -78,6 +79,7 @@ hidden: | |||||||
|   field_fichier: true |   field_fichier: true | ||||||
|   field_image: true |   field_image: true | ||||||
|   field_intro: true |   field_intro: true | ||||||
|  |   field_last_date_only: true | ||||||
|   field_lien: true |   field_lien: true | ||||||
|   field_memo: true |   field_memo: true | ||||||
|   field_organisateur: true |   field_organisateur: true | ||||||
|   | |||||||
| @@ -9,6 +9,7 @@ dependencies: | |||||||
|     - field.field.node.evenement.field_fichier |     - field.field.node.evenement.field_fichier | ||||||
|     - field.field.node.evenement.field_image |     - field.field.node.evenement.field_image | ||||||
|     - field.field.node.evenement.field_intro |     - field.field.node.evenement.field_intro | ||||||
|  |     - field.field.node.evenement.field_last_date_only | ||||||
|     - field.field.node.evenement.field_lien |     - field.field.node.evenement.field_lien | ||||||
|     - field.field.node.evenement.field_memo |     - field.field.node.evenement.field_memo | ||||||
|     - field.field.node.evenement.field_organisateur |     - field.field.node.evenement.field_organisateur | ||||||
| @@ -39,7 +40,16 @@ content: | |||||||
|     label: hidden |     label: hidden | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 101 |     weight: 1 | ||||||
|  |     region: content | ||||||
|  |   computed_date_unique: | ||||||
|  |     type: datetime_default | ||||||
|  |     label: hidden | ||||||
|  |     settings: | ||||||
|  |       timezone_override: '' | ||||||
|  |       format_type: medium | ||||||
|  |     third_party_settings: {  } | ||||||
|  |     weight: -5 | ||||||
|     region: content |     region: content | ||||||
|   field_date: |   field_date: | ||||||
|     type: datetime_default |     type: datetime_default | ||||||
| @@ -48,7 +58,7 @@ content: | |||||||
|       timezone_override: '' |       timezone_override: '' | ||||||
|       format_type: medium |       format_type: medium | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 109 |     weight: 7 | ||||||
|     region: content |     region: content | ||||||
|   field_evenements_lies: |   field_evenements_lies: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
| @@ -56,7 +66,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link: true |       link: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 115 |     weight: 13 | ||||||
|     region: content |     region: content | ||||||
|   field_fichier: |   field_fichier: | ||||||
|     type: file_default |     type: file_default | ||||||
| @@ -64,7 +74,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       use_description_as_link_text: true |       use_description_as_link_text: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 110 |     weight: 8 | ||||||
|     region: content |     region: content | ||||||
|   field_image: |   field_image: | ||||||
|     type: image |     type: image | ||||||
| @@ -75,14 +85,14 @@ content: | |||||||
|       image_loading: |       image_loading: | ||||||
|         attribute: lazy |         attribute: lazy | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 111 |     weight: 9 | ||||||
|     region: content |     region: content | ||||||
|   field_intro: |   field_intro: | ||||||
|     type: text_default |     type: text_default | ||||||
|     label: above |     label: above | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 102 |     weight: 2 | ||||||
|     region: content |     region: content | ||||||
|   field_lien: |   field_lien: | ||||||
|     type: link |     type: link | ||||||
| @@ -94,21 +104,21 @@ content: | |||||||
|       rel: '' |       rel: '' | ||||||
|       target: '' |       target: '' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 113 |     weight: 11 | ||||||
|     region: content |     region: content | ||||||
|   field_memo: |   field_memo: | ||||||
|     type: basic_string |     type: basic_string | ||||||
|     label: above |     label: above | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 118 |     weight: 16 | ||||||
|     region: content |     region: content | ||||||
|   field_organisateur: |   field_organisateur: | ||||||
|     type: text_default |     type: text_default | ||||||
|     label: above |     label: above | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 108 |     weight: 6 | ||||||
|     region: content |     region: content | ||||||
|   field_partenaires: |   field_partenaires: | ||||||
|     type: entity_reference_revisions_entity_view |     type: entity_reference_revisions_entity_view | ||||||
| @@ -117,7 +127,7 @@ content: | |||||||
|       view_mode: default |       view_mode: default | ||||||
|       link: '' |       link: '' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 112 |     weight: 10 | ||||||
|     region: content |     region: content | ||||||
|   field_programme: |   field_programme: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
| @@ -125,7 +135,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link: true |       link: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 104 |     weight: 4 | ||||||
|     region: content |     region: content | ||||||
|   field_projet: |   field_projet: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
| @@ -133,7 +143,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link: true |       link: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 116 |     weight: 14 | ||||||
|     region: content |     region: content | ||||||
|   field_promu_en_page_programme: |   field_promu_en_page_programme: | ||||||
|     type: boolean |     type: boolean | ||||||
| @@ -143,7 +153,7 @@ content: | |||||||
|       format_custom_false: '' |       format_custom_false: '' | ||||||
|       format_custom_true: '' |       format_custom_true: '' | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 119 |     weight: 17 | ||||||
|     region: content |     region: content | ||||||
|   field_ressources_liees: |   field_ressources_liees: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
| @@ -151,7 +161,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link: true |       link: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 114 |     weight: 12 | ||||||
|     region: content |     region: content | ||||||
|   field_sous_titre: |   field_sous_titre: | ||||||
|     type: string |     type: string | ||||||
| @@ -159,7 +169,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link_to_entity: false |       link_to_entity: false | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 107 |     weight: 5 | ||||||
|     region: content |     region: content | ||||||
|   field_theme: |   field_theme: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
| @@ -167,7 +177,7 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link: true |       link: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 117 |     weight: 15 | ||||||
|     region: content |     region: content | ||||||
|   field_type_evenement: |   field_type_evenement: | ||||||
|     type: entity_reference_label |     type: entity_reference_label | ||||||
| @@ -175,13 +185,14 @@ content: | |||||||
|     settings: |     settings: | ||||||
|       link: true |       link: true | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 103 |     weight: 3 | ||||||
|     region: content |     region: content | ||||||
|   links: |   links: | ||||||
|     settings: {  } |     settings: {  } | ||||||
|     third_party_settings: {  } |     third_party_settings: {  } | ||||||
|     weight: 100 |     weight: 0 | ||||||
|     region: content |     region: content | ||||||
| hidden: | hidden: | ||||||
|  |   field_last_date_only: true | ||||||
|   langcode: true |   langcode: true | ||||||
|   search_api_excerpt: true |   search_api_excerpt: true | ||||||
|   | |||||||
| @@ -10,6 +10,7 @@ dependencies: | |||||||
|     - field.field.node.evenement.field_fichier |     - field.field.node.evenement.field_fichier | ||||||
|     - field.field.node.evenement.field_image |     - field.field.node.evenement.field_image | ||||||
|     - field.field.node.evenement.field_intro |     - field.field.node.evenement.field_intro | ||||||
|  |     - field.field.node.evenement.field_last_date_only | ||||||
|     - field.field.node.evenement.field_lien |     - field.field.node.evenement.field_lien | ||||||
|     - field.field.node.evenement.field_memo |     - field.field.node.evenement.field_memo | ||||||
|     - field.field.node.evenement.field_organisateur |     - field.field.node.evenement.field_organisateur | ||||||
| @@ -69,6 +70,7 @@ hidden: | |||||||
|   field_evenements_lies: true |   field_evenements_lies: true | ||||||
|   field_fichier: true |   field_fichier: true | ||||||
|   field_intro: true |   field_intro: true | ||||||
|  |   field_last_date_only: true | ||||||
|   field_lien: true |   field_lien: true | ||||||
|   field_memo: true |   field_memo: true | ||||||
|   field_organisateur: true |   field_organisateur: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE |   default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE | ||||||
| id: block.token | id: block.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: block | targetEntityType: block | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg |   default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg | ||||||
| id: block_content.full | id: block_content.full | ||||||
| label: Full | label: Full | ||||||
|  | description: '' | ||||||
| targetEntityType: block_content | targetEntityType: block_content | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE |   default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE | ||||||
| id: contact_message.token | id: contact_message.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: contact_message | targetEntityType: contact_message | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8 |   default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8 | ||||||
| id: file.token | id: file.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: file | targetEntityType: file | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: TTHbJnnmzx02KP2FNkAlzqP_BFdKZwAVb8hfUbRbxuk |   default_config_hash: TTHbJnnmzx02KP2FNkAlzqP_BFdKZwAVb8hfUbRbxuk | ||||||
| id: menu_link_content.token | id: menu_link_content.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: menu_link_content | targetEntityType: menu_link_content | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -6,5 +6,6 @@ dependencies: | |||||||
|     - node |     - node | ||||||
| id: node.accroche_ss_image | id: node.accroche_ss_image | ||||||
| label: 'accroche ss image' | label: 'accroche ss image' | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk |   default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk | ||||||
| id: node.full | id: node.full | ||||||
| label: 'Contenu complet' | label: 'Contenu complet' | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU |   default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU | ||||||
| id: node.rss | id: node.rss | ||||||
| label: RSS | label: RSS | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY |   default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY | ||||||
| id: node.search_index | id: node.search_index | ||||||
| label: 'Index de recherche' | label: 'Index de recherche' | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM |   default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM | ||||||
| id: node.search_result | id: node.search_result | ||||||
| label: 'Résultat de recherche mettant en évidence la saisie' | label: 'Résultat de recherche mettant en évidence la saisie' | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 |   default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 | ||||||
| id: node.teaser | id: node.teaser | ||||||
| label: Accroche | label: Accroche | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -6,5 +6,6 @@ dependencies: | |||||||
|     - node |     - node | ||||||
| id: node.third | id: node.third | ||||||
| label: 'third column' | label: 'third column' | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0 |   default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0 | ||||||
| id: node.token | id: node.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: node | targetEntityType: node | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -6,5 +6,6 @@ dependencies: | |||||||
|     - paragraphs |     - paragraphs | ||||||
| id: paragraph.accroche | id: paragraph.accroche | ||||||
| label: accroche | label: accroche | ||||||
|  | description: '' | ||||||
| targetEntityType: paragraph | targetEntityType: paragraph | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -6,5 +6,6 @@ dependencies: | |||||||
|     - paragraphs |     - paragraphs | ||||||
| id: paragraph.admin | id: paragraph.admin | ||||||
| label: admin | label: admin | ||||||
|  | description: '' | ||||||
| targetEntityType: paragraph | targetEntityType: paragraph | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg |   default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg | ||||||
| id: paragraph.preview | id: paragraph.preview | ||||||
| label: Preview | label: Preview | ||||||
|  | description: '' | ||||||
| targetEntityType: paragraph | targetEntityType: paragraph | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -6,5 +6,6 @@ dependencies: | |||||||
|     - path_alias |     - path_alias | ||||||
| id: path_alias.token | id: path_alias.token | ||||||
| label: Token | label: Token | ||||||
|  | description: '' | ||||||
| targetEntityType: path_alias | targetEntityType: path_alias | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -7,6 +7,7 @@ dependencies: | |||||||
| _core: | _core: | ||||||
|   default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' |   default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' | ||||||
| id: taxonomy_term.full | id: taxonomy_term.full | ||||||
| label: 'Page d''un terme de taxonomie' | label: "Page d'un terme de taxonomie" | ||||||
|  | description: '' | ||||||
| targetEntityType: taxonomy_term | targetEntityType: taxonomy_term | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -6,5 +6,6 @@ dependencies: | |||||||
|     - taxonomy |     - taxonomy | ||||||
| id: taxonomy_term.third_column | id: taxonomy_term.third_column | ||||||
| label: 'third column' | label: 'third column' | ||||||
|  | description: '' | ||||||
| targetEntityType: taxonomy_term | targetEntityType: taxonomy_term | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8 |   default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8 | ||||||
| id: taxonomy_term.token | id: taxonomy_term.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: taxonomy_term | targetEntityType: taxonomy_term | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g |   default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g | ||||||
| id: user.compact | id: user.compact | ||||||
| label: Compact | label: Compact | ||||||
|  | description: '' | ||||||
| targetEntityType: user | targetEntityType: user | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM |   default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM | ||||||
| id: user.full | id: user.full | ||||||
| label: 'Compte utilisateur' | label: 'Compte utilisateur' | ||||||
|  | description: '' | ||||||
| targetEntityType: user | targetEntityType: user | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -8,5 +8,6 @@ _core: | |||||||
|   default_config_hash: Ta5_n_jXyfP3WcRw_Rmp1QPg-aSHbXzg3_Qr5UE1ieY |   default_config_hash: Ta5_n_jXyfP3WcRw_Rmp1QPg-aSHbXzg3_Qr5UE1ieY | ||||||
| id: user.token | id: user.token | ||||||
| label: 'Jeton (token)' | label: 'Jeton (token)' | ||||||
|  | description: '' | ||||||
| targetEntityType: user | targetEntityType: user | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc |   default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc | ||||||
| langcode: fr |  | ||||||
| module: | module: | ||||||
|   actions_permissions: 0 |   actions_permissions: 0 | ||||||
|   address: 0 |   address: 0 | ||||||
| @@ -20,7 +19,6 @@ module: | |||||||
|   breakpoint: 0 |   breakpoint: 0 | ||||||
|   bulkdelete: 0 |   bulkdelete: 0 | ||||||
|   checklistapi: 0 |   checklistapi: 0 | ||||||
|   ckeditor: 0 |  | ||||||
|   ckeditor5: 0 |   ckeditor5: 0 | ||||||
|   ckeditor_iframe: 0 |   ckeditor_iframe: 0 | ||||||
|   config: 0 |   config: 0 | ||||||
| @@ -120,8 +118,10 @@ module: | |||||||
|   path_alias_xt: 0 |   path_alias_xt: 0 | ||||||
|   pathologic: 0 |   pathologic: 0 | ||||||
|   persistent_login: 0 |   persistent_login: 0 | ||||||
|  |   phpass: 0 | ||||||
|   popsu_link_block: 0 |   popsu_link_block: 0 | ||||||
|   popsu_programme: 0 |   popsu_programme: 0 | ||||||
|  |   popsu_uniqdate: 0 | ||||||
|   redirect: 0 |   redirect: 0 | ||||||
|   redis: 0 |   redis: 0 | ||||||
|   responsive_image: 0 |   responsive_image: 0 | ||||||
| @@ -147,7 +147,6 @@ module: | |||||||
|   user: 0 |   user: 0 | ||||||
|   video_embed_dailymotion: 0 |   video_embed_dailymotion: 0 | ||||||
|   video_embed_field: 0 |   video_embed_field: 0 | ||||||
|   video_embed_wysiwyg: 0 |  | ||||||
|   views_argument_token: 0 |   views_argument_token: 0 | ||||||
|   views_bulk_edit: 0 |   views_bulk_edit: 0 | ||||||
|   views_bulk_operations: 0 |   views_bulk_operations: 0 | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM |   default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM | ||||||
| langcode: fr |  | ||||||
| definitions: | definitions: | ||||||
|   contact__site_page: |   contact__site_page: | ||||||
|     menu_name: footer |     menu_name: footer | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 |   default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 | ||||||
| langcode: fr |  | ||||||
| row_limit: 1000 | row_limit: 1000 | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI |   default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI | ||||||
| langcode: fr |  | ||||||
| page_alter: false | page_alter: false | ||||||
| raw_names: false | raw_names: false | ||||||
| error_handlers: | error_handlers: | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE |   default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE | ||||||
| langcode: fr |  | ||||||
| toolbar_items: | toolbar_items: | ||||||
|   - devel.cache_clear |   - devel.cache_clear | ||||||
|   - devel.phpinfo |   - devel.phpinfo | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ settings: | |||||||
|       - bulletedList |       - bulletedList | ||||||
|       - numberedList |       - numberedList | ||||||
|       - blockQuote |       - blockQuote | ||||||
|       - uploadImage |       - drupalInsertImage | ||||||
|       - sourceEditing |       - sourceEditing | ||||||
|   plugins: |   plugins: | ||||||
|     ckeditor5_heading: |     ckeditor5_heading: | ||||||
| @@ -29,6 +29,10 @@ settings: | |||||||
|         - heading4 |         - heading4 | ||||||
|         - heading5 |         - heading5 | ||||||
|         - heading6 |         - heading6 | ||||||
|  |     ckeditor5_list: | ||||||
|  |       properties: | ||||||
|  |         reversed: true | ||||||
|  |         startIndex: true | ||||||
|     ckeditor5_sourceEditing: |     ckeditor5_sourceEditing: | ||||||
|       allowed_tags: {  } |       allowed_tags: {  } | ||||||
|     linkit_extension: |     linkit_extension: | ||||||
| @@ -38,7 +42,7 @@ image_upload: | |||||||
|   status: true |   status: true | ||||||
|   scheme: public |   scheme: public | ||||||
|   directory: inline-images |   directory: inline-images | ||||||
|   max_size: '' |   max_size: null | ||||||
|   max_dimensions: |   max_dimensions: | ||||||
|     width: 0 |     width: null | ||||||
|     height: 0 |     height: null | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao |   default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao | ||||||
| langcode: fr |  | ||||||
| login_with_username: false | login_with_username: false | ||||||
| require_username_on_registration: false | require_username_on_registration: false | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc |   default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc | ||||||
| langcode: fr |  | ||||||
| file_scheme: public | file_scheme: public | ||||||
| upload_directory: embed_buttons | upload_directory: embed_buttons | ||||||
|   | |||||||
| @@ -3,17 +3,29 @@ _core: | |||||||
| langcode: fr | langcode: fr | ||||||
| extlink_target: false | extlink_target: false | ||||||
| extlink_target_no_override: false | extlink_target_no_override: false | ||||||
|  | extlink_target_display_default_title: true | ||||||
|  | extlink_target_default_title_text: '(opens in a new window)' | ||||||
|  | extlink_title_no_override: false | ||||||
| extlink_nofollow: false | extlink_nofollow: false | ||||||
| extlink_follow_no_override: false | extlink_follow_no_override: false | ||||||
| extlink_subdomains: true | extlink_subdomains: true | ||||||
| extlink_alert: false | extlink_alert: false | ||||||
| extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.' | extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.' | ||||||
|  | extlink_additional_link_classes: '' | ||||||
|  | extlink_additional_mailto_classes: '' | ||||||
|  | extlink_additional_tel_classes: '' | ||||||
| extlink_exclude: '' | extlink_exclude: '' | ||||||
| extlink_include: '' | extlink_include: '' | ||||||
|  | extlink_exclude_noreferrer: '' | ||||||
| extlink_class: ext | extlink_class: ext | ||||||
| extlink_label: '(le lien est externe)' | extlink_label: '(le lien est externe)' | ||||||
| extlink_img_class: false | extlink_img_class: false | ||||||
| extlink_css_exclude: '' | extlink_css_exclude: '' | ||||||
|  | extlink_css_include: '' | ||||||
| extlink_css_explicit: '' | extlink_css_explicit: '' | ||||||
| extlink_mailto_class: mailto | extlink_mailto_class: mailto | ||||||
| extlink_mailto_label: '(link sends email)' | extlink_mailto_label: '(link sends email)' | ||||||
|  | extlink_tel_class: '' | ||||||
|  | extlink_tel_label: '(link is a phone number)' | ||||||
|  | extlink_prevent_orphan: false | ||||||
|  | allowed_domains: null | ||||||
|   | |||||||
| @@ -0,0 +1,21 @@ | |||||||
|  | uuid: 16f921b2-5e9e-4230-98c2-c8d5cf0fe09a | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   config: | ||||||
|  |     - field.storage.node.field_last_date_only | ||||||
|  |     - node.type.evenement | ||||||
|  |   module: | ||||||
|  |     - datetime | ||||||
|  | id: node.evenement.field_last_date_only | ||||||
|  | field_name: field_last_date_only | ||||||
|  | entity_type: node | ||||||
|  | bundle: evenement | ||||||
|  | label: 'last date only' | ||||||
|  | description: '' | ||||||
|  | required: false | ||||||
|  | translatable: false | ||||||
|  | default_value: {  } | ||||||
|  | default_value_callback: '' | ||||||
|  | settings: {  } | ||||||
|  | field_type: datetime | ||||||
| @@ -10,7 +10,7 @@ id: node.evenement.field_type_evenement | |||||||
| field_name: field_type_evenement | field_name: field_type_evenement | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: evenement | bundle: evenement | ||||||
| label: 'Type d''événement' | label: "Type d'événement" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: false | translatable: false | ||||||
|   | |||||||
| @@ -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: 'Texte d''introduction' | label: "Texte d'introduction" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ id: node.projet.body | |||||||
| field_name: body | field_name: body | ||||||
| entity_type: node | entity_type: node | ||||||
| bundle: projet | bundle: projet | ||||||
| label: 'Texte d''introduction' | label: "Texte d'introduction" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: true | translatable: true | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ id: paragraph.equipes.field_texte_intro | |||||||
| field_name: field_texte_intro | field_name: field_texte_intro | ||||||
| entity_type: paragraph | entity_type: paragraph | ||||||
| bundle: equipes | bundle: equipes | ||||||
| label: 'Texte d''introduction' | label: "Texte d'introduction" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: false | translatable: false | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ id: paragraph.equipes.field_type_equipe | |||||||
| field_name: field_type_equipe | field_name: field_type_equipe | ||||||
| entity_type: paragraph | entity_type: paragraph | ||||||
| bundle: equipes | bundle: equipes | ||||||
| label: 'Type d''équipe' | label: "Type d'équipe" | ||||||
| description: '' | description: '' | ||||||
| required: false | required: false | ||||||
| translatable: false | translatable: false | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 |   default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 | ||||||
| langcode: fr |  | ||||||
| purge_batch_size: 50 | purge_batch_size: 50 | ||||||
|   | |||||||
							
								
								
									
										20
									
								
								config/sync/field.storage.node.field_last_date_only.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								config/sync/field.storage.node.field_last_date_only.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | uuid: f29abaf8-e11e-4a19-8e1b-1b5487159376 | ||||||
|  | langcode: fr | ||||||
|  | status: true | ||||||
|  | dependencies: | ||||||
|  |   module: | ||||||
|  |     - datetime | ||||||
|  |     - node | ||||||
|  | id: node.field_last_date_only | ||||||
|  | field_name: field_last_date_only | ||||||
|  | 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 | ||||||
| @@ -1,4 +1,3 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs |   default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs | ||||||
| langcode: fr |  | ||||||
| field_prefix: field_ | field_prefix: field_ | ||||||
|   | |||||||
| @@ -1,9 +1,15 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: _5293QOM-Perj4qDT33F4EmNlI9Ge0bNd_WYrZilDPA |   default_config_hash: _5293QOM-Perj4qDT33F4EmNlI9Ge0bNd_WYrZilDPA | ||||||
| langcode: fr |  | ||||||
| description: | description: | ||||||
|   type: textfield |   type: textfield | ||||||
|   length: 128 |   length: 128 | ||||||
| icon: | icon: | ||||||
|   directory: core/modules/file/icons |   directory: core/modules/file/icons | ||||||
| make_unused_managed_files_temporary: false | make_unused_managed_files_temporary: false | ||||||
|  | filename_sanitization: | ||||||
|  |   transliterate: false | ||||||
|  |   replace_whitespace: false | ||||||
|  |   replace_non_alphanumeric: false | ||||||
|  |   deduplicate_separators: false | ||||||
|  |   lowercase: false | ||||||
|  |   replacement_character: '-' | ||||||
|   | |||||||
| @@ -8,6 +8,12 @@ name: 'Texte brut' | |||||||
| format: plain_text | format: plain_text | ||||||
| weight: 10 | weight: 10 | ||||||
| filters: | filters: | ||||||
|  |   filter_autop: | ||||||
|  |     id: filter_autop | ||||||
|  |     provider: filter | ||||||
|  |     status: true | ||||||
|  |     weight: 0 | ||||||
|  |     settings: {  } | ||||||
|   filter_html_escape: |   filter_html_escape: | ||||||
|     id: filter_html_escape |     id: filter_html_escape | ||||||
|     provider: filter |     provider: filter | ||||||
| @@ -21,9 +27,3 @@ filters: | |||||||
|     weight: 0 |     weight: 0 | ||||||
|     settings: |     settings: | ||||||
|       filter_url_length: 72 |       filter_url_length: 72 | ||||||
|   filter_autop: |  | ||||||
|     id: filter_autop |  | ||||||
|     provider: filter |  | ||||||
|     status: true |  | ||||||
|     weight: 0 |  | ||||||
|     settings: {  } |  | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ dependencies: | |||||||
|     - editor |     - editor | ||||||
|     - linkit |     - linkit | ||||||
|     - pathologic |     - pathologic | ||||||
|     - video_embed_wysiwyg |  | ||||||
| _core: | _core: | ||||||
|   default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g |   default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g | ||||||
| name: wysiwyg | name: wysiwyg | ||||||
| @@ -19,30 +18,23 @@ filters: | |||||||
|     status: true |     status: true | ||||||
|     weight: -50 |     weight: -50 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|   filter_html_image_secure: |   filter_align: | ||||||
|     id: filter_html_image_secure |     id: filter_align | ||||||
|     provider: filter |  | ||||||
|     status: true |  | ||||||
|     weight: -48 |  | ||||||
|     settings: {  } |  | ||||||
|   filter_url: |  | ||||||
|     id: filter_url |  | ||||||
|     provider: filter |     provider: filter | ||||||
|     status: false |     status: false | ||||||
|     weight: -43 |     weight: -40 | ||||||
|     settings: |     settings: {  } | ||||||
|       filter_url_length: 72 |  | ||||||
|   filter_autop: |   filter_autop: | ||||||
|     id: filter_autop |     id: filter_autop | ||||||
|     provider: filter |     provider: filter | ||||||
|     status: false |     status: false | ||||||
|     weight: -49 |     weight: -49 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|   filter_htmlcorrector: |   filter_caption: | ||||||
|     id: filter_htmlcorrector |     id: filter_caption | ||||||
|     provider: filter |     provider: filter | ||||||
|     status: true |     status: false | ||||||
|     weight: -47 |     weight: -39 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|   filter_html: |   filter_html: | ||||||
|     id: filter_html |     id: filter_html | ||||||
| @@ -53,31 +45,30 @@ filters: | |||||||
|       allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre"> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption> <iframe>' |       allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre"> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption> <iframe>' | ||||||
|       filter_html_help: true |       filter_html_help: true | ||||||
|       filter_html_nofollow: false |       filter_html_nofollow: false | ||||||
|   filter_align: |  | ||||||
|     id: filter_align |  | ||||||
|     provider: filter |  | ||||||
|     status: false |  | ||||||
|     weight: -40 |  | ||||||
|     settings: {  } |  | ||||||
|   filter_caption: |  | ||||||
|     id: filter_caption |  | ||||||
|     provider: filter |  | ||||||
|     status: false |  | ||||||
|     weight: -39 |  | ||||||
|     settings: {  } |  | ||||||
|   filter_html_escape: |   filter_html_escape: | ||||||
|     id: filter_html_escape |     id: filter_html_escape | ||||||
|     provider: filter |     provider: filter | ||||||
|     status: false |     status: false | ||||||
|     weight: -41 |     weight: -41 | ||||||
|     settings: {  } |     settings: {  } | ||||||
|   linkit: |   filter_html_image_secure: | ||||||
|     id: linkit |     id: filter_html_image_secure | ||||||
|     provider: linkit |     provider: filter | ||||||
|     status: true |     status: true | ||||||
|     weight: -45 |     weight: -48 | ||||||
|     settings: |     settings: {  } | ||||||
|       title: true |   filter_htmlcorrector: | ||||||
|  |     id: filter_htmlcorrector | ||||||
|  |     provider: filter | ||||||
|  |     status: true | ||||||
|  |     weight: -47 | ||||||
|  |     settings: {  } | ||||||
|  |   filter_image_lazy_load: | ||||||
|  |     id: filter_image_lazy_load | ||||||
|  |     provider: filter | ||||||
|  |     status: true | ||||||
|  |     weight: -49 | ||||||
|  |     settings: {  } | ||||||
|   filter_pathologic: |   filter_pathologic: | ||||||
|     id: filter_pathologic |     id: filter_pathologic | ||||||
|     provider: pathologic |     provider: pathologic | ||||||
| @@ -89,9 +80,17 @@ filters: | |||||||
|         protocol_style: full |         protocol_style: full | ||||||
|         local_paths: '' |         local_paths: '' | ||||||
|         keep_language_prefix: false |         keep_language_prefix: false | ||||||
|   video_embed_wysiwyg: |   filter_url: | ||||||
|     id: video_embed_wysiwyg |     id: filter_url | ||||||
|     provider: video_embed_wysiwyg |     provider: filter | ||||||
|     status: false |     status: false | ||||||
|     weight: -44 |     weight: -43 | ||||||
|     settings: {  } |     settings: | ||||||
|  |       filter_url_length: 72 | ||||||
|  |   linkit: | ||||||
|  |     id: linkit | ||||||
|  |     provider: linkit | ||||||
|  |     status: true | ||||||
|  |     weight: -45 | ||||||
|  |     settings: | ||||||
|  |       title: true | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM |   default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM | ||||||
| langcode: fr |  | ||||||
| fallback_format: plain_text | fallback_format: plain_text | ||||||
| always_show_fallback_choice: false | always_show_fallback_choice: false | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: 5P0QjCOMc-OzCEJUXsMfJWVEj_K97A4OFOhGqnb5Seg |   default_config_hash: 5P0QjCOMc-OzCEJUXsMfJWVEj_K97A4OFOhGqnb5Seg | ||||||
| langcode: fr |  | ||||||
| geocoder_presave_disabled: false | geocoder_presave_disabled: false | ||||||
| cache: true | cache: true | ||||||
|   | |||||||
| @@ -1,13 +1,12 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw |   default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw | ||||||
| langcode: fr |  | ||||||
| protect_all_forms: false |  | ||||||
| unprotected_forms: | unprotected_forms: | ||||||
|   - user_login_form |   - user_login_form | ||||||
|   - search_form |   - search_form | ||||||
|   - search_block_form |   - search_block_form | ||||||
|   - views_exposed_form |   - views_exposed_form | ||||||
|   - honeypot_settings_form |   - honeypot_settings_form | ||||||
|  | protect_all_forms: false | ||||||
| log: true | log: true | ||||||
| element_name: url | element_name: url | ||||||
| time_limit: 5 | time_limit: 5 | ||||||
| @@ -21,3 +20,4 @@ form_settings: | |||||||
|   node_fil_form: false |   node_fil_form: false | ||||||
|   node_page_form: false |   node_page_form: false | ||||||
|   node_static_form: false |   node_static_form: false | ||||||
|  | langcode: fr | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: AP0rUkD9J76UrK28UKE15IsUXCzjSfCwJKBujS7ox1M |   default_config_hash: AP0rUkD9J76UrK28UKE15IsUXCzjSfCwJKBujS7ox1M | ||||||
| langcode: fr |  | ||||||
| x_default: true | x_default: true | ||||||
| defer_to_content_translation: false | defer_to_content_translation: false | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: 7CnygMhc8yrEJGdPf_5QRmPsMvr4QoXlsmMo3te3nbw |   default_config_hash: 7CnygMhc8yrEJGdPf_5QRmPsMvr4QoXlsmMo3te3nbw | ||||||
| langcode: fr |  | ||||||
| preview_image: core/modules/image/sample.png | preview_image: core/modules/image/sample.png | ||||||
| allow_insecure_derivatives: false | allow_insecure_derivatives: false | ||||||
| suppress_itok_output: false | suppress_itok_output: false | ||||||
|   | |||||||
| @@ -1,20 +0,0 @@ | |||||||
| uuid: 3cb9724e-13c8-49ac-beea-451de2249407 |  | ||||||
| langcode: fr |  | ||||||
| status: true |  | ||||||
| dependencies: |  | ||||||
|   enforced: |  | ||||||
|     module: |  | ||||||
|       - video_embed_wysiwyg |  | ||||||
| _core: |  | ||||||
|   default_config_hash: eQ9aeNMJhpII0KPnOnS9JWMGgHLrMrmY3yDBuwswS4I |  | ||||||
| name: video_embed_wysiwyg_preview |  | ||||||
| label: 'Video Embed Wysiwyg: Thumbnail Preview' |  | ||||||
| effects: |  | ||||||
|   ba339f97-d07b-476d-9058-6c86c78329a1: |  | ||||||
|     uuid: ba339f97-d07b-476d-9058-6c86c78329a1 |  | ||||||
|     id: image_scale |  | ||||||
|     weight: 1 |  | ||||||
|     data: |  | ||||||
|       width: null |  | ||||||
|       height: 270 |  | ||||||
|       upscale: false |  | ||||||
| @@ -9,8 +9,8 @@ label: 'Admin profile' | |||||||
| description: 'Configuration for site administrators' | description: 'Configuration for site administrators' | ||||||
| conf: | conf: | ||||||
|   extensions: '*' |   extensions: '*' | ||||||
|   maxsize: !!float 0 |   maxsize: 0.0 | ||||||
|   quota: !!float 0 |   quota: 0.0 | ||||||
|   maxwidth: 0 |   maxwidth: 0 | ||||||
|   maxheight: 0 |   maxheight: 0 | ||||||
|   replace: 0 |   replace: 0 | ||||||
|   | |||||||
| @@ -9,8 +9,8 @@ label: 'Editor profile' | |||||||
| description: 'Configuration for site editors' | description: 'Configuration for site editors' | ||||||
| conf: | conf: | ||||||
|   extensions: 'jpg png gif pdf docx jpg jpeg ods doc' |   extensions: 'jpg png gif pdf docx jpg jpeg ods doc' | ||||||
|   maxsize: !!float 2 |   maxsize: 2.0 | ||||||
|   quota: !!float 50 |   quota: 50.0 | ||||||
|   maxwidth: 1024 |   maxwidth: 1024 | ||||||
|   maxheight: 1024 |   maxheight: 1024 | ||||||
|   replace: 0 |   replace: 0 | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: 4FhrEwOM9yJ8neEoN77sxroTRBUXqRwap0KSJtFnYJs |   default_config_hash: 4FhrEwOM9yJ8neEoN77sxroTRBUXqRwap0KSJtFnYJs | ||||||
| langcode: fr |  | ||||||
| abs_urls: false | abs_urls: false | ||||||
| admin_theme: false | admin_theme: false | ||||||
| roles_profiles: | roles_profiles: | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc |   default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc | ||||||
| langcode: fr |  | ||||||
| map: | map: | ||||||
|   'no': nb |   'no': nb | ||||||
|   pt: pt-pt |   pt: pt-pt | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM |   default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM | ||||||
| langcode: fr |  | ||||||
| session: | session: | ||||||
|   parameter: language |   parameter: language | ||||||
| url: | url: | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 |   default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 | ||||||
| langcode: fr |  | ||||||
| all: | all: | ||||||
|   - language_interface |   - language_interface | ||||||
|   - language_content |   - language_content | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: pefQIx7YdI1zQU_NSZMEY6gyZyFqvH3mhAFVYSeZjdg |   default_config_hash: pefQIx7YdI1zQU_NSZMEY6gyZyFqvH3mhAFVYSeZjdg | ||||||
| langcode: fr |  | ||||||
| cache_strings: true | cache_strings: true | ||||||
| translate_english: false | translate_english: false | ||||||
| javascript: | javascript: | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI |   default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI | ||||||
| langcode: fr |  | ||||||
| send: false | send: false | ||||||
| log: true | log: true | ||||||
| verbose: true | verbose: true | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s |   default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s | ||||||
| langcode: fr |  | ||||||
| theme: current | theme: current | ||||||
| defaults: | defaults: | ||||||
|   sender: php_mail |   sender: php_mail | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY |   default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY | ||||||
| langcode: fr |  | ||||||
| site_id: '4' | site_id: '4' | ||||||
| url_http: 'http://analytics.figureslibres.io/' | url_http: 'http://analytics.figureslibres.io/' | ||||||
| url_https: 'https://analytics.figureslibres.io/' | url_https: 'https://analytics.figureslibres.io/' | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw |   default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw | ||||||
| langcode: fr |  | ||||||
| override_parent_selector: false | override_parent_selector: false | ||||||
|   | |||||||
| @@ -1,2 +1 @@ | |||||||
| langcode: fr |  | ||||||
| tag_trim_end: '|.,-:;/+&([{"''' | tag_trim_end: '|.,-:;/+&([{"''' | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| _core: | _core: | ||||||
|   default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 |   default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 | ||||||
| langcode: fr |  | ||||||
| use_admin_theme: true | use_admin_theme: true | ||||||
|   | |||||||
| @@ -10,8 +10,8 @@ third_party_settings: | |||||||
|     parent: '' |     parent: '' | ||||||
| name: Actualité | name: Actualité | ||||||
| type: actualite | type: actualite | ||||||
| description: '' | description: null | ||||||
| help: '' | help: null | ||||||
| new_revision: true | new_revision: true | ||||||
| preview_mode: 1 | preview_mode: 1 | ||||||
| display_submitted: false | display_submitted: false | ||||||
|   | |||||||
| @@ -10,8 +10,8 @@ third_party_settings: | |||||||
|     parent: '' |     parent: '' | ||||||
| name: Évènement | name: Évènement | ||||||
| type: evenement | type: evenement | ||||||
| description: '' | description: null | ||||||
| help: '' | help: null | ||||||
| new_revision: true | new_revision: true | ||||||
| preview_mode: 1 | preview_mode: 1 | ||||||
| display_submitted: false | display_submitted: false | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user