composer update drupal/* -W

This commit is contained in:
Bachir Soussi Chiadmi 2022-04-26 11:11:39 +02:00
parent 28190a5749
commit f48d0c55cc
11 changed files with 259 additions and 256 deletions

488
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,3 +36,5 @@ translation_set: false
cache: false
page_title_hierarchy: false
page_title_hierarchy_exclude_home: true
disable_tracking: false
status_codes_disabled: { }

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'actualite/[node:title]'
selection_criteria:
c4ce3a75-84d0-47ca-b951-56dff1374b74:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: c4ce3a75-84d0-47ca-b951-56dff1374b74
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'collection/[node:title]'
selection_criteria:
552be6b5-aae3-4bbf-a988-e435ba967205:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: 552be6b5-aae3-4bbf-a988-e435ba967205
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'evenement/[node:title]'
selection_criteria:
b54bd1e2-665b-41f5-85db-fb94fd8e4cd8:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: b54bd1e2-665b-41f5-85db-fb94fd8e4cd8
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'programme/[node:title]'
selection_criteria:
0d4e18f8-03dc-4648-8350-9cf896e2d2a6:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: 0d4e18f8-03dc-4648-8350-9cf896e2d2a6
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'projet/[node:title]'
selection_criteria:
f6c99817-1439-4169-897e-79179fc7403b:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: f6c99817-1439-4169-897e-79179fc7403b
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'ressource/[node:title]'
selection_criteria:
eb7c634d-7952-41e7-8d95-b83c26b3e1f3:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: eb7c634d-7952-41e7-8d95-b83c26b3e1f3
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: '[node:title]'
selection_criteria:
6656a141-75db-4226-be69-b4611e909af3:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: 6656a141-75db-4226-be69-b4611e909af3
context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'theme/[node:title]'
selection_criteria:
d9172412-a0bf-4780-a0dd-4a114696f3b0:
id: node_type
id: 'entity_bundle:node'
negate: false
uuid: d9172412-a0bf-4780-a0dd-4a114696f3b0
context_mapping:

View File

@ -70,7 +70,7 @@ parameters:
# For more information about debugging Twig templates, see
# https://www.drupal.org/node/1906392.
#
# Not recommended in production environments
# Enabling Twig debugging is not recommended in production environments.
# @default false
debug: false
# Twig auto-reload:
@ -79,7 +79,7 @@ parameters:
# If you don't provide a value for auto_reload, it will be determined
# based on the value of debug.
#
# Not recommended in production environments
# Enabling auto-reload is not recommended in production environments.
# @default null
auto_reload: null
# Twig cache:
@ -90,7 +90,7 @@ parameters:
# auto_reload setting above should be enabled rather than disabling the
# Twig cache.
#
# Not recommended in production environments
# Disabling the Twig cache is not recommended in production environments.
# @default true
cache: true
renderer.config:
@ -141,7 +141,8 @@ parameters:
# For more information about debugging cacheable responses, see
# https://www.drupal.org/developing/api/8/response/cacheable-response-interface
#
# Not recommended in production environments
# Enabling cacheability debugging is not recommended in production
# environments.
# @default false
http.response.debug_cacheability_headers: false
factory.keyvalue: {}