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 *.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."
+18 -14
View File
@@ -16,30 +16,30 @@
], ],
"require": { "require": {
"composer/installers": "^1.9", "composer/installers": "^1.9",
"drupal/address": "^1.10",
"drupal/administerusersbyrole": "^3.0", "drupal/administerusersbyrole": "^3.0",
"drupal/computed_token_field": "^1.0@beta", "drupal/computed_token_field": "^1.0@beta",
"drupal/config_enforce": "^1.0", "drupal/config_enforce": "^1.0",
"drupal/config_pages": "2.x-dev@dev", "drupal/config_pages": "^2.17",
"drupal/core-composer-scaffold": "^9.2", "drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^9.2", "drupal/core-project-message": "^10",
"drupal/core-recommended": "^9.5", "drupal/core-recommended": "^10",
"drupal/entity_browser_enhanced": "^2.0", "drupal/entity_browser_enhanced": "^2.0",
"drupal/entity_type_clone": "^4.0.3", "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/geofield": "^1.36",
"drupal/honeypot": "^2.1", "drupal/honeypot": "^2.1",
"drupal/image_delta_formatter": "^1.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": "^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/linked_field": "^1.3", "drupal/linked_field": "^1.3",
"drupal/mailsystem": "^4.4", "drupal/mailsystem": "^4.4",
"drupal/manage_display": "1.x-dev@dev", "drupal/manage_display": "^3.0",
"drupal/page_manager": "4.x-dev@dev", "drupal/page_manager": "^4.0@RC",
"drupal/panels": "^4.6", "drupal/panels": "^4.6",
"drupal/paragraphs": "1.x-dev@dev", "drupal/paragraphs": "^1.17",
"drupal/role_delegation": "^1.1", "drupal/role_delegation": "^1.1",
"drupal/search_api": "^1.30", "drupal/search_api": "^1.30",
"drupal/slick": "^2.9", "drupal/slick": "^2.9",
@@ -50,6 +50,7 @@
"drupal/views_conditional": "^1.5", "drupal/views_conditional": "^1.5",
"drupal/views_ef_fieldset": "^1.6", "drupal/views_ef_fieldset": "^1.6",
"drupal/webform": "^6.1", "drupal/webform": "^6.1",
"drush/drush": "^12",
"geocoder-php/mapquest-provider": "^4.2", "geocoder-php/mapquest-provider": "^4.2",
"wikimedia/composer-merge-plugin": "^2.0" "wikimedia/composer-merge-plugin": "^2.0"
}, },
@@ -137,6 +138,12 @@
"old_patches": { "old_patches": {
"drupal/core": { "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" "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": { "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" "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": { "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" "https://www.drupal.org/project/page_manager/issues/3438993": "https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.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"
} }
} }
} }
Generated
+2962 -4551
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1,8 +1,7 @@
_core: _core:
default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI
langcode: fr enable_toggle_shortcut: false
menu_depth: 5 menu_depth: 5
hoverintent_behavior: hoverintent_behavior:
enabled: true enabled: true
timeout: 500 timeout: 500
enable_toggle_shortcut: false
@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
langcode: fr
roles: roles:
user: perm user: perm
editeur: perm editeur: perm
@@ -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: { }
-1
View File
@@ -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
+1 -1
View File
@@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: custom id: custom
label: custom label: custom
revision: 0 revision: false
description: '' description: ''
+1 -1
View File
@@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: link id: link
label: link label: link
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
View File
@@ -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
View File
@@ -1,5 +1,4 @@
_core: _core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
langcode: fr
mode: simple mode: simple
ignored_config_entities: { } ignored_config_entities: { }
-1
View File
@@ -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
View File
@@ -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.offre_de_service.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
bundle: offre_de_service bundle: offre_de_service
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.partenaires_logo_footer_.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
bundle: partenaires_logo_footer_ bundle: partenaires_logo_footer_
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.question_reponse.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
bundle: question_reponse bundle: question_reponse
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
@@ -277,7 +277,7 @@ content:
min_length: 0 min_length: 0
delimiter: '' delimiter: ''
not_found_message_allow: false 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 new_terms: false
no_empty_message: 'No terms could be found. Please type in order to add a new term.' no_empty_message: 'No terms could be found. Please type in order to add a new term.'
third_party_settings: { } third_party_settings: { }
@@ -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
@@ -133,7 +133,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
@@ -78,7 +78,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
@@ -139,7 +139,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: -50 weight: -50
@@ -187,7 +187,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: -50 weight: -50
@@ -95,7 +95,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
@@ -66,7 +66,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
@@ -27,7 +27,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: -50 weight: -50
@@ -168,7 +168,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
@@ -87,7 +87,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
@@ -117,7 +117,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
@@ -126,7 +126,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
@@ -54,7 +54,7 @@ content:
type: title type: title
label: hidden label: hidden
settings: settings:
linked: true link_to_entity: true
tag: h2 tag: h2
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
@@ -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
@@ -6,5 +6,6 @@ dependencies:
- config_pages - config_pages
id: config_pages.docs id: config_pages.docs
label: Docs label: Docs
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true
@@ -8,5 +8,6 @@ _core:
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0 default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
id: config_pages.full id: config_pages.full
label: Full label: Full
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true
@@ -6,5 +6,6 @@ dependencies:
- config_pages - config_pages
id: config_pages.intro id: config_pages.intro
label: Intro label: Intro
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true
@@ -6,5 +6,6 @@ dependencies:
- config_pages - config_pages
id: config_pages.toc id: config_pages.toc
label: Toc label: Toc
description: ''
targetEntityType: config_pages targetEntityType: config_pages
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.annuaire_de_recherche id: node.annuaire_de_recherche
label: 'Annuaire de recherche' label: 'Annuaire de recherche'
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
@@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.logo id: node.logo
label: logo label: logo
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
@@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.sidebar id: node.sidebar
label: Sidebar label: Sidebar
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
@@ -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
@@ -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:
- paragraphs - paragraphs
id: paragraph.textes_toc id: paragraph.textes_toc
label: 'textes TOC' label: 'textes TOC'
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
@@ -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
+2 -12
View File
@@ -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
@@ -17,8 +16,7 @@ module:
block_class: 0 block_class: 0
block_content: 0 block_content: 0
breakpoint: 0 breakpoint: 0
bulkdelete: 0 ckeditor5: 0
ckeditor: 0
computed_field: 0 computed_field: 0
computed_token_field: 0 computed_token_field: 0
config: 0 config: 0
@@ -34,7 +32,6 @@ module:
context: 0 context: 0
context_ui: 0 context_ui: 0
contextual: 0 contextual: 0
cshs: 0
ctools: 0 ctools: 0
ctools_block: 0 ctools_block: 0
ctools_views: 0 ctools_views: 0
@@ -70,9 +67,6 @@ module:
image_field_caption: 0 image_field_caption: 0
inline_entity_form: 0 inline_entity_form: 0
jquery_ui: 0 jquery_ui: 0
jquery_ui_button: 0
jquery_ui_checkboxradio: 0
jquery_ui_controlgroup: 0
jquery_ui_datepicker: 0 jquery_ui_datepicker: 0
jquery_ui_slider: 0 jquery_ui_slider: 0
jquery_ui_touch_punch: 0 jquery_ui_touch_punch: 0
@@ -87,7 +81,6 @@ module:
link_attributes: 0 link_attributes: 0
linkit: 0 linkit: 0
locale: 0 locale: 0
maillog: 0
mailsystem: 0 mailsystem: 0
matomo: 0 matomo: 0
maxlength: 0 maxlength: 0
@@ -100,13 +93,12 @@ module:
page_cache: 0 page_cache: 0
page_manager: 0 page_manager: 0
page_manager_ui: 0 page_manager_ui: 0
pagerer: 0
panels: 0 panels: 0
path: 0 path: 0
path_alias: 0 path_alias: 0
path_alias_xt: 0
pathologic: 0 pathologic: 0
persistent_login: 0 persistent_login: 0
phpass: 0
redirect: 0 redirect: 0
redis: 0 redis: 0
responsive_image: 0 responsive_image: 0
@@ -125,7 +117,6 @@ module:
translation_views: 0 translation_views: 0
update: 0 update: 0
upgrade_status: 0 upgrade_status: 0
url_to_video_filter: 0
user: 0 user: 0
video_embed_field: 0 video_embed_field: 0
views_bulk_edit: 0 views_bulk_edit: 0
@@ -136,7 +127,6 @@ module:
webform: 0 webform: 0
webform_ui: 0 webform_ui: 0
extlink: 1 extlink: 1
filefield_sources: 1
manage_display: 1 manage_display: 1
menu_admin_per_menu: 1 menu_admin_per_menu: 1
pathauto: 1 pathauto: 1
@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
langcode: fr
definitions: definitions:
system__admin_structure: system__admin_structure:
menu_name: admin menu_name: admin
-1
View File
@@ -1,4 +1,3 @@
_core: _core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
langcode: fr
row_limit: 1000 row_limit: 1000
-1
View File
@@ -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
View File
@@ -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
@@ -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 langcode: fr
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.wysiwyg - filter.format.wysiwyg
module: module:
- ckeditor - ckeditor5
_core:
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
format: wysiwyg format: wysiwyg
editor: ckeditor editor: ckeditor5
settings: settings:
toolbar: toolbar:
rows: items:
- - style
- - bold
name: Formats - italic
items: - underline
- Styles - '|'
- Bold - link
- Italic - '|'
- Underline - bulletedList
- - numberedList
name: Liens - '|'
items: - blockQuote
- DrupalLink - drupalInsertImage
- DrupalUnlink - '|'
- - sourceEditing
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- Blockquote
- DrupalImage
-
name: Outils
items:
- Source
-
name: Copy/Paste
items:
- Copy
- Cut
- Paste
- PasteText
- PasteFromWord
plugins: 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_enabled: true
linkit_profile: default linkit_profile: default
stylescombo:
styles: h4.inter-titre|Inter-titre
image_upload: image_upload:
status: true status: true
scheme: public scheme: public
directory: wysiwyg-images directory: wysiwyg-images
max_size: '' max_size: null
max_dimensions: max_dimensions:
width: null width: null
height: null 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
View File
@@ -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
+9
View File
@@ -3,17 +3,26 @@ _core:
langcode: fr langcode: fr
extlink_target: false extlink_target: false
extlink_target_no_override: false extlink_target_no_override: false
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
@@ -10,7 +10,7 @@ id: node.actualite.field_actu_type
field_name: field_actu_type field_name: field_actu_type
entity_type: node entity_type: node
bundle: actualite bundle: actualite
label: 'Type d''actu' label: "Type d'actu"
description: '' description: ''
required: true required: true
translatable: false translatable: false
-1
View File
@@ -1,4 +1,3 @@
_core: _core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
langcode: fr
purge_batch_size: 50 purge_batch_size: 50
@@ -49,7 +49,7 @@ settings:
label: 'Pays de la Loire' label: 'Pays de la Loire'
- -
value: 12 value: 12
label: 'Provence-Alpes-Côte d''Azur' label: "Provence-Alpes-Côte d'Azur"
- -
value: 13 value: 13
label: Guadeloupe label: Guadeloupe
-1
View File
@@ -1,4 +1,3 @@
_core: _core:
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
langcode: fr
field_prefix: field_ field_prefix: field_
+7 -1
View File
@@ -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: '-'
+6 -6
View File
@@ -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: { }
@@ -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: dependencies:
module: module:
- editor - editor
- url_to_video_filter - pathologic
_core: _core:
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
name: wysiwyg name: wysiwyg
@@ -17,65 +17,72 @@ filters:
status: true status: true
weight: -50 weight: -50
settings: { } 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: filter_align:
id: filter_align id: filter_align
provider: filter provider: filter
status: false status: false
weight: -41 weight: -41
settings: { } settings: { }
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -49
settings: { }
filter_caption: filter_caption:
id: filter_caption id: filter_caption
provider: filter provider: filter
status: false status: false
weight: -40 weight: -40
settings: { } 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: filter_html_escape:
id: filter_html_escape id: filter_html_escape
provider: filter provider: filter
status: false status: false
weight: -42 weight: -42
settings: { } settings: { }
filter_url_to_video: filter_html_image_secure:
id: filter_url_to_video id: filter_html_image_secure
provider: url_to_video_filter provider: filter
status: true 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: settings:
youtube: '1' settings_source: global
youtube_webp_preview: '0' local_settings:
vimeo: '1' protocol_style: full
autoload: '0' 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: _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 -1
View File
@@ -1,5 +1,5 @@
_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
queue: false
-1
View File
@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw
langcode: fr
protect_all_forms: false protect_all_forms: false
unprotected_forms: unprotected_forms:
- user_login_form - user_login_form
-1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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:
-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: _core:
default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s
langcode: fr
theme: current theme: current
defaults: defaults:
sender: php_mail sender: php_mail
-1
View File
@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY
langcode: fr
site_id: '6' site_id: '6'
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
View File
@@ -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
View File
@@ -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
+2 -2
View File
@@ -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: 0 preview_mode: 0
display_submitted: false display_submitted: false
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: 'Offre de service' name: 'Offre de service'
type: offre_de_service type: offre_de_service
description: '' description: null
help: '' help: null
new_revision: false new_revision: false
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true
@@ -11,7 +11,7 @@ third_party_settings:
name: Partenaires name: Partenaires
type: partenaires_logo_footer_ type: partenaires_logo_footer_
description: 'Partennaires pour footer et annuaire' description: 'Partennaires pour footer et annuaire'
help: '' help: null
new_revision: false new_revision: false
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true
+2 -2
View File
@@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:' parent: 'main:'
name: Projet name: Projet
type: projet type: projet
description: '' description: null
help: '' help: null
new_revision: false new_revision: false
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: 'question réponse' name: 'question réponse'
type: question_reponse type: question_reponse
description: '' description: null
help: '' help: null
new_revision: false new_revision: false
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true
+2 -2
View File
@@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: Ressource name: Ressource
type: ressource type: ressource
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