Compare commits

...

16 Commits

171 changed files with 2984 additions and 2571 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

@@ -17,11 +17,13 @@
"require": { "require": {
"composer/installers": "^2.0", "composer/installers": "^2.0",
"drupal/agreement": "^3.0@alpha", "drupal/agreement": "^3.0@alpha",
"drupal/better_exposed_filters": "^6.0",
"drupal/betterlogin": "^2.0", "drupal/betterlogin": "^2.0",
"drupal/config_pages": "2.15", "drupal/config_pages": "^2.0",
"drupal/core-composer-scaffold": "^10.1", "drupal/core-composer-scaffold": "^10.2",
"drupal/core-project-message": "^10.1", "drupal/core-project-message": "^10.2",
"drupal/core-recommended": "^10.1", "drupal/core-recommended": "^10.2",
"drupal/devel": "^5.1",
"drupal/email_registration": "^1.4", "drupal/email_registration": "^1.4",
"drupal/faq": "^1.2", "drupal/faq": "^1.2",
"drupal/geofield": "^1.61", "drupal/geofield": "^1.61",
@@ -37,7 +39,7 @@
"drupal/password_policy": "^4.0", "drupal/password_policy": "^4.0",
"drupal/profile": "^1.9", "drupal/profile": "^1.9",
"drupal/registration_role": "^2.0", "drupal/registration_role": "^2.0",
"drupal/smart_date": "^4.1@RC", "drupal/smart_date": "^4.2",
"drupal/social_media_links": "^2.9", "drupal/social_media_links": "^2.9",
"drupal/structure_sync": "^2.0", "drupal/structure_sync": "^2.0",
"drupal/terms_of_use": "^2.3", "drupal/terms_of_use": "^2.3",
@@ -128,11 +130,13 @@
"merge-extra": true "merge-extra": true
}, },
"patches": { "patches": {
"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" "oldpatches": {
},
"drupal/user_email_verification":{ "drupal/user_email_verification":{
"Fatal error when rules module is missing https://www.drupal.org/project/user_email_verification/issues/3376165":"https://www.drupal.org/files/issues/2023-07-21/user_email_verification-rules_conditions-3376165-2.patch" "Fatal error when rules module is missing https://www.drupal.org/project/user_email_verification/issues/3376165":"https://www.drupal.org/files/issues/2023-07-21/user_email_verification-rules_conditions-3376165-2.patch"
},
"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"
} }
} }
} }

3764
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,6 +4,7 @@ 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
block_classes_stored: { }
enable_attributes: true enable_attributes: true
enable_auto_complete: true enable_auto_complete: true
qty_classes_per_block: 10 qty_classes_per_block: 10
@@ -15,7 +16,7 @@ weight_attributes: 0
weight_class: 0 weight_class: 0
weight_id: 0 weight_id: 0
filter_html_clean_css_identifier: '' filter_html_clean_css_identifier: ''
maxlength_attributes: 0 maxlength_attributes: 255
maxlength_id: 255 maxlength_id: 255
attribute_keys_stored: '[]' attribute_keys_stored: '[]'
attribute_value_stored: '[]' attribute_value_stored: '[]'

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: 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,4 @@
_core: _core:
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64 default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
langcode: fr
ignored_config_entities: { } ignored_config_entities: { }
mode: simple

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

@@ -11,7 +11,6 @@ dependencies:
- field.field.node.projet.field_diaporama - field.field.node.projet.field_diaporama
- field.field.node.projet.field_intro - field.field.node.projet.field_intro
- field.field.node.projet.field_legende_carte - field.field.node.projet.field_legende_carte
- field.field.node.projet.field_libelles_carte
- field.field.node.projet.field_liens - field.field.node.projet.field_liens
- field.field.node.projet.field_localisation_textuel - field.field.node.projet.field_localisation_textuel
- field.field.node.projet.field_pieces_jointes - field.field.node.projet.field_pieces_jointes
@@ -27,7 +26,6 @@ dependencies:
- field_group - field_group
- file - file
- image - image
- leaflet
- link - link
- paragraphs - paragraphs
- path - path
@@ -46,7 +44,7 @@ third_party_settings:
label: Tabs label: Tabs
region: content region: content
parent_name: '' parent_name: ''
weight: 3 weight: 1
format_type: tabs format_type: tabs
format_settings: format_settings:
classes: '' classes: ''
@@ -59,10 +57,10 @@ third_party_settings:
children: children:
- field_sous_titre - field_sous_titre
- field_localisation_textuel - field_localisation_textuel
- field_intro
- field_texte - field_texte
- field_chiffres_clefs - field_chiffres_clefs
- field_chronologie - field_chronologie
- field_intro
label: Contenus label: Contenus
region: content region: content
parent_name: group_tabs parent_name: group_tabs
@@ -78,9 +76,8 @@ third_party_settings:
required_fields: true required_fields: true
group_carte: group_carte:
children: children:
- field_carte
- field_libelles_carte
- field_legende_carte - field_legende_carte
- field_carte
label: carte label: carte
region: content region: content
parent_name: group_tabs parent_name: group_tabs
@@ -136,7 +133,7 @@ third_party_settings:
label: Details label: Details
region: content region: content
parent_name: '' parent_name: ''
weight: 4 weight: 2
format_type: details_sidebar format_type: details_sidebar
format_settings: format_settings:
classes: '' classes: ''
@@ -212,69 +209,22 @@ content:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_carte: field_carte:
type: leaflet_widget_default type: paragraphs
weight: 3 weight: 4
region: content region: content
settings: settings:
map: title: Paragraphe
leaflet_map: 'OSM Mapnik' title_plural: Paragraphs
height: 400 edit_mode: open
auto_center: 1 closed_mode: summary
map_position: autocollapse: none
force: true closed_mode_threshold: 0
center: add_mode: dropdown
lat: 46.751944 form_display_mode: default
lon: 2.416667 default_paragraph_type: ''
zoomControlPosition: topleft features:
zoom: 5 collapse_edit_all: collapse_edit_all
minZoom: 1 duplicate: duplicate
maxZoom: 18
zoomFiner: 0
scroll_zoom_enabled: 1
input:
show: true
readonly: false
toolbar:
position: topright
marker: defaultMarker
drawPolyline: true
drawRectangle: true
drawPolygon: true
drawCircle: false
drawText: false
editMode: false
dragMode: false
cutPolygon: false
removalMode: false
rotateMode: false
reset_map:
control: false
options: '{"position":"topleft","title":"Reset View"}'
map_scale:
control: false
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
fullscreen:
control: false
options: '{"position":"topleft","pseudoFullscreen":false}'
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
locate:
control: false
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
automatic: false
geocoder:
control: false
settings:
position: topright
input_size: 20
providers: { }
min_terms: 4
delay: 800
zoom: 16
popup: false
options: ''
geometry_validation: 0
feature_properties:
values: ''
third_party_settings: { } third_party_settings: { }
field_chiffres_clefs: field_chiffres_clefs:
type: paragraphs type: paragraphs
@@ -348,26 +298,12 @@ content:
third_party_settings: { } third_party_settings: { }
field_legende_carte: field_legende_carte:
type: text_textarea type: text_textarea
weight: 32 weight: 3
region: content region: content
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_libelles_carte:
type: string_textfield
weight: 4
region: content
settings:
size: 60
placeholder: 'Un libellé par repère ou zone'
third_party_settings:
maxlength:
maxlength_js: null
maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
maxlength_js_enforce: false
advanced_text_formatter:
show_token_tree: 0
field_liens: field_liens:
type: link_default type: link_default
weight: 5 weight: 5

View File

@@ -0,0 +1,99 @@
uuid: c23cab46-cadb-4b78-a0f1-48212974f8a5
langcode: fr
status: true
dependencies:
config:
- field.field.paragraph.geofield_projet.field_carte
- field.field.paragraph.geofield_projet.field_libele
- field.field.paragraph.geofield_projet.field_principal
- paragraphs.paragraphs_type.geofield_projet
module:
- leaflet
id: paragraph.geofield_projet.default
targetEntityType: paragraph
bundle: geofield_projet
mode: default
content:
field_carte:
type: leaflet_widget_default
weight: 1
region: content
settings:
map:
leaflet_map: 'OSM Mapnik'
height: 400
auto_center: 1
map_position:
force: false
center:
lat: 0.0
lon: 0.0
zoomControlPosition: topleft
zoom: 5
minZoom: 1
maxZoom: 18
zoomFiner: 0
scroll_zoom_enabled: 1
input:
show: true
readonly: false
toolbar:
position: topright
marker: defaultMarker
drawPolyline: true
drawRectangle: true
drawPolygon: true
drawCircle: false
drawText: false
editMode: true
dragMode: true
cutPolygon: false
removalMode: true
rotateMode: false
reset_map:
control: false
options: '{"position": "topleft", "title": "Reset View"}'
map_scale:
control: false
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
fullscreen:
control: false
options: '{"position":"topleft","pseudoFullscreen":false}'
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
locate:
control: false
options: '{"position": "topright", "setView": "untilPanOrZoom", "returnToPrevBounds":true, "keepCurrentZoomLevel": true, "strings": {"title": "Locate my position"}}'
automatic: false
geocoder:
control: false
settings:
position: topright
input_size: 20
providers: { }
min_terms: 4
delay: 800
zoom: 16
popup: false
options: ''
geometry_validation: false
feature_properties:
values: ''
third_party_settings: { }
field_libele:
type: string_textfield
weight: 2
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_principal:
type: boolean_checkbox
weight: 0
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: wtsEf26SHyRbzRKFX3yOY9yJzYsEq5e2bd7xSCKPevw default_config_hash: wtsEf26SHyRbzRKFX3yOY9yJzYsEq5e2bd7xSCKPevw
id: user.register id: user.register
label: "S'inscrire" label: "S'inscrire"
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@@ -11,7 +11,6 @@ dependencies:
- field.field.node.projet.field_diaporama - field.field.node.projet.field_diaporama
- field.field.node.projet.field_intro - field.field.node.projet.field_intro
- field.field.node.projet.field_legende_carte - field.field.node.projet.field_legende_carte
- field.field.node.projet.field_libelles_carte
- field.field.node.projet.field_liens - field.field.node.projet.field_liens
- field.field.node.projet.field_localisation_textuel - field.field.node.projet.field_localisation_textuel
- field.field.node.projet.field_pieces_jointes - field.field.node.projet.field_pieces_jointes
@@ -25,7 +24,6 @@ dependencies:
module: module:
- entity_reference_revisions - entity_reference_revisions
- file - file
- geofield
- image - image
- link - link
- text - text
@@ -44,13 +42,13 @@ content:
weight: 14 weight: 14
region: content region: content
field_carte: field_carte:
type: geofield_default type: entity_reference_revisions_entity_view
label: above label: above
settings: settings:
output_format: wkt view_mode: default
output_escape: true link: ''
third_party_settings: { } third_party_settings: { }
weight: 11 weight: 20
region: content region: content
field_chiffres_clefs: field_chiffres_clefs:
type: entity_reference_revisions_entity_view type: entity_reference_revisions_entity_view
@@ -104,14 +102,6 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 19 weight: 19
region: content region: content
field_libelles_carte:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 12
region: content
field_liens: field_liens:
type: link type: link
label: hidden label: hidden

View File

@@ -12,7 +12,6 @@ dependencies:
- field.field.node.projet.field_diaporama - field.field.node.projet.field_diaporama
- field.field.node.projet.field_intro - field.field.node.projet.field_intro
- field.field.node.projet.field_legende_carte - field.field.node.projet.field_legende_carte
- field.field.node.projet.field_libelles_carte
- field.field.node.projet.field_liens - field.field.node.projet.field_liens
- field.field.node.projet.field_localisation_textuel - field.field.node.projet.field_localisation_textuel
- field.field.node.projet.field_pieces_jointes - field.field.node.projet.field_pieces_jointes
@@ -28,7 +27,6 @@ dependencies:
- entity_reference_revisions - entity_reference_revisions
- file - file
- image_field_caption - image_field_caption
- leaflet
- link - link
- text - text
- user - user
@@ -38,96 +36,11 @@ bundle: projet
mode: full mode: full
content: content:
field_carte: field_carte:
type: leaflet_formatter_default type: entity_reference_revisions_entity_view
label: visually_hidden label: above
settings: settings:
multiple_map: false view_mode: default
leaflet_map: 'OSM Mapnik' link: ''
height: 400
height_unit: px
hide_empty_map: false
disable_wheel: false
gesture_handling: false
fitbounds_options: '{"padding":[0,0]}'
reset_map:
control: false
options: '{"position":"topleft","title":"Reset View"}'
map_scale:
control: false
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
locate:
control: false
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
automatic: false
leaflet_tooltip:
value: ''
options: '{"permanent":false,"direction":"center"}'
popup: false
popup_content: ''
leaflet_popup:
control: '0'
content: '[node:field_libelles_carte]'
options: '{"maxWidth":"300","minWidth":"50","autoPan":true}'
map_position:
force: false
center:
lat: 0.0
lon: 0.0
zoomControlPosition: topleft
zoom: 5
minZoom: 1
maxZoom: 18
zoomFiner: 0
icon:
iconType: marker
iconUrl: ''
shadowUrl: ''
className: ''
iconSize:
x: ''
'y': ''
iconAnchor:
x: ''
'y': ''
shadowSize:
x: ''
'y': ''
shadowAnchor:
x: ''
'y': ''
popupAnchor:
x: ''
'y': ''
html: '<div></div>'
html_class: leaflet-map-divicon
circle_marker_options: '{"radius":100,"color":"red","fillColor":"#f03","fillOpacity":0.5}'
leaflet_markercluster:
control: false
options: '{"spiderfyOnMaxZoom":true,"showCoverageOnHover":true,"removeOutsideVisibleBounds": false}'
excluded: ''
include_path: false
fullscreen:
control: false
options: '{"position":"topleft","pseudoFullscreen":false}'
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
feature_properties:
values: ''
geocoder:
control: false
settings:
autocomplete:
placeholder: 'Search Address'
title: 'Search an Address on the Map'
position: topright
input_size: 20
providers: { }
min_terms: 4
delay: 800
zoom: 16
popup: false
options: ''
map_lazy_load:
lazy_load: false
third_party_settings: { } third_party_settings: { }
weight: 7 weight: 7
region: content region: content
@@ -147,7 +60,7 @@ content:
view_mode: default view_mode: default
link: '' link: ''
third_party_settings: { } third_party_settings: { }
weight: 10 weight: 9
region: content region: content
field_collectif_du_projet: field_collectif_du_projet:
type: entity_reference_revisions_entity_view type: entity_reference_revisions_entity_view
@@ -156,7 +69,7 @@ content:
view_mode: default view_mode: default
link: '' link: ''
third_party_settings: { } third_party_settings: { }
weight: 11 weight: 10
region: content region: content
field_diaporama: field_diaporama:
type: image_caption type: image_caption
@@ -181,14 +94,6 @@ content:
label: above label: above
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 9
region: content
field_libelles_carte:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 8 weight: 8
region: content region: content
field_liens: field_liens:
@@ -201,7 +106,7 @@ content:
rel: '' rel: ''
target: '' target: ''
third_party_settings: { } third_party_settings: { }
weight: 14 weight: 13
region: content region: content
field_localisation_textuel: field_localisation_textuel:
type: string type: string
@@ -217,7 +122,7 @@ content:
settings: settings:
use_description_as_link_text: true use_description_as_link_text: true
third_party_settings: { } third_party_settings: { }
weight: 13 weight: 12
region: content region: content
field_pour_aller_plus_loin: field_pour_aller_plus_loin:
type: entity_reference_label type: entity_reference_label
@@ -225,7 +130,7 @@ content:
settings: settings:
link: true link: true
third_party_settings: { } third_party_settings: { }
weight: 12 weight: 11
region: content region: content
field_sous_titre: field_sous_titre:
type: string type: string

View File

@@ -12,7 +12,6 @@ dependencies:
- field.field.node.projet.field_diaporama - field.field.node.projet.field_diaporama
- field.field.node.projet.field_intro - field.field.node.projet.field_intro
- field.field.node.projet.field_legende_carte - field.field.node.projet.field_legende_carte
- field.field.node.projet.field_libelles_carte
- field.field.node.projet.field_liens - field.field.node.projet.field_liens
- field.field.node.projet.field_localisation_textuel - field.field.node.projet.field_localisation_textuel
- field.field.node.projet.field_pieces_jointes - field.field.node.projet.field_pieces_jointes
@@ -52,7 +51,6 @@ hidden:
field_diaporama: true field_diaporama: true
field_intro: true field_intro: true
field_legende_carte: true field_legende_carte: true
field_libelles_carte: true
field_liens: true field_liens: true
field_localisation_textuel: true field_localisation_textuel: true
field_pieces_jointes: true field_pieces_jointes: true

View File

@@ -12,7 +12,6 @@ dependencies:
- field.field.node.projet.field_diaporama - field.field.node.projet.field_diaporama
- field.field.node.projet.field_intro - field.field.node.projet.field_intro
- field.field.node.projet.field_legende_carte - field.field.node.projet.field_legende_carte
- field.field.node.projet.field_libelles_carte
- field.field.node.projet.field_liens - field.field.node.projet.field_liens
- field.field.node.projet.field_localisation_textuel - field.field.node.projet.field_localisation_textuel
- field.field.node.projet.field_pieces_jointes - field.field.node.projet.field_pieces_jointes
@@ -77,7 +76,6 @@ hidden:
field_collectif_du_projet: true field_collectif_du_projet: true
field_intro: true field_intro: true
field_legende_carte: true field_legende_carte: true
field_libelles_carte: true
field_liens: true field_liens: true
field_pieces_jointes: true field_pieces_jointes: true
field_poids: true field_poids: true

View File

@@ -0,0 +1,124 @@
uuid: 6e0e14d8-dc29-4d65-9f7f-5f510d33ce93
langcode: fr
status: true
dependencies:
config:
- field.field.paragraph.geofield_projet.field_carte
- field.field.paragraph.geofield_projet.field_libele
- field.field.paragraph.geofield_projet.field_principal
- paragraphs.paragraphs_type.geofield_projet
module:
- leaflet
id: paragraph.geofield_projet.default
targetEntityType: paragraph
bundle: geofield_projet
mode: default
content:
field_carte:
type: leaflet_formatter_default
label: hidden
settings:
multiple_map: false
leaflet_map: 'OSM Mapnik'
height: 400
height_unit: px
hide_empty_map: false
disable_wheel: false
gesture_handling: false
fitbounds_options: '{"padding":[0,0]}'
reset_map:
control: false
options: '{"position": "topleft", "title": "Reset View"}'
map_scale:
control: false
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
locate:
control: false
options: '{"position": "topright", "setView": "untilPanOrZoom", "returnToPrevBounds":true, "keepCurrentZoomLevel": true, "strings": {"title": "Locate my position"}}'
automatic: false
leaflet_tooltip:
value: ''
options: '{"permanent":false,"direction":"center"}'
popup: false
popup_content: ''
leaflet_popup:
control: ''
content: ''
options: '{"maxWidth":"300","minWidth":"50", "autoPan": true}'
value: ''
view_mode: full
map_position:
force: false
center:
lat: 0.0
lon: 0.0
zoomControlPosition: topleft
zoom: 5
minZoom: 1
maxZoom: 18
zoomFiner: 0
weight: '0'
icon:
iconType: marker
iconUrl: ''
shadowUrl: ''
className: ''
iconSize:
x: null
'y': null
iconAnchor:
x: null
'y': null
shadowSize:
x: null
'y': null
shadowAnchor:
x: null
'y': null
popupAnchor:
x: null
'y': null
html: '<div></div>'
html_class: leaflet-map-divicon
circle_marker_options: '{"radius": 100, "color": "red", "fillColor": "#f03", "fillOpacity": 0.5}'
leaflet_markercluster:
control: false
options: '{"spiderfyOnMaxZoom":true,"showCoverageOnHover":true,"removeOutsideVisibleBounds": false}'
excluded: ''
include_path: false
fullscreen:
control: false
options: '{"position":"topleft","pseudoFullscreen":false}'
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
feature_properties:
values: ''
geocoder:
control: false
settings:
autocomplete:
placeholder: 'Search Address'
title: 'Search an Address on the Map'
position: topright
input_size: 20
providers: { }
min_terms: 4
delay: 800
zoom: 16
popup: false
options: ''
map_lazy_load:
lazy_load: false
third_party_settings: { }
weight: 0
region: content
field_libele:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 1
region: content
hidden:
field_principal: true
search_api_excerpt: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: eZGw53_tQR0o846P6awZpw-1AarhtXlm-6AKAkmLvKY default_config_hash: eZGw53_tQR0o846P6awZpw-1AarhtXlm-6AKAkmLvKY
id: block.token id: block.token
label: 'Jeton (token)' label: 'Jeton (token)'
description: ''
targetEntityType: block targetEntityType: block
cache: true cache: true

View File

@@ -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: Complet label: Complet
description: ''
targetEntityType: block_content targetEntityType: block_content
cache: true cache: true

View File

@@ -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: Complet label: Complet
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: 2xSc_t5yN14t-fSfl3MR1WP9Em9ij1hY8A5IIVGlhts default_config_hash: 2xSc_t5yN14t-fSfl3MR1WP9Em9ij1hY8A5IIVGlhts
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

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: uZo6zv9Fa0wuqgu1kigVUhfRyvk1vQhD9GCP3HElGBk default_config_hash: uZo6zv9Fa0wuqgu1kigVUhfRyvk1vQhD9GCP3HElGBk
id: file.token id: file.token
label: 'Jeton (token)' label: 'Jeton (token)'
description: ''
targetEntityType: file targetEntityType: file
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: y5XBjb33PolVKVUnedtISf0rSrGdyo10HxOcI6Mey_w default_config_hash: y5XBjb33PolVKVUnedtISf0rSrGdyo10HxOcI6Mey_w
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

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: m4oQ8ZK4CNZqGBAczllmaKSGmjD5xXitPDvByAPwN3c default_config_hash: m4oQ8ZK4CNZqGBAczllmaKSGmjD5xXitPDvByAPwN3c
id: node.full id: node.full
label: 'Contenu complet' label: 'Contenu complet'
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.home id: node.home
label: Home label: Home
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: _lDZ7IYi00gmEw2ZkiWGmDYwxkccBlUyLGxMIJDTYkc default_config_hash: _lDZ7IYi00gmEw2ZkiWGmDYwxkccBlUyLGxMIJDTYkc
id: node.rss id: node.rss
label: RSS label: RSS
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: a4DyjkgEtvja2s1_cGy9Ealzu0LbDwzhEcpFP7aArNg default_config_hash: a4DyjkgEtvja2s1_cGy9Ealzu0LbDwzhEcpFP7aArNg
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

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: Gj61wjl4G9UfFnYfmi-e7Eyvwiqzcz6sIP24vA4nkHU default_config_hash: Gj61wjl4G9UfFnYfmi-e7Eyvwiqzcz6sIP24vA4nkHU
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

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: qJFVUFu6IPN8a4WgoDs0gcfyJqE3l3euB0wd1kO6hRQ default_config_hash: qJFVUFu6IPN8a4WgoDs0gcfyJqE3l3euB0wd1kO6hRQ
id: node.teaser id: node.teaser
label: Accroche label: Accroche
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: 7JhK586z4WYrdjuTZH19-WxWlLIi2QlS2ZL7m01bO6E default_config_hash: 7JhK586z4WYrdjuTZH19-WxWlLIi2QlS2ZL7m01bO6E
id: node.token id: node.token
label: 'Jeton (token)' label: 'Jeton (token)'
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
id: paragraph.preview id: paragraph.preview
label: Aperçu label: Aperçu
description: ''
targetEntityType: paragraph targetEntityType: paragraph
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: jNmsvf8AwwKxbOUYZuY8oBMQpLbkcbFsHy1U4gQhUME default_config_hash: jNmsvf8AwwKxbOUYZuY8oBMQpLbkcbFsHy1U4gQhUME
id: path_alias.token id: path_alias.token
label: Token label: Token
description: ''
targetEntityType: path_alias targetEntityType: path_alias
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: 5w8lM4B4_NrQbKBtWrpx9ySnzyrCEA5jw4cHSsEaA_Q default_config_hash: 5w8lM4B4_NrQbKBtWrpx9ySnzyrCEA5jw4cHSsEaA_Q
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

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: goI4SQiGy_YqNsD1dqZ-YNk7Jh5dSVsnlHvwGfDFZXI default_config_hash: goI4SQiGy_YqNsD1dqZ-YNk7Jh5dSVsnlHvwGfDFZXI
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

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: n4bF0yaCJsxERK-1RXJhTSrmx2qD10UFNfxi1EnvQR4 default_config_hash: n4bF0yaCJsxERK-1RXJhTSrmx2qD10UFNfxi1EnvQR4
id: user.compact id: user.compact
label: Compact label: Compact
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: JuyuBXboCPHWE0JVpdI2hnd0NMAT1U1ZFgQYh18jDzI default_config_hash: JuyuBXboCPHWE0JVpdI2hnd0NMAT1U1ZFgQYh18jDzI
id: user.full id: user.full
label: 'Compte utilisateur' label: 'Compte utilisateur'
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@@ -8,5 +8,6 @@ _core:
default_config_hash: JrWyKwRHER0Vr3j0Aukrr4NXdzNnB4kVjyr60gPvSA0 default_config_hash: JrWyKwRHER0Vr3j0Aukrr4NXdzNnB4kVjyr60gPvSA0
id: user.token id: user.token
label: 'Jeton (token)' label: 'Jeton (token)'
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

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
@@ -74,6 +73,7 @@ module:
leaflet: 0 leaflet: 0
link: 0 link: 0
link_attributes: 0 link_attributes: 0
link_attributes_menu_link_content: 0
linkit: 0 linkit: 0
locale: 0 locale: 0
loginregisterblock: 0 loginregisterblock: 0

View File

@@ -1,10 +1,9 @@
_core: _core:
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
langcode: fr
definitions: definitions:
contact__site_page: contact__site_page:
weight: -50
menu_name: footer menu_name: footer
parent: '' parent: ''
enabled: false weight: -50
expanded: false expanded: false
enabled: false

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

@@ -15,4 +15,5 @@ settings:
- italic - italic
- underline - underline
plugins: { } plugins: { }
image_upload: { } image_upload:
status: false

View File

@@ -40,8 +40,11 @@ settings:
- heading5 - heading5
- heading6 - heading6
ckeditor5_list: ckeditor5_list:
reversed: true properties:
startIndex: true reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing: ckeditor5_sourceEditing:
allowed_tags: { } allowed_tags: { }
image_upload: { } image_upload:
status: false

View File

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

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

@@ -17,3 +17,12 @@ extlink_css_exclude: ''
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_title_no_override: false
extlink_additional_link_classes: ''
extlink_additional_mailto_classes: ''
extlink_additional_tel_classes: ''
extlink_exclude_noreferrer: ''
extlink_css_include: ''
extlink_tel_class: ''
extlink_tel_label: '(link is a phone number)'
extlink_prevent_orphan: false

View File

@@ -1,12 +1,13 @@
uuid: ef45349c-ea3f-4769-92fe-dd544c52ce0f uuid: ef45c217-f669-4116-8b44-97bd898619cf
langcode: fr langcode: fr
status: true status: true
dependencies: dependencies:
config: config:
- field.storage.node.field_carte - field.storage.node.field_carte
- node.type.projet - node.type.projet
- paragraphs.paragraphs_type.geofield_projet
module: module:
- geofield - entity_reference_revisions
id: node.projet.field_carte id: node.projet.field_carte
field_name: field_carte field_name: field_carte
entity_type: node entity_type: node
@@ -17,5 +18,29 @@ required: false
translatable: false translatable: false
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings:
field_type: geofield handler: 'default:paragraph'
handler_settings:
target_bundles:
geofield_projet: geofield_projet
negate: 0
target_bundles_drag_drop:
chiffre_clef:
weight: 8
enabled: false
chronologie:
weight: 9
enabled: false
collectif_projet:
weight: 10
enabled: false
geofield_projet:
weight: 7
enabled: true
intertitre_texte:
weight: 11
enabled: false
membre_equipe:
weight: 12
enabled: false
field_type: entity_reference_revisions

View File

@@ -1,19 +0,0 @@
uuid: 62b4f37c-e8b3-4084-a17e-525f51421f11
langcode: fr
status: true
dependencies:
config:
- field.storage.node.field_libelles_carte
- node.type.projet
id: node.projet.field_libelles_carte
field_name: field_libelles_carte
entity_type: node
bundle: projet
label: libelles_carte
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,21 @@
uuid: 61590666-a4d6-46f7-87a6-9232dad72908
langcode: fr
status: true
dependencies:
config:
- field.storage.paragraph.field_carte
- paragraphs.paragraphs_type.geofield_projet
module:
- geofield
id: paragraph.geofield_projet.field_carte
field_name: field_carte
entity_type: paragraph
bundle: geofield_projet
label: Carte
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: geofield

View File

@@ -0,0 +1,19 @@
uuid: a7bd1c91-48b4-4f7f-8d51-7bd563a6c81e
langcode: fr
status: true
dependencies:
config:
- field.storage.paragraph.field_libele
- paragraphs.paragraphs_type.geofield_projet
id: paragraph.geofield_projet.field_libele
field_name: field_libele
entity_type: paragraph
bundle: geofield_projet
label: Libélé
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,23 @@
uuid: 75e5c9a2-a9af-4ac0-b98a-e30623a3f940
langcode: fr
status: true
dependencies:
config:
- field.storage.paragraph.field_principal
- paragraphs.paragraphs_type.geofield_projet
id: paragraph.geofield_projet.field_principal
field_name: field_principal
entity_type: paragraph
bundle: geofield_projet
label: Principal
description: ''
required: false
translatable: false
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: oui
off_label: non
field_type: boolean

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,17 +1,18 @@
uuid: b67c3939-1668-44af-9284-04aa909b60be uuid: 8d023e8b-b8ba-4de5-a688-b9c39647d78f
langcode: fr langcode: fr
status: true status: true
dependencies: dependencies:
module: module:
- geofield - entity_reference_revisions
- node - node
- paragraphs
id: node.field_carte id: node.field_carte
field_name: field_carte field_name: field_carte
entity_type: node entity_type: node
type: geofield type: entity_reference_revisions
settings: settings:
backend: geofield_backend_default target_type: paragraph
module: geofield module: entity_reference_revisions
locked: false locked: false
cardinality: -1 cardinality: -1
translatable: true translatable: true

View File

@@ -12,7 +12,7 @@ type: link
settings: { } settings: { }
module: link module: link
locked: false locked: false
cardinality: 1 cardinality: -1
translatable: true translatable: true
indexes: { } indexes: { }
persist_with_no_fields: false persist_with_no_fields: false

View File

@@ -0,0 +1,20 @@
uuid: f964953a-8d0b-4519-80e1-a7c0f1993f7d
langcode: fr
status: true
dependencies:
module:
- geofield
- paragraphs
id: paragraph.field_carte
field_name: field_carte
entity_type: paragraph
type: geofield
settings:
backend: geofield_backend_default
module: geofield
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -1,12 +1,12 @@
uuid: fbdd3f5f-1614-4c89-bfae-983cdea74493 uuid: 1e47a81a-0d7c-41a8-8f4c-5ee00a4d5d3a
langcode: fr langcode: fr
status: true status: true
dependencies: dependencies:
module: module:
- node - paragraphs
id: node.field_libelles_carte id: paragraph.field_libele
field_name: field_libelles_carte field_name: field_libele
entity_type: node entity_type: paragraph
type: string type: string
settings: settings:
max_length: 255 max_length: 255
@@ -14,7 +14,7 @@ settings:
is_ascii: false is_ascii: false
module: core module: core
locked: false locked: false
cardinality: -1 cardinality: 1
translatable: true translatable: true
indexes: { } indexes: { }
persist_with_no_fields: false persist_with_no_fields: false

View File

@@ -0,0 +1,18 @@
uuid: 32ff69db-9da5-4d96-913d-b66b72b064c4
langcode: fr
status: true
dependencies:
module:
- paragraphs
id: paragraph.field_principal
field_name: field_principal
entity_type: paragraph
type: boolean
settings: { }
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

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,11 @@ 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
filename_sanitization:
transliterate: false
replace_whitespace: false
replace_non_alphanumeric: false
deduplicate_separators: false
lowercase: false
replacement_character: '-'

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: { }

View File

@@ -17,30 +17,23 @@ filters:
status: true status: true
weight: -50 weight: -50
settings: { } settings: { }
filter_html_image_secure: filter_align:
id: filter_html_image_secure id: filter_align
provider: filter provider: filter
status: true status: false
weight: -48 weight: -41
settings: { } settings: { }
filter_url:
id: filter_url
provider: filter
status: true
weight: -45
settings:
filter_url_length: 72
filter_autop: filter_autop:
id: filter_autop id: filter_autop
provider: filter provider: filter
status: true status: true
weight: -49 weight: -49
settings: { } settings: { }
filter_htmlcorrector: filter_caption:
id: filter_htmlcorrector id: filter_caption
provider: filter provider: filter
status: true status: true
weight: -47 weight: -40
settings: { } settings: { }
filter_html: filter_html:
id: filter_html id: filter_html
@@ -51,24 +44,30 @@ filters:
allowed_html: '<br> <p> <h2> <h3> <h4> <h5> <h6> <strong> <em> <a href> <img src alt height width data-entity-uuid data-entity-type data-caption>' allowed_html: '<br> <p> <h2> <h3> <h4> <h5> <h6> <strong> <em> <a href> <img src alt height width data-entity-uuid data-entity-type data-caption>'
filter_html_help: true filter_html_help: true
filter_html_nofollow: false filter_html_nofollow: false
filter_align:
id: filter_align
provider: filter
status: false
weight: -41
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: true
weight: -40
settings: { }
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_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
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: 15
settings: { }
filter_pathologic: filter_pathologic:
id: filter_pathologic id: filter_pathologic
provider: pathologic provider: pathologic
@@ -79,9 +78,11 @@ filters:
local_settings: local_settings:
protocol_style: full protocol_style: full
local_paths: '' local_paths: ''
filter_image_lazy_load: keep_language_prefix: false
id: filter_image_lazy_load filter_url:
id: filter_url
provider: filter provider: filter
status: true status: true
weight: 15 weight: -45
settings: { } settings:
filter_url_length: 72

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,6 +1,5 @@
_core: _core:
default_config_hash: 0cOpr1OyXWdffdvJFlXdoNQpPest7EYeepdwUe7U9pQ default_config_hash: 0cOpr1OyXWdffdvJFlXdoNQpPest7EYeepdwUe7U9pQ
langcode: fr
gmap_api_key: '' gmap_api_key: ''
gmap_api_localization: default gmap_api_localization: default
theming: theming:

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

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

@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
langcode: fr
send: true send: true
nosend_notify: false nosend_notify: false
log: true log: true

View File

@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k
langcode: fr
site_id: '8' site_id: '8'
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,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

@@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:' parent: 'main:'
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

View File

@@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:' parent: 'main:'
name: Equipe name: Equipe
type: equipe type: equipe
description: '' description: null
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: false display_submitted: false

View File

@@ -14,7 +14,7 @@ _core:
name: FAQ name: FAQ
type: faq type: faq
description: 'Une question fréquemment posée et sa réponse.' description: 'Une question fréquemment posée et sa réponse.'
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: false display_submitted: false

View File

@@ -11,7 +11,7 @@ third_party_settings:
name: Offre name: Offre
type: offre type: offre
description: 'Offre de service' description: 'Offre de service'
help: '' help: null
new_revision: false new_revision: false
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: 1 preview_mode: 1
display_submitted: false display_submitted: false

View File

@@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: Projet name: Projet
type: projet type: projet
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: false display_submitted: false

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

@@ -46,7 +46,7 @@ variant_settings:
uuid: 42e5f5be-e990-4ced-854c-3f431dbfdcc0 uuid: 42e5f5be-e990-4ced-854c-3f431dbfdcc0
41595e31-d8d6-4940-a1e5-8687c04af5a5: 41595e31-d8d6-4940-a1e5-8687c04af5a5:
id: sitesmap_block id: sitesmap_block
label: 'Carte des projets lauréats 2024' label: 'Les projets lauréats'
label_display: visible label_display: visible
provider: erable_mod provider: erable_mod
context_mapping: { } context_mapping: { }
@@ -60,6 +60,9 @@ variant_settings:
builder: standard builder: standard
storage_type: page_manager storage_type: page_manager
storage_id: home-panels_variant-0 storage_id: home-panels_variant-0
css_classes: { }
html_id: ''
css_styles: ''
page: home page: home
selection_criteria: { } selection_criteria: { }
selection_logic: and selection_logic: and

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

@@ -0,0 +1,10 @@
uuid: 1d2b719d-2cd0-4376-8c6f-13fb3c392f27
langcode: fr
status: true
dependencies: { }
id: geofield_projet
label: 'geofield projet'
icon_uuid: null
icon_default: null
description: ''
behavior_plugins: { }

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,4 +1,3 @@
_core: _core:
default_config_hash: ylS3vsh8Ssk63Wrb_g1Np12zqe2qfK0NX4AOV1OYgLQ default_config_hash: ylS3vsh8Ssk63Wrb_g1Np12zqe2qfK0NX4AOV1OYgLQ
langcode: fr
cron_threshold: 250 cron_threshold: 250

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,10 @@
_core: _core:
default_config_hash: 8GufBtaRPlip9zXBTr8vzOQOHnvtFyi4xLV7si356oM default_config_hash: 8GufBtaRPlip9zXBTr8vzOQOHnvtFyi4xLV7si356oM
langcode: fr scheme_allow_list:
scheme_whitelist:
- http - http
- https - https
- files - files
- internal - internal
protocol_style: full protocol_style: full
local_paths: '' local_paths: ''
keep_language_prefix: false

View File

@@ -1,6 +1,5 @@
_core: _core:
default_config_hash: o1wWkhSOJotsHFgvzESaUOiTWhLak62cKBDyEtewAIM default_config_hash: o1wWkhSOJotsHFgvzESaUOiTWhLak62cKBDyEtewAIM
langcode: fr
role_to_select: role_to_select:
candidat: candidat candidat: candidat
registration_mode: user registration_mode: user

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

@@ -14,9 +14,10 @@ smtp_from: ''
smtp_fromname: '' smtp_fromname: ''
smtp_client_hostname: '' smtp_client_hostname: ''
smtp_client_helo: '' smtp_client_helo: ''
smtp_allowhtml: '' smtp_allowhtml: false
smtp_test_address: '' smtp_test_address: ''
smtp_reroute_address: '' smtp_reroute_address: ''
smtp_debugging: false smtp_debugging: false
prev_mail_system: php_mail prev_mail_system: php_mail
smtp_keepalive: false smtp_keepalive: false
smtp_debug_level: 1

View File

@@ -1,3 +1,4 @@
langcode: fr
blocks: blocks:
- -
info: 'Create meetup offre' info: 'Create meetup offre'

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