core update and body summary wysiwyg patch

This commit is contained in:
Bachir Soussi Chiadmi 2025-04-01 16:40:26 +02:00
parent 6a2a4beb5f
commit 1ac7d51420
97 changed files with 689 additions and 788 deletions

3
.gitattributes vendored
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."

View File

@ -18,9 +18,9 @@
"composer/installers": "^2.0", "composer/installers": "^2.0",
"drupal/block_field": "^1.0@RC", "drupal/block_field": "^1.0@RC",
"drupal/config_pages": "^2.15", "drupal/config_pages": "^2.15",
"drupal/core-composer-scaffold": "^10.2", "drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.2", "drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.2", "drupal/core-recommended": "^10.3",
"drupal/editor_advanced_link": "^2.2", "drupal/editor_advanced_link": "^2.2",
"drupal/geofield": "^1.60", "drupal/geofield": "^1.60",
"drupal/image_delta_formatter": "^1.2", "drupal/image_delta_formatter": "^1.2",
@ -131,7 +131,8 @@
}, },
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"Image field generates only default language URL when linking to corresponding entity. https://www.drupal.org/node/2645922?no_cache=1733132298":"https://www.drupal.org/files/issues/2021-03-15/2645922-45.patch" "Image field generates only default language URL when linking to corresponding entity. https://www.drupal.org/node/2645922?no_cache=1733132298":"https://www.drupal.org/files/issues/2021-03-15/2645922-45.patch",
"Also use text editor (CKEditor) for summary of a text field https://www.drupal.org/project/drupal/issues/2671162 ":"https://www.drupal.org/files/issues/2024-09-09/2671162-151.patch"
}, },
"drupal/social_media_links":{ "drupal/social_media_links":{
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch" "Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"

1259
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: RumewwAShocwpN5KgIf0U8Z2yd4_f7mQJpYnwLTzhhQ default_config_hash: RumewwAShocwpN5KgIf0U8Z2yd4_f7mQJpYnwLTzhhQ
langcode: fr
menu_depth: 4 menu_depth: 4

View File

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: link id: link
label: Link label: Link
revision: 0 revision: false
description: '' description: ''

View File

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: live_youtube id: live_youtube
label: live-youtube label: live-youtube
revision: 0 revision: false
description: '' description: ''

View File

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: logo_link id: logo_link
label: Logo-link label: Logo-link
revision: 0 revision: false
description: '' description: ''

View File

@ -2,4 +2,3 @@ _core:
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
auto_import: { } auto_import: { }
auto_export: { } auto_export: { }
langcode: fr

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64 default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
langcode: fr
ignored_config_entities: { } ignored_config_entities: { }

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: Ybib_dFQ1insjZmm1a7bQlvdUVX8BGbF8EZGz2jMBPo default_config_hash: Ybib_dFQ1insjZmm1a7bQlvdUVX8BGbF8EZGz2jMBPo
langcode: fr
default_form: feedback default_form: feedback
flood: flood:
limit: 5 limit: 5

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: IdcCyfVkD8kunSj3rbm1mwrfJbfcJK4bjfPheIqxnxI default_config_hash: IdcCyfVkD8kunSj3rbm1mwrfJbfcJK4bjfPheIqxnxI
langcode: fr
verbose: 0 verbose: 0
types: types:
contact_message: { } contact_message: { }

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: S2TgQLZhiodGAfJKqb5Epnsksw3ST09nIMqTazOcBuI default_config_hash: S2TgQLZhiodGAfJKqb5Epnsksw3ST09nIMqTazOcBuI
langcode: fr
content_lock_timeout_minutes: '30' content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 0 content_lock_timeout_on_edit: 0

View File

@ -16,12 +16,14 @@ dependencies:
- image.style.thumbnail - image.style.thumbnail
- node.type.actualite - node.type.actualite
module: module:
- advanced_text_formatter
- autocomplete_deluxe - autocomplete_deluxe
- datetime_range - datetime_range
- field_group - field_group
- file - file
- image - image
- link - link
- maxlength
- path - path
- text - text
third_party_settings: third_party_settings:
@ -134,8 +136,16 @@ content:
rows: 9 rows: 9
summary_rows: 3 summary_rows: 3
placeholder: '' placeholder: ''
show_summary: false show_summary: true
third_party_settings: { } third_party_settings:
maxlength:
maxlength_js: null
maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
maxlength_js_summary: null
maxlength_js_label_summary: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
maxlength_js_enforce: false
advanced_text_formatter:
show_token_tree: 0
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 7 weight: 7

View File

@ -41,6 +41,7 @@ content:
timezone_override: '' timezone_override: ''
format_type: jj format_type: jj
separator: '-' separator: '-'
from_to: both
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content

View File

@ -42,6 +42,7 @@ content:
timezone_override: '' timezone_override: ''
format_type: jj format_type: jj
separator: '-' separator: '-'
from_to: both
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content

View File

@ -41,6 +41,7 @@ content:
timezone_override: '' timezone_override: ''
format_type: jj format_type: jj
separator: '-' separator: '-'
from_to: both
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

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
admin_toolbar: 0 admin_toolbar: 0

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
langcode: fr
definitions: { } definitions: { }

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: DfshuQJJ7I30rwPRVdQT67nvhPnXkFiJK_dmJxZgNKc default_config_hash: DfshuQJJ7I30rwPRVdQT67nvhPnXkFiJK_dmJxZgNKc
langcode: fr
row_limit: 1000 row_limit: 1000

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: IF0N5iOZlOY8dJPSNNkZwph9jkMpkJvI4dTuK1xiD0Q default_config_hash: IF0N5iOZlOY8dJPSNNkZwph9jkMpkJvI4dTuK1xiD0Q
langcode: fr
page_alter: false page_alter: false
raw_names: false raw_names: false
error_handlers: error_handlers:

View File

@ -5,4 +5,3 @@ toolbar_items:
- devel.phpinfo - devel.phpinfo
- devel.run_cron - devel.run_cron
- devel.theme_registry - devel.theme_registry
langcode: fr

View File

@ -49,7 +49,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

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
login_with_username: false login_with_username: false
langcode: fr

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: 7CGKsosNQEyYfQ2qiob-sBdmox8rrL5He7iLJgJ1kNo default_config_hash: 7CGKsosNQEyYfQ2qiob-sBdmox8rrL5He7iLJgJ1kNo
langcode: fr
file_scheme: public file_scheme: public
upload_directory: embed_buttons upload_directory: embed_buttons

View File

@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
config: config:
- field.storage.node.body - field.storage.node.body
- filter.format.wysiwyg
- node.type.actualite - node.type.actualite
module: module:
- text - text
@ -20,5 +21,6 @@ default_value_callback: ''
settings: settings:
display_summary: true display_summary: true
required_summary: false required_summary: false
allowed_formats: { } allowed_formats:
- wysiwyg
field_type: text_with_summary field_type: text_with_summary

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: yC1VrNt3it8LmbGTO8cGhgNqRgN3ikhqun5dCWFVCAA default_config_hash: yC1VrNt3it8LmbGTO8cGhgNqRgN3ikhqun5dCWFVCAA
langcode: fr
purge_batch_size: 50 purge_batch_size: 50

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
field_prefix: field_ field_prefix: field_
langcode: fr

View File

@ -5,5 +5,4 @@ description:
length: 128 length: 128
icon: icon:
directory: core/modules/file/icons directory: core/modules/file/icons
langcode: fr
make_unused_managed_files_temporary: false make_unused_managed_files_temporary: false

View File

@ -2,4 +2,3 @@ _core:
default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM
fallback_format: plain_text fallback_format: plain_text
always_show_fallback_choice: false always_show_fallback_choice: false
langcode: fr

View File

@ -1,12 +1,12 @@
_core: _core:
default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw
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
@ -20,4 +20,3 @@ 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

View File

@ -3,4 +3,3 @@ _core:
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
langcode: fr

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: Ys5M79wZXx_k_rtFf65fpICqe7yH3h8iuxWMMB0utyI default_config_hash: Ys5M79wZXx_k_rtFf65fpICqe7yH3h8iuxWMMB0utyI
langcode: fr
map: map:
'no': nb 'no': nb
pt: pt-pt pt: pt-pt

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: cRCI0tHP1UHHRAZnWB2kumZdKCl42f5lrV7q055H5jU default_config_hash: cRCI0tHP1UHHRAZnWB2kumZdKCl42f5lrV7q055H5jU
langcode: fr
session: session:
parameter: language parameter: language
url: url:

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: uMLvVIvxpGVE_bF8BglnNT7vjMf_t8iNpe9_v1X0wAg default_config_hash: uMLvVIvxpGVE_bF8BglnNT7vjMf_t8iNpe9_v1X0wAg
langcode: fr
all: all:
- language_interface - language_interface
- language_content - language_content

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: NfYKrBm84GgW4yeYijbs7xPXbUU8jQChyiu7x4qlNOw default_config_hash: NfYKrBm84GgW4yeYijbs7xPXbUU8jQChyiu7x4qlNOw
langcode: fr
cache_strings: true cache_strings: true
translate_english: false translate_english: false
javascript: javascript:

View File

@ -3,4 +3,3 @@ _core:
send: false send: false
log: true log: true
verbose: true verbose: true
langcode: fr

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k
langcode: fr
site_id: '7' site_id: '7'
url_http: 'http://analytics.figureslibres.io/' url_http: 'http://analytics.figureslibres.io/'
url_https: 'https://analytics.figureslibres.io/' url_https: 'https://analytics.figureslibres.io/'

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw
override_parent_selector: false override_parent_selector: false
langcode: fr

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: tKLBW2GXZVLFXqS9QgLyfTuxCLc1u_quKPQLtCia-Bw default_config_hash: tKLBW2GXZVLFXqS9QgLyfTuxCLc1u_quKPQLtCia-Bw
langcode: fr
entity_type_groups: entity_type_groups:
search_api_task: search_api_task:
search_api_task: search_api_task:

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: OXPp9nZGMVmjzysZndNjQcPUZHdkyhy6aYtZhf2z_Tw default_config_hash: OXPp9nZGMVmjzysZndNjQcPUZHdkyhy6aYtZhf2z_Tw
langcode: fr
use_admin_theme: true use_admin_theme: true

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: true display_submitted: true

View File

@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:' parent: 'main:'
name: Partenaire name: Partenaire
type: partenaire type: partenaire
description: '' description: null
help: '' help: null
new_revision: true new_revision: true
preview_mode: 0 preview_mode: 0
display_submitted: false display_submitted: false

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: 0 preview_mode: 0
display_submitted: true display_submitted: true

View File

@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: Site name: Site
type: site type: site
description: '' description: null
help: '' help: null
new_revision: true new_revision: true
preview_mode: 0 preview_mode: 0
display_submitted: true display_submitted: true

View File

@ -13,7 +13,7 @@ _core:
name: Static name: Static
type: static type: static
description: 'Static Page' description: 'Static Page'
help: '' help: null
new_revision: true new_revision: true
preview_mode: 0 preview_mode: 0
display_submitted: false display_submitted: false

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: z68x45zR7LGIA5yOENWmYUEBVYVfrokTWWDucm7wJos default_config_hash: z68x45zR7LGIA5yOENWmYUEBVYVfrokTWWDucm7wJos
langcode: fr
core_override_preset: core core_override_preset: core
url_querystring: url_querystring:
core_override: false core_override: false

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: ckyONixWlbijZ1ok9pSAOPqQXNS_lr2WerngczXkyd0 default_config_hash: ckyONixWlbijZ1ok9pSAOPqQXNS_lr2WerngczXkyd0
langcode: fr
default_config: default_config:
panes: panes:
left: left:

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8 default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8
langcode: fr
show_unpublished: true show_unpublished: true

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: KBawd6E6CLxJ91Ow0qS2q1YzL6D767qEivE-fC55L34 default_config_hash: KBawd6E6CLxJ91Ow0qS2q1YzL6D767qEivE-fC55L34
langcode: fr
user_special: true user_special: true
regex_pattern: '{(^node|^user|^taxonomy/term)/([0-9]+)/(.+)}' regex_pattern: '{(^node|^user|^taxonomy/term)/([0-9]+)/(.+)}'

View File

@ -44,7 +44,6 @@ reduce_ascii: false
case: true case: true
ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with' ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with'
update_action: 2 update_action: 2
langcode: fr
safe_tokens: safe_tokens:
- alias - alias
- alias - alias

View File

@ -1,10 +1,9 @@
_core: _core:
default_config_hash: 8GufBtaRPlip9zXBTr8vzOQOHnvtFyi4xLV7si356oM default_config_hash: 8GufBtaRPlip9zXBTr8vzOQOHnvtFyi4xLV7si356oM
langcode: fr protocol_style: full
local_paths: ''
scheme_whitelist: scheme_whitelist:
- http - http
- https - https
- files - files
- internal - internal
protocol_style: full
local_paths: ''

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: 6XRelHPjACQVOo9yRQMmbXt-ysCA2Pt6l762bxQQbdw default_config_hash: 6XRelHPjACQVOo9yRQMmbXt-ysCA2Pt6l762bxQQbdw
langcode: fr
exclude: exclude:
node: { } node: { }
paragraph: { } paragraph: { }

View File

@ -4,4 +4,3 @@ default_cron_limit: 50
cron_worker_runtime: 15 cron_worker_runtime: 15
default_tracker: default default_tracker: default
tracking_page_size: 100 tracking_page_size: 100
langcode: fr

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: I7OvOT30AHPJTjtFh59agVjIr3wZ3fxIaTNefRF3-OQ default_config_hash: I7OvOT30AHPJTjtFh59agVjIr3wZ3fxIaTNefRF3-OQ
autocomplete_max_occurrences: 0.9 autocomplete_max_occurrences: 0.9
langcode: fr

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
langcode: fr
links: links:
- -
path: / path: /

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
langcode: fr
max_links: 2000 max_links: 2000
cron_generate: true cron_generate: true
cron_generate_interval: 0 cron_generate_interval: 0

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y
langcode: fr
enabled: true enabled: true
submission_interval: 24 submission_interval: 24
index_now_enabled: true index_now_enabled: true

View File

@ -1,3 +1,4 @@
langcode: fr
blocks: blocks:
- -
info: 'Lien actus' info: 'Lien actus'

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: zKBiZlLP3MYjnboclf3QHTqV4bHL5U57k7YT09_IUgI default_config_hash: zKBiZlLP3MYjnboclf3QHTqV4bHL5U57k7YT09_IUgI
langcode: fr
enabled: true enabled: true
interval_hours: 6 interval_hours: 6

View File

@ -3,5 +3,4 @@ _core:
threshold: threshold:
requirements_warning: 172800 requirements_warning: 172800
requirements_error: 1209600 requirements_error: 1209600
langcode: fr logging: true
logging: 1

View File

@ -1,12 +1,11 @@
_core: _core:
default_config_hash: GQGMdkmApapP8hCC1EBknnYV7rkIOfLs62l0ucgCkns default_config_hash: GQGMdkmApapP8hCC1EBknnYV7rkIOfLs62l0ucgCkns
first_day: 1
country: country:
default: FR default: FR
first_day: 1
timezone: timezone:
default: Europe/Paris default: Europe/Paris
user: user:
configurable: false configurable: false
warn: false
default: 0 default: 0
langcode: fr warn: false

View File

@ -3,4 +3,3 @@ _core:
context: context:
lines_leading: 2 lines_leading: 2
lines_trailing: 2 lines_trailing: 2
langcode: fr

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: YmCMyicTFf9RprIih1qCDtcv49xhs4fIO98FLO72uoQ default_config_hash: YmCMyicTFf9RprIih1qCDtcv49xhs4fIO98FLO72uoQ
langcode: fr
linkset_endpoint: false linkset_endpoint: false

View File

@ -5,4 +5,3 @@ default_scheme: public
path: path:
temporary: /tmp temporary: /tmp
temporary_maximum_age: 21600 temporary_maximum_age: 21600
langcode: fr

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: 4YcE8Hcsaj70JXlGGmatBaarAYPpNMonbFc3eRVZ3lo default_config_hash: 4YcE8Hcsaj70JXlGGmatBaarAYPpNMonbFc3eRVZ3lo
langcode: fr
jpeg_quality: 95 jpeg_quality: 95

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: nXCKr4YHeXjNagehk2FVvVen05hIeLJJQOxL-EV1WdA default_config_hash: nXCKr4YHeXjNagehk2FVvVen05hIeLJJQOxL-EV1WdA
langcode: fr
toolkit: gd toolkit: gd

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: vWBxifROGDjDcIRD_9OAODkutkPss2kpPrFdCMNZU9g default_config_hash: vWBxifROGDjDcIRD_9OAODkutkPss2kpPrFdCMNZU9g
error_level: hide error_level: hide
langcode: fr

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: 9ROPf1HneeN1pDQSfiYMS8bfZ-SlAWEqg-xtrNpNN70 default_config_hash: 9ROPf1HneeN1pDQSfiYMS8bfZ-SlAWEqg-xtrNpNN70
langcode: fr
interface: interface:
default: maillog default: maillog

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: bUb8UUGCJnZ5aiph4NCUr8rnJay_s8sKGe2JK_7_mzg default_config_hash: bUb8UUGCJnZ5aiph4NCUr8rnJay_s8sKGe2JK_7_mzg
langcode: fr
cache: cache:
page: page:
max_age: 3600 max_age: 3600

View File

@ -1,8 +1,7 @@
_core: _core:
default_config_hash: S5uQkVe5wkt0j4O7sfCxOPi4fX8a0aUfJd9o2bNfImM default_config_hash: S5uQkVe5wkt0j4O7sfCxOPi4fX8a0aUfJd9o2bNfImM
items:
view_mode: rss
limit: 10
channel: channel:
description: '' description: ''
items:
limit: 10
view_mode: rss
langcode: fr

View File

@ -12,3 +12,4 @@ page:
admin_compact_mode: false admin_compact_mode: false
weight_select_max: 100 weight_select_max: 100
default_langcode: fr default_langcode: fr
mail_notification: null

View File

@ -14,4 +14,3 @@ logo:
path: '' path: ''
url: '' url: ''
use_default: true use_default: true
langcode: fr

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg
langcode: fr
admin: adminimal_theme admin: adminimal_theme
default: quartiers_de_demain default: quartiers_de_demain

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: 396brnwJ5mTIP9sA6artp_WiGrA7EqaYi1iSM-Dmx7I default_config_hash: 396brnwJ5mTIP9sA6artp_WiGrA7EqaYi1iSM-Dmx7I
langcode: fr
maintain_index_table: true maintain_index_table: true
override_selector: false override_selector: false
terms_per_page_admin: 100 terms_per_page_admin: 100

View File

@ -4,5 +4,6 @@ status: true
dependencies: { } dependencies: { }
name: 'Mots Clefs' name: 'Mots Clefs'
vid: mots_clefs vid: mots_clefs
description: '' description: null
weight: 0 weight: 0
new_revision: false

View File

@ -4,5 +4,6 @@ status: true
dependencies: { } dependencies: { }
name: "Type d'actualité" name: "Type d'actualité"
vid: type_d_actualite vid: type_d_actualite
description: '' description: null
weight: 0 weight: 0
new_revision: false

View File

@ -4,5 +4,6 @@ status: true
dependencies: { } dependencies: { }
name: 'Type de ressources' name: 'Type de ressources'
vid: type_de_ressources vid: type_de_ressources
description: '' description: null
weight: 0 weight: 0
new_revision: false

View File

@ -1,4 +1,3 @@
_core: _core:
default_config_hash: LZ0H1Rt9gdNtb0VBlKOx7XC9_u4i3nEAyuWmmkld8Ao default_config_hash: LZ0H1Rt9gdNtb0VBlKOx7XC9_u4i3nEAyuWmmkld8Ao
default_summary_length: 600 default_summary_length: 600
langcode: fr

View File

@ -11,4 +11,3 @@ notification:
emails: emails:
- dev@figureslibres.io - dev@figureslibres.io
threshold: all threshold: all
langcode: fr

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: UVXBYV5p-4Bueo9KJW49zrYSzf9T4AiZxAoNI0NlVLs default_config_hash: UVXBYV5p-4Bueo9KJW49zrYSzf9T4AiZxAoNI0NlVLs
langcode: fr
uid_only: false uid_only: false
ip_limit: 50 ip_limit: 50
ip_window: 3600 ip_window: 3600

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: RzCmzrx-T-Sy8JX5OmtGKV_V_MxRlrxRkrI9c9igTHI default_config_hash: RzCmzrx-T-Sy8JX5OmtGKV_V_MxRlrxRkrI9c9igTHI
langcode: fr
display_extenders: display_extenders:
0: matomo 0: matomo
simple_sitemap_display_extender: simple_sitemap_display_extender simple_sitemap_display_extender: simple_sitemap_display_extender

View File

@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -287,6 +287,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -255,6 +255,7 @@ display:
previous: ' Précédent' previous: ' Précédent'
first: '« Premier' first: '« Premier'
last: 'Dernier »' last: 'Dernier »'
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
module: module:
- node - node
- translation_views
- user - user
_core: _core:
default_config_hash: yf_6yGCEaETewJBkPe9GY8fBF1YXjIh0Jgy6KH8hbHg default_config_hash: yf_6yGCEaETewJBkPe9GY8fBF1YXjIh0Jgy6KH8hbHg
@ -420,6 +421,7 @@ display:
offset: false offset: false
offset_label: Décalage offset_label: Décalage
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -535,6 +535,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@ -1070,6 +1071,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
empty: { } empty: { }
arguments: arguments:
fid: fid:

View File

@ -47,6 +47,7 @@ display:
offset: false offset: false
offset_label: Décalage offset_label: Décalage
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -210,6 +210,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -385,6 +385,7 @@ display:
offset: false offset: false
offset_label: Décalage offset_label: Décalage
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -297,6 +297,7 @@ display:
offset: false offset: false
offset_label: Décalage offset_label: Décalage
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -479,6 +479,7 @@ display:
offset: false offset: false
offset_label: Décalage offset_label: Décalage
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -454,6 +454,7 @@ display:
items_per_page_options_all_label: '- Tout -' items_per_page_options_all_label: '- Tout -'
offset: false offset: false
offset_label: Décalage offset_label: Décalage
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: 4mKGKyRNSRYDyEwDqx_3zT3VIBOJO08SPoK0AEu4g7s default_config_hash: 4mKGKyRNSRYDyEwDqx_3zT3VIBOJO08SPoK0AEu4g7s
langcode: fr
editor_source: //cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.min.js editor_source: //cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.min.js
editor_theme: ace/theme/chrome editor_theme: ace/theme/chrome

View File

@ -1,4 +1,8 @@
parameters: parameters:
# Toggles the super user access policy. If your website has at least one user
# with the Administrator role, it is advised to set this to false. This allows
# you to make user 1 a regular user, strengthening the security of your site.
security.enable_super_user: true
session.storage.options: session.storage.options:
# Default ini options for sessions. # Default ini options for sessions.
# #
@ -60,6 +64,11 @@ parameters:
# \Drupal\Core\Session\SessionConfiguration::__construct() # \Drupal\Core\Session\SessionConfiguration::__construct()
# @default 6 # @default 6
sid_bits_per_character: 6 sid_bits_per_character: 6
# By default, Drupal generates a session cookie name based on the full
# domain name. Set the name_suffix to a short random string to ensure this
# session cookie name is unique on different installations on the same
# domain and path (for example, when migrating from Drupal 7).
name_suffix: ''
twig.config: twig.config:
# Twig debugging: # Twig debugging:
# #

View File

@ -77,7 +77,7 @@
* *
* @code * @code
* $databases['default']['default'] = [ * $databases['default']['default'] = [
* 'database' => 'databasename', * 'database' => 'database_name',
* 'username' => 'sql_username', * 'username' => 'sql_username',
* 'password' => 'sql_password', * 'password' => 'sql_password',
* 'host' => 'localhost', * 'host' => 'localhost',
@ -181,8 +181,8 @@ $databases = [];
* *
* WARNING: The above defaults are designed for database portability. Changing * WARNING: The above defaults are designed for database portability. Changing
* them may cause unexpected behavior, including potential data loss. See * them may cause unexpected behavior, including potential data loss. See
* https://www.drupal.org/developing/api/database/configuration for more * https://www.drupal.org/docs/8/api/database-api/database-configuration for
* information on these defaults and the potential issues. * more information on these defaults and the potential issues.
* *
* More details can be found in the constructor methods for each driver: * More details can be found in the constructor methods for each driver:
* - \Drupal\mysql\Driver\Database\mysql\Connection::__construct() * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
@ -193,7 +193,7 @@ $databases = [];
* @code * @code
* $databases['default']['default'] = [ * $databases['default']['default'] = [
* 'driver' => 'pgsql', * 'driver' => 'pgsql',
* 'database' => 'databasename', * 'database' => 'database_name',
* 'username' => 'sql_username', * 'username' => 'sql_username',
* 'password' => 'sql_password', * 'password' => 'sql_password',
* 'host' => 'localhost', * 'host' => 'localhost',
@ -215,7 +215,7 @@ $databases = [];
* 'driver' => 'my_driver', * 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver', * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/', * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
* 'database' => 'databasename', * 'database' => 'database_name',
* 'username' => 'sql_username', * 'username' => 'sql_username',
* 'password' => 'sql_password', * 'password' => 'sql_password',
* 'host' => 'localhost', * 'host' => 'localhost',
@ -230,7 +230,7 @@ $databases = [];
* 'driver' => 'my_driver', * 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver', * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/', * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
* 'database' => 'databasename', * 'database' => 'database_name',
* 'username' => 'sql_username', * 'username' => 'sql_username',
* 'password' => 'sql_password', * 'password' => 'sql_password',
* 'host' => 'localhost', * 'host' => 'localhost',
@ -355,14 +355,13 @@ $settings['update_free_access'] = FALSE;
* security, or encryption benefits. In an environment where Drupal * security, or encryption benefits. In an environment where Drupal
* is behind a reverse proxy, the real IP address of the client should * is behind a reverse proxy, the real IP address of the client should
* be determined such that the correct client IP address is available * be determined such that the correct client IP address is available
* to Drupal's logging, statistics, and access management systems. In * to Drupal's logging and access management systems. In the most simple
* the most simple scenario, the proxy server will add an * scenario, the proxy server will add an X-Forwarded-For header to the request
* X-Forwarded-For header to the request that contains the client IP * that contains the client IP address. However, HTTP headers are vulnerable to
* address. However, HTTP headers are vulnerable to spoofing, where a * spoofing, where a malicious client could bypass restrictions by setting the
* malicious client could bypass restrictions by setting the * X-Forwarded-For header directly. Therefore, Drupal's proxy configuration
* X-Forwarded-For header directly. Therefore, Drupal's proxy * requires the IP addresses of all remote proxies to be specified in
* configuration requires the IP addresses of all remote proxies to be * $settings['reverse_proxy_addresses'] to work correctly.
* specified in $settings['reverse_proxy_addresses'] to work correctly.
* *
* Enable this setting to get Drupal to determine the client IP from the * Enable this setting to get Drupal to determine the client IP from the
* X-Forwarded-For header. If you are unsure about this setting, do not have a * X-Forwarded-For header. If you are unsure about this setting, do not have a
@ -731,6 +730,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
* Provide a fully qualified class name here if you would like to provide an * Provide a fully qualified class name here if you would like to provide an
* alternate implementation YAML parser. The class must implement the * alternate implementation YAML parser. The class must implement the
* \Drupal\Component\Serialization\SerializationInterface interface. * \Drupal\Component\Serialization\SerializationInterface interface.
*
* This setting is deprecated in Drupal 10.3 and removed in Drupal 11.
*/ */
# $settings['yaml_parser_class'] = NULL; # $settings['yaml_parser_class'] = NULL;
@ -808,6 +809,16 @@ $settings['entity_update_batch_size'] = 50;
*/ */
$settings['entity_update_backup'] = TRUE; $settings['entity_update_backup'] = TRUE;
/**
* State caching.
*
* State caching uses the cache collector pattern to cache all requested keys
* from the state API in a single cache entry, which can greatly reduce the
* amount of database queries. However, some sites may use state with a
* lot of dynamic keys which could result in a very large cache.
*/
$settings['state_cache'] = TRUE;
/** /**
* Node migration type. * Node migration type.
* *

View File

@ -7,7 +7,7 @@
* Configuration file for multi-site support and directory aliasing feature. * Configuration file for multi-site support and directory aliasing feature.
* *
* This file is required for multi-site support and also allows you to define a * This file is required for multi-site support and also allows you to define a
* set of aliases that map hostnames, ports, and pathnames to configuration * set of aliases that map host names, ports, and path names to configuration
* directories in the sites directory. These aliases are loaded prior to * directories in the sites directory. These aliases are loaded prior to
* scanning for directories, and they are exempt from the normal discovery * scanning for directories, and they are exempt from the normal discovery
* rules. See default.settings.php to view how Drupal discovers the * rules. See default.settings.php to view how Drupal discovers the
@ -53,5 +53,5 @@
* *
* @see default.settings.php * @see default.settings.php
* @see \Drupal\Core\DrupalKernel::getSitePath() * @see \Drupal\Core\DrupalKernel::getSitePath()
* @see https://www.drupal.org/documentation/install/multi-site * @see https://www.drupal.org/docs/getting-started/multisite-drupal
*/ */