Merge branch 'prod'

This commit is contained in:
2025-07-24 13:35:02 +02:00
221 changed files with 5965 additions and 7438 deletions
+3
View File
@@ -42,6 +42,9 @@
*.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
# 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.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
+18 -14
View File
@@ -16,30 +16,30 @@
],
"require": {
"composer/installers": "^1.9",
"drupal/address": "^1.10",
"drupal/administerusersbyrole": "^3.0",
"drupal/computed_token_field": "^1.0@beta",
"drupal/config_enforce": "^1.0",
"drupal/config_pages": "2.x-dev@dev",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-project-message": "^9.2",
"drupal/core-recommended": "^9.5",
"drupal/config_pages": "^2.17",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/entity_browser_enhanced": "^2.0",
"drupal/entity_type_clone": "^4.0.3",
"drupal/geocoder": "^3.25",
"drupal/extlink": "^2.0",
"drupal/geocoder": "^3.47 || ^4.0",
"drupal/geofield": "^1.36",
"drupal/honeypot": "^2.1",
"drupal/image_delta_formatter": "^1.1",
"drupal/image_field_caption": "^2.0",
"drupal/image_field_caption": "^3.0",
"drupal/leaflet": "^10.2",
"drupal/leaflet_more_maps": "^2.1",
"drupal/leaflet_more_markers": "^1.1",
"drupal/linked_field": "^1.3",
"drupal/mailsystem": "^4.4",
"drupal/manage_display": "1.x-dev@dev",
"drupal/page_manager": "4.x-dev@dev",
"drupal/manage_display": "^3.0",
"drupal/page_manager": "^4.0@RC",
"drupal/panels": "^4.6",
"drupal/paragraphs": "1.x-dev@dev",
"drupal/paragraphs": "^1.17",
"drupal/role_delegation": "^1.1",
"drupal/search_api": "^1.30",
"drupal/slick": "^2.9",
@@ -50,6 +50,7 @@
"drupal/views_conditional": "^1.5",
"drupal/views_ef_fieldset": "^1.6",
"drupal/webform": "^6.1",
"drush/drush": "^12",
"geocoder-php/mapquest-provider": "^4.2",
"wikimedia/composer-merge-plugin": "^2.0"
},
@@ -137,6 +138,12 @@
"old_patches": {
"drupal/core": {
"Title formatting broken due to flawed EntityViewController->buildTitle https://www.drupal.org/project/drupal/issues/2941208": "https://www.drupal.org/files/issues/2021-12-01/entity.title-2941208-147.patch"
},
"drupal/leaflet_more_maps": {
"Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff"
},
"drupal/page_manager": {
"optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
}
},
"patches": {
@@ -144,10 +151,7 @@
"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"
},
"drupal/page_manager": {
"optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
},
"drupal/leaflet_more_maps": {
"Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff"
"https://www.drupal.org/project/page_manager/issues/3438993": "https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch"
}
}
}
Generated
+2962 -4551
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1,8 +1,7 @@
_core:
default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI
langcode: fr
enable_toggle_shortcut: false
menu_depth: 5
hoverintent_behavior:
enabled: true
timeout: 500
enable_toggle_shortcut: false
@@ -1,6 +1,5 @@
_core:
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
langcode: fr
roles:
user: perm
editeur: perm
@@ -16,7 +16,7 @@ provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: 'Fils d''ariane'
label: "Fils d'ariane"
label_display: '0'
provider: system
visibility: { }
@@ -14,7 +14,7 @@ provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Actions d''administration principales'
label: "Actions d'administration principales"
label_display: '0'
provider: core
visibility: { }
-1
View File
@@ -1,4 +1,3 @@
langcode: fr
maxlength_block_class_field: 255
field_type: multiple_textfields
default_case: standard
+1 -1
View File
@@ -4,5 +4,5 @@ status: true
dependencies: { }
id: custom
label: custom
revision: 0
revision: false
description: ''
+1 -1
View File
@@ -4,5 +4,5 @@ status: true
dependencies: { }
id: link
label: link
revision: 0
revision: false
description: ''
@@ -4,5 +4,5 @@ status: true
dependencies: { }
id: logo_block
label: 'logo block'
revision: 0
revision: false
description: ''
-1
View File
@@ -1,5 +1,4 @@
_core:
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
langcode: fr
auto_import: { }
auto_export: { }
-1
View File
@@ -1,5 +1,4 @@
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
langcode: fr
mode: simple
ignored_config_entities: { }
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
langcode: fr
default_form: feedback
flood:
limit: 5
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
langcode: fr
verbose: 0
types:
contact_message: { }
@@ -1,5 +1,4 @@
_core:
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
langcode: fr
content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 0
@@ -8,7 +8,7 @@ id: node.actualite.promote
field_name: promote
entity_type: node
bundle: actualite
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -8,7 +8,7 @@ id: node.offre_de_service.promote
field_name: promote
entity_type: node
bundle: offre_de_service
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -8,7 +8,7 @@ id: node.partenaires_logo_footer_.promote
field_name: promote
entity_type: node
bundle: partenaires_logo_footer_
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -8,7 +8,7 @@ id: node.projet.promote
field_name: promote
entity_type: node
bundle: projet
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -8,7 +8,7 @@ id: node.question_reponse.promote
field_name: promote
entity_type: node
bundle: question_reponse
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -8,7 +8,7 @@ id: node.ressource.promote
field_name: promote
entity_type: node
bundle: ressource
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -10,7 +10,7 @@ id: node.static.promote
field_name: promote
entity_type: node
bundle: static
label: 'Promu en page d''accueil'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@@ -277,7 +277,7 @@ content:
min_length: 0
delimiter: ''
not_found_message_allow: false
not_found_message: 'The term ''@term'' will be added'
not_found_message: "The term '@term' will be added"
new_terms: false
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
third_party_settings: { }
@@ -7,6 +7,7 @@ dependencies:
_core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register
label: 'S''inscrire'
label: "S'inscrire"
description: ''
targetEntityType: user
cache: true
@@ -133,7 +133,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 1
@@ -78,7 +78,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 0
@@ -139,7 +139,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: -50
@@ -187,7 +187,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: -50
@@ -95,7 +95,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 1
@@ -66,7 +66,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 0
@@ -27,7 +27,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: -50
@@ -168,7 +168,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 0
@@ -87,7 +87,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 1
@@ -117,7 +117,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 3
@@ -126,7 +126,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 0
@@ -54,7 +54,7 @@ content:
type: title
label: hidden
settings:
linked: true
link_to_entity: true
tag: h2
third_party_settings: { }
weight: 1
@@ -8,5 +8,6 @@ _core:
default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE
id: block.token
label: 'Jeton (token)'
description: ''
targetEntityType: block
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
id: block_content.full
label: Full
description: ''
targetEntityType: block_content
cache: true
@@ -6,5 +6,6 @@ dependencies:
- config_pages
id: config_pages.docs
label: Docs
description: ''
targetEntityType: config_pages
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
id: config_pages.full
label: Full
description: ''
targetEntityType: config_pages
cache: true
@@ -6,5 +6,6 @@ dependencies:
- config_pages
id: config_pages.intro
label: Intro
description: ''
targetEntityType: config_pages
cache: true
@@ -6,5 +6,6 @@ dependencies:
- config_pages
id: config_pages.toc
label: Toc
description: ''
targetEntityType: config_pages
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE
id: contact_message.token
label: 'Jeton (token)'
description: ''
targetEntityType: contact_message
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8
id: file.token
label: 'Jeton (token)'
description: ''
targetEntityType: file
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: TTHbJnnmzx02KP2FNkAlzqP_BFdKZwAVb8hfUbRbxuk
id: menu_link_content.token
label: 'Jeton (token)'
description: ''
targetEntityType: menu_link_content
cache: true
@@ -6,5 +6,6 @@ dependencies:
- node
id: node.annuaire_de_recherche
label: 'Annuaire de recherche'
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
id: node.full
label: 'Contenu complet'
description: ''
targetEntityType: node
cache: true
@@ -6,5 +6,6 @@ dependencies:
- node
id: node.logo
label: logo
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
id: node.rss
label: RSS
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
id: node.search_index
label: 'Index de recherche'
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
id: node.search_result
label: 'Résultat de recherche mettant en évidence la saisie'
description: ''
targetEntityType: node
cache: true
@@ -6,5 +6,6 @@ dependencies:
- node
id: node.sidebar
label: Sidebar
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
id: node.teaser
label: Accroche
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0
id: node.token
label: 'Jeton (token)'
description: ''
targetEntityType: node
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
id: paragraph.preview
label: Preview
description: ''
targetEntityType: paragraph
cache: true
@@ -6,5 +6,6 @@ dependencies:
- paragraphs
id: paragraph.textes_toc
label: 'textes TOC'
description: ''
targetEntityType: paragraph
cache: true
@@ -6,5 +6,6 @@ dependencies:
- path_alias
id: path_alias.token
label: Token
description: ''
targetEntityType: path_alias
cache: true
@@ -7,6 +7,7 @@ dependencies:
_core:
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
id: taxonomy_term.full
label: 'Page d''un terme de taxonomie'
label: "Page d'un terme de taxonomie"
description: ''
targetEntityType: taxonomy_term
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8
id: taxonomy_term.token
label: 'Jeton (token)'
description: ''
targetEntityType: taxonomy_term
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
id: user.compact
label: Compact
description: ''
targetEntityType: user
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
id: user.full
label: 'Compte utilisateur'
description: ''
targetEntityType: user
cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: Ta5_n_jXyfP3WcRw_Rmp1QPg-aSHbXzg3_Qr5UE1ieY
id: user.token
label: 'Jeton (token)'
description: ''
targetEntityType: user
cache: true
+2 -12
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
langcode: fr
module:
actions_permissions: 0
address: 0
@@ -17,8 +16,7 @@ module:
block_class: 0
block_content: 0
breakpoint: 0
bulkdelete: 0
ckeditor: 0
ckeditor5: 0
computed_field: 0
computed_token_field: 0
config: 0
@@ -34,7 +32,6 @@ module:
context: 0
context_ui: 0
contextual: 0
cshs: 0
ctools: 0
ctools_block: 0
ctools_views: 0
@@ -70,9 +67,6 @@ module:
image_field_caption: 0
inline_entity_form: 0
jquery_ui: 0
jquery_ui_button: 0
jquery_ui_checkboxradio: 0
jquery_ui_controlgroup: 0
jquery_ui_datepicker: 0
jquery_ui_slider: 0
jquery_ui_touch_punch: 0
@@ -87,7 +81,6 @@ module:
link_attributes: 0
linkit: 0
locale: 0
maillog: 0
mailsystem: 0
matomo: 0
maxlength: 0
@@ -100,13 +93,12 @@ module:
page_cache: 0
page_manager: 0
page_manager_ui: 0
pagerer: 0
panels: 0
path: 0
path_alias: 0
path_alias_xt: 0
pathologic: 0
persistent_login: 0
phpass: 0
redirect: 0
redis: 0
responsive_image: 0
@@ -125,7 +117,6 @@ module:
translation_views: 0
update: 0
upgrade_status: 0
url_to_video_filter: 0
user: 0
video_embed_field: 0
views_bulk_edit: 0
@@ -136,7 +127,6 @@ module:
webform: 0
webform_ui: 0
extlink: 1
filefield_sources: 1
manage_display: 1
menu_admin_per_menu: 1
pathauto: 1
@@ -1,6 +1,5 @@
_core:
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
langcode: fr
definitions:
system__admin_structure:
menu_name: admin
-1
View File
@@ -1,4 +1,3 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
langcode: fr
row_limit: 1000
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
langcode: fr
page_alter: false
raw_names: false
error_handlers:
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE
langcode: fr
toolbar_items:
- devel.cache_clear
- devel.phpinfo
@@ -0,0 +1,50 @@
uuid: 63cd7f9f-3e2c-427b-87fb-4572c2e1ddf5
langcode: en
status: true
dependencies:
config:
- filter.format.webform_default
module:
- ckeditor5
format: webform_default
editor: ckeditor5
settings:
toolbar:
items:
- heading
- '|'
- bold
- italic
- subscript
- superscript
- '|'
- specialCharacters
- '|'
- numberedList
- bulletedList
- '|'
- link
- '|'
- indent
- outdent
- '|'
- blockQuote
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload:
status: false
+34 -45
View File
@@ -1,64 +1,53 @@
uuid: 0b448044-22d4-49e6-9d45-d849b3b4d154
uuid: cb09e5e1-dbca-45f6-a4be-c2e2debac9a9
langcode: fr
status: true
dependencies:
config:
- filter.format.wysiwyg
module:
- ckeditor
_core:
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
- ckeditor5
format: wysiwyg
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Styles
- Bold
- Italic
- Underline
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- Blockquote
- DrupalImage
-
name: Outils
items:
- Source
-
name: Copy/Paste
items:
- Copy
- Cut
- Paste
- PasteText
- PasteFromWord
items:
- style
- bold
- italic
- underline
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- '|'
- sourceEditing
plugins:
drupallink:
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_style:
styles:
-
label: Inter-titre
element: '<h4 class="inter-titre">'
linkit_extension:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: h4.inter-titre|Inter-titre
image_upload:
status: true
scheme: public
directory: wysiwyg-images
max_size: ''
max_size: null
max_dimensions:
width: null
height: null
@@ -1,5 +1,4 @@
_core:
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
langcode: fr
login_with_username: false
require_username_on_registration: false
-1
View File
@@ -1,5 +1,4 @@
_core:
default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc
langcode: fr
file_scheme: public
upload_directory: embed_buttons
+9
View File
@@ -3,17 +3,26 @@ _core:
langcode: fr
extlink_target: false
extlink_target_no_override: false
extlink_title_no_override: false
extlink_nofollow: false
extlink_follow_no_override: false
extlink_subdomains: true
extlink_alert: false
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_include: ''
extlink_exclude_noreferrer: ''
extlink_class: ext
extlink_label: '(le lien est externe)'
extlink_img_class: false
extlink_css_exclude: ''
extlink_css_include: ''
extlink_css_explicit: ''
extlink_mailto_class: mailto
extlink_mailto_label: '(link sends email)'
extlink_tel_class: ''
extlink_tel_label: '(link is a phone number)'
extlink_prevent_orphan: false
@@ -10,7 +10,7 @@ id: node.actualite.field_actu_type
field_name: field_actu_type
entity_type: node
bundle: actualite
label: 'Type d''actu'
label: "Type d'actu"
description: ''
required: true
translatable: false
-1
View File
@@ -1,4 +1,3 @@
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
langcode: fr
purge_batch_size: 50
@@ -49,7 +49,7 @@ settings:
label: 'Pays de la Loire'
-
value: 12
label: 'Provence-Alpes-Côte d''Azur'
label: "Provence-Alpes-Côte d'Azur"
-
value: 13
label: Guadeloupe
-1
View File
@@ -1,4 +1,3 @@
_core:
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
langcode: fr
field_prefix: field_
+7 -1
View File
@@ -1,9 +1,15 @@
_core:
default_config_hash: _5293QOM-Perj4qDT33F4EmNlI9Ge0bNd_WYrZilDPA
langcode: fr
description:
type: textfield
length: 128
icon:
directory: core/modules/file/icons
make_unused_managed_files_temporary: false
filename_sanitization:
transliterate: false
replace_whitespace: false
replace_non_alphanumeric: false
deduplicate_separators: false
lowercase: false
replacement_character: '-'
+6 -6
View File
@@ -8,6 +8,12 @@ name: 'Texte brut'
format: plain_text
weight: 10
filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
@@ -21,9 +27,3 @@ filters:
weight: 0
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
@@ -0,0 +1,11 @@
uuid: ac1217b3-4157-439e-9b6d-872de892e226
langcode: fr
status: true
dependencies:
enforced:
module:
- webform
name: 'Webform (Default) - DO NOT EDIT'
format: webform_default
weight: 100
filters: { }
+50 -43
View File
@@ -4,7 +4,7 @@ status: true
dependencies:
module:
- editor
- url_to_video_filter
- pathologic
_core:
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
name: wysiwyg
@@ -17,65 +17,72 @@ filters:
status: true
weight: -50
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: -48
settings: { }
filter_url:
id: filter_url
provider: filter
status: true
weight: -45
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -49
settings: { }
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: -47
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -43
settings:
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> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
filter_html_help: true
filter_html_nofollow: false
filter_align:
id: filter_align
provider: filter
status: false
weight: -41
settings: { }
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -49
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: false
weight: -40
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -43
settings:
allowed_html: '<h4 class="inter-titre">'
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -42
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: -46
weight: -48
settings: { }
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:
id: filter_pathologic
provider: pathologic
status: false
weight: 50
settings:
youtube: '1'
youtube_webp_preview: '0'
vimeo: '1'
autoload: '0'
settings_source: global
local_settings:
protocol_style: full
local_paths: ''
keep_language_prefix: true
filter_url:
id: filter_url
provider: filter
status: true
weight: -45
settings:
filter_url_length: 72
-1
View File
@@ -1,5 +1,4 @@
_core:
default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM
langcode: fr
fallback_format: plain_text
always_show_fallback_choice: false
+1 -1
View File
@@ -1,5 +1,5 @@
_core:
default_config_hash: 5P0QjCOMc-OzCEJUXsMfJWVEj_K97A4OFOhGqnb5Seg
langcode: fr
geocoder_presave_disabled: false
cache: true
queue: false
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw
langcode: fr
protect_all_forms: false
unprotected_forms:
- user_login_form
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: 7CnygMhc8yrEJGdPf_5QRmPsMvr4QoXlsmMo3te3nbw
langcode: fr
preview_image: core/modules/image/sample.png
allow_insecure_derivatives: false
suppress_itok_output: false
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc
langcode: fr
map:
'no': nb
pt: pt-pt
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM
langcode: fr
session:
parameter: language
url:
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
langcode: fr
all:
- language_interface
- language_content
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: pefQIx7YdI1zQU_NSZMEY6gyZyFqvH3mhAFVYSeZjdg
langcode: fr
cache_strings: true
translate_english: false
javascript:
-6
View File
@@ -1,6 +0,0 @@
_core:
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
langcode: fr
send: false
log: true
verbose: true
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s
langcode: fr
theme: current
defaults:
sender: php_mail
-1
View File
@@ -1,6 +1,5 @@
_core:
default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY
langcode: fr
site_id: '6'
url_http: 'http://analytics.figureslibres.io/'
url_https: 'https://analytics.figureslibres.io/'
-1
View File
@@ -1,4 +1,3 @@
_core:
default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw
langcode: fr
override_parent_selector: false
-1
View File
@@ -1,4 +1,3 @@
_core:
default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0
langcode: fr
use_admin_theme: true
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: Actualité
type: actualite
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 0
display_submitted: false
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'Offre de service'
type: offre_de_service
description: ''
help: ''
description: null
help: null
new_revision: false
preview_mode: 1
display_submitted: true
@@ -11,7 +11,7 @@ third_party_settings:
name: Partenaires
type: partenaires_logo_footer_
description: 'Partennaires pour footer et annuaire'
help: ''
help: null
new_revision: false
preview_mode: 1
display_submitted: true
+2 -2
View File
@@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: Projet
type: projet
description: ''
help: ''
description: null
help: null
new_revision: false
preview_mode: 1
display_submitted: true
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'question réponse'
type: question_reponse
description: ''
help: ''
description: null
help: null
new_revision: false
preview_mode: 1
display_submitted: true
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: Ressource
type: ressource
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false

Some files were not shown because too many files have changed in this diff Show More