Compare commits
30 Commits
9cd6627bfa
...
prod
Author | SHA1 | Date | |
---|---|---|---|
310ff06463 | |||
249b139495 | |||
27a59c7174 | |||
80d1284484 | |||
b944bc0690 | |||
c8a186a34d | |||
e97074c0e7 | |||
1304257fe6 | |||
9709130f0c | |||
1a22f4c4c3 | |||
d912155cd0 | |||
be90064f2a | |||
fc7abaac3a | |||
11a7eb8a3f | |||
0023c1230b | |||
7a5aa0a711 | |||
1b1f8a5aef | |||
29496a9a11 | |||
9ade02e921 | |||
f44ab62723 | |||
6b92ed3183 | |||
43214f82db | |||
277807ef4b | |||
5bd85f61d5 | |||
b0eb49a93e | |||
5b13541fdc | |||
c052f89d27 | |||
cd3b47e913 | |||
217b84c755 | |||
6db99742c4 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -42,6 +42,9 @@
|
||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
|
||||
# PHPStan's baseline uses tabs instead of spaces.
|
||||
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
||||
|
||||
# Define binary file attributes.
|
||||
# - Do not treat them as text.
|
||||
# - Include binary diff in patches instead of "binary files differ."
|
||||
|
@ -17,11 +17,13 @@
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/agreement": "^3.0@alpha",
|
||||
"drupal/better_exposed_filters": "^6.0",
|
||||
"drupal/betterlogin": "^2.0",
|
||||
"drupal/config_pages": "2.15",
|
||||
"drupal/core-composer-scaffold": "^10.1",
|
||||
"drupal/core-project-message": "^10.1",
|
||||
"drupal/core-recommended": "^10.1",
|
||||
"drupal/config_pages": "^2.0",
|
||||
"drupal/core-composer-scaffold": "^10.2",
|
||||
"drupal/core-project-message": "^10.2",
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/devel": "^5.1",
|
||||
"drupal/email_registration": "^1.4",
|
||||
"drupal/faq": "^1.2",
|
||||
"drupal/geofield": "^1.61",
|
||||
@ -30,13 +32,14 @@
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/linked_field": "^1.5",
|
||||
"drupal/matomo": "^1.23",
|
||||
"drupal/page_manager": "^4.0@RC",
|
||||
"drupal/panels": "^4.7",
|
||||
"drupal/paragraphs": "^1.16",
|
||||
"drupal/password_policy": "^4.0",
|
||||
"drupal/profile": "^1.9",
|
||||
"drupal/registration_role": "^2.0",
|
||||
"drupal/smart_date": "^4.1@RC",
|
||||
"drupal/smart_date": "^4.2",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/terms_of_use": "^2.3",
|
||||
@ -127,11 +130,13 @@
|
||||
"merge-extra": true
|
||||
},
|
||||
"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":{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
3788
composer.lock
generated
3788
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: RumewwAShocwpN5KgIf0U8Z2yd4_f7mQJpYnwLTzhhQ
|
||||
langcode: fr
|
||||
menu_depth: 4
|
||||
|
@ -4,6 +4,7 @@ langcode: fr
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
block_classes_stored: { }
|
||||
enable_attributes: true
|
||||
enable_auto_complete: true
|
||||
qty_classes_per_block: 10
|
||||
@ -15,7 +16,7 @@ weight_attributes: 0
|
||||
weight_class: 0
|
||||
weight_id: 0
|
||||
filter_html_clean_css_identifier: ''
|
||||
maxlength_attributes: 0
|
||||
maxlength_attributes: 255
|
||||
maxlength_id: 255
|
||||
attribute_keys_stored: '[]'
|
||||
attribute_value_stored: '[]'
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: link
|
||||
label: Link
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: logo_link
|
||||
label: 'Logo link'
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -2,4 +2,3 @@ _core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
auto_import: { }
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
|
||||
langcode: fr
|
||||
ignored_config_entities: { }
|
||||
mode: simple
|
||||
|
17
config/sync/config_pages.type.partenaires.yml
Normal file
17
config/sync/config_pages.type.partenaires.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 5d4ed356-2db2-4817-b5cd-ac0d7df3cd20
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: partenaires
|
||||
label: Partenaires
|
||||
token: true
|
||||
context:
|
||||
show_warning: true
|
||||
group:
|
||||
language: false
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /admin/content/partenaires
|
||||
weight: 0
|
||||
description: ''
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Ybib_dFQ1insjZmm1a7bQlvdUVX8BGbF8EZGz2jMBPo
|
||||
langcode: fr
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IdcCyfVkD8kunSj3rbm1mwrfJbfcJK4bjfPheIqxnxI
|
||||
langcode: fr
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: S2TgQLZhiodGAfJKqb5Epnsksw3ST09nIMqTazOcBuI
|
||||
langcode: fr
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
|
@ -0,0 +1,24 @@
|
||||
uuid: ac8b36dd-5535-49aa-8acb-cf54fc1af148
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- field.field.config_pages.partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
@ -11,7 +11,6 @@ dependencies:
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- 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_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
@ -27,7 +26,6 @@ dependencies:
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- leaflet
|
||||
- link
|
||||
- paragraphs
|
||||
- path
|
||||
@ -46,7 +44,7 @@ third_party_settings:
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 3
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -59,10 +57,10 @@ third_party_settings:
|
||||
children:
|
||||
- field_sous_titre
|
||||
- field_localisation_textuel
|
||||
- field_intro
|
||||
- field_texte
|
||||
- field_chiffres_clefs
|
||||
- field_chronologie
|
||||
- field_intro
|
||||
label: Contenus
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
@ -78,9 +76,8 @@ third_party_settings:
|
||||
required_fields: true
|
||||
group_carte:
|
||||
children:
|
||||
- field_carte
|
||||
- field_libelles_carte
|
||||
- field_legende_carte
|
||||
- field_carte
|
||||
label: carte
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
@ -136,7 +133,7 @@ third_party_settings:
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 4
|
||||
weight: 2
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -212,69 +209,22 @@ content:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_carte:
|
||||
type: leaflet_widget_default
|
||||
weight: 3
|
||||
type: paragraphs
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
map:
|
||||
leaflet_map: 'OSM Mapnik'
|
||||
height: 400
|
||||
auto_center: 1
|
||||
map_position:
|
||||
force: true
|
||||
center:
|
||||
lat: 46.751944
|
||||
lon: 2.416667
|
||||
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: 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: ''
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_chiffres_clefs:
|
||||
type: paragraphs
|
||||
@ -348,26 +298,12 @@ content:
|
||||
third_party_settings: { }
|
||||
field_legende_carte:
|
||||
type: text_textarea
|
||||
weight: 32
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
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:
|
||||
type: link_default
|
||||
weight: 5
|
||||
|
@ -3,32 +3,48 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_couverture
|
||||
- field.field.node.ressource.field_fichier_ressource
|
||||
- field.field.node.ressource.field_ressource_date
|
||||
- image.style.thumbnail
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- path
|
||||
- text
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 121
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_couverture:
|
||||
type: image_image
|
||||
weight: 123
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_fichier_ressource:
|
||||
type: file_generic
|
||||
weight: 122
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_ressource_date:
|
||||
type: datetime_default
|
||||
weight: 124
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
|
@ -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
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: wtsEf26SHyRbzRKFX3yOY9yJzYsEq5e2bd7xSCKPevw
|
||||
id: user.register
|
||||
label: "S'inscrire"
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -0,0 +1,23 @@
|
||||
uuid: 428832a7-10f4-4ebb-a75c-0db9fc7c6d2b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- field.field.config_pages.partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,24 @@
|
||||
uuid: 8bd188c3-a191-4967-a4eb-101f4d0b5653
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- core.entity_view_mode.config_pages.full
|
||||
- field.field.config_pages.partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.full
|
||||
targetEntityType: config_pages
|
||||
bundle: partenaires
|
||||
mode: full
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -11,7 +11,6 @@ dependencies:
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- 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_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
@ -25,7 +24,6 @@ dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- geofield
|
||||
- image
|
||||
- link
|
||||
- text
|
||||
@ -44,13 +42,13 @@ content:
|
||||
weight: 14
|
||||
region: content
|
||||
field_carte:
|
||||
type: geofield_default
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
output_format: wkt
|
||||
output_escape: true
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
weight: 20
|
||||
region: content
|
||||
field_chiffres_clefs:
|
||||
type: entity_reference_revisions_entity_view
|
||||
@ -104,14 +102,6 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 19
|
||||
region: content
|
||||
field_libelles_carte:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
|
@ -12,7 +12,6 @@ dependencies:
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- 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_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
@ -28,7 +27,6 @@ dependencies:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- image_field_caption
|
||||
- leaflet
|
||||
- link
|
||||
- text
|
||||
- user
|
||||
@ -38,96 +36,11 @@ bundle: projet
|
||||
mode: full
|
||||
content:
|
||||
field_carte:
|
||||
type: leaflet_formatter_default
|
||||
label: visually_hidden
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
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: '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
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
@ -147,7 +60,7 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
weight: 9
|
||||
region: content
|
||||
field_collectif_du_projet:
|
||||
type: entity_reference_revisions_entity_view
|
||||
@ -156,7 +69,7 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
weight: 10
|
||||
region: content
|
||||
field_diaporama:
|
||||
type: image_caption
|
||||
@ -181,14 +94,6 @@ content:
|
||||
label: above
|
||||
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
|
||||
region: content
|
||||
field_liens:
|
||||
@ -201,7 +106,7 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
weight: 13
|
||||
region: content
|
||||
field_localisation_textuel:
|
||||
type: string
|
||||
@ -217,7 +122,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
weight: 12
|
||||
region: content
|
||||
field_pour_aller_plus_loin:
|
||||
type: entity_reference_label
|
||||
@ -225,7 +130,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
weight: 11
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
|
@ -12,7 +12,6 @@ dependencies:
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- 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_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
@ -52,7 +51,6 @@ hidden:
|
||||
field_diaporama: true
|
||||
field_intro: true
|
||||
field_legende_carte: true
|
||||
field_libelles_carte: true
|
||||
field_liens: true
|
||||
field_localisation_textuel: true
|
||||
field_pieces_jointes: true
|
||||
|
@ -12,7 +12,6 @@ dependencies:
|
||||
- field.field.node.projet.field_diaporama
|
||||
- field.field.node.projet.field_intro
|
||||
- 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_localisation_textuel
|
||||
- field.field.node.projet.field_pieces_jointes
|
||||
@ -77,7 +76,6 @@ hidden:
|
||||
field_collectif_du_projet: true
|
||||
field_intro: true
|
||||
field_legende_carte: true
|
||||
field_libelles_carte: true
|
||||
field_liens: true
|
||||
field_pieces_jointes: true
|
||||
field_poids: true
|
||||
|
@ -3,22 +3,47 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_couverture
|
||||
- field.field.node.ressource.field_fichier_ressource
|
||||
- field.field.node.ressource.field_ressource_date
|
||||
- node.type.ressource
|
||||
module:
|
||||
- text
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- user
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
field_couverture:
|
||||
type: image
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
weight: 103
|
||||
region: content
|
||||
field_fichier_ressource:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
region: content
|
||||
field_ressource_date:
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: moyen
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
|
@ -4,29 +4,25 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.ressource.body
|
||||
- field.field.node.ressource.field_couverture
|
||||
- field.field.node.ressource.field_fichier_ressource
|
||||
- field.field.node.ressource.field_ressource_date
|
||||
- node.type.ressource
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.ressource.teaser
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
field_couverture: true
|
||||
field_fichier_ressource: true
|
||||
field_ressource_date: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
@ -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
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: eZGw53_tQR0o846P6awZpw-1AarhtXlm-6AKAkmLvKY
|
||||
id: block.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: block
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
|
||||
id: block_content.full
|
||||
label: Complet
|
||||
description: ''
|
||||
targetEntityType: block_content
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
|
||||
id: config_pages.full
|
||||
label: Complet
|
||||
description: ''
|
||||
targetEntityType: config_pages
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 2xSc_t5yN14t-fSfl3MR1WP9Em9ij1hY8A5IIVGlhts
|
||||
id: contact_message.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: contact_message
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: uZo6zv9Fa0wuqgu1kigVUhfRyvk1vQhD9GCP3HElGBk
|
||||
id: file.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: file
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: y5XBjb33PolVKVUnedtISf0rSrGdyo10HxOcI6Mey_w
|
||||
id: menu_link_content.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: menu_link_content
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: m4oQ8ZK4CNZqGBAczllmaKSGmjD5xXitPDvByAPwN3c
|
||||
id: node.full
|
||||
label: 'Contenu complet'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- node
|
||||
id: node.home
|
||||
label: Home
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: _lDZ7IYi00gmEw2ZkiWGmDYwxkccBlUyLGxMIJDTYkc
|
||||
id: node.rss
|
||||
label: RSS
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: a4DyjkgEtvja2s1_cGy9Ealzu0LbDwzhEcpFP7aArNg
|
||||
id: node.search_index
|
||||
label: 'Index de recherche'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: Gj61wjl4G9UfFnYfmi-e7Eyvwiqzcz6sIP24vA4nkHU
|
||||
id: node.search_result
|
||||
label: 'Résultat de recherche mettant en évidence la saisie'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: qJFVUFu6IPN8a4WgoDs0gcfyJqE3l3euB0wd1kO6hRQ
|
||||
id: node.teaser
|
||||
label: Accroche
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 7JhK586z4WYrdjuTZH19-WxWlLIi2QlS2ZL7m01bO6E
|
||||
id: node.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
||||
id: paragraph.preview
|
||||
label: Aperçu
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: jNmsvf8AwwKxbOUYZuY8oBMQpLbkcbFsHy1U4gQhUME
|
||||
id: path_alias.token
|
||||
label: Token
|
||||
description: ''
|
||||
targetEntityType: path_alias
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 5w8lM4B4_NrQbKBtWrpx9ySnzyrCEA5jw4cHSsEaA_Q
|
||||
id: taxonomy_term.full
|
||||
label: "Page d'un terme de taxonomie"
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: goI4SQiGy_YqNsD1dqZ-YNk7Jh5dSVsnlHvwGfDFZXI
|
||||
id: taxonomy_term.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: n4bF0yaCJsxERK-1RXJhTSrmx2qD10UFNfxi1EnvQR4
|
||||
id: user.compact
|
||||
label: Compact
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: JuyuBXboCPHWE0JVpdI2hnd0NMAT1U1ZFgQYh18jDzI
|
||||
id: user.full
|
||||
label: 'Compte utilisateur'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: JrWyKwRHER0Vr3j0Aukrr4NXdzNnB4kVjyr60gPvSA0
|
||||
id: user.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
langcode: fr
|
||||
module:
|
||||
actions_permissions: 0
|
||||
address: 0
|
||||
@ -74,10 +73,12 @@ module:
|
||||
leaflet: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
link_attributes_menu_link_content: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
loginregisterblock: 0
|
||||
maillog: 0
|
||||
matomo: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
menu_link_content: 0
|
||||
|
@ -1,10 +1,9 @@
|
||||
_core:
|
||||
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
|
||||
langcode: fr
|
||||
definitions:
|
||||
contact__site_page:
|
||||
weight: -50
|
||||
menu_name: footer
|
||||
parent: ''
|
||||
enabled: false
|
||||
weight: -50
|
||||
expanded: false
|
||||
enabled: false
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: DfshuQJJ7I30rwPRVdQT67nvhPnXkFiJK_dmJxZgNKc
|
||||
langcode: fr
|
||||
row_limit: 1000
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IF0N5iOZlOY8dJPSNNkZwph9jkMpkJvI4dTuK1xiD0Q
|
||||
langcode: fr
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
|
@ -5,4 +5,3 @@ toolbar_items:
|
||||
- devel.phpinfo
|
||||
- devel.run_cron
|
||||
- devel.theme_registry
|
||||
langcode: fr
|
||||
|
@ -15,4 +15,5 @@ settings:
|
||||
- italic
|
||||
- underline
|
||||
plugins: { }
|
||||
image_upload: { }
|
||||
image_upload:
|
||||
status: false
|
||||
|
@ -40,8 +40,11 @@ settings:
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_list:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
image_upload: { }
|
||||
image_upload:
|
||||
status: false
|
||||
|
@ -35,7 +35,7 @@ image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
||||
langcode: fr
|
||||
login_with_username: false
|
||||
require_username_on_registration: false
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: 7CGKsosNQEyYfQ2qiob-sBdmox8rrL5He7iLJgJ1kNo
|
||||
langcode: fr
|
||||
file_scheme: public
|
||||
upload_directory: embed_buttons
|
||||
|
@ -17,3 +17,12 @@ extlink_css_exclude: ''
|
||||
extlink_css_explicit: ''
|
||||
extlink_mailto_class: mailto
|
||||
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
|
||||
|
@ -0,0 +1,24 @@
|
||||
uuid: a602e5f1-b45b-41d2-bfa6-abf8034cc3f9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.partenaires
|
||||
- field.storage.config_pages.field_intro
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- text
|
||||
id: config_pages.partenaires.field_intro
|
||||
field_name: field_intro
|
||||
entity_type: config_pages
|
||||
bundle: partenaires
|
||||
label: Intro
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
@ -1,12 +1,13 @@
|
||||
uuid: ef45349c-ea3f-4769-92fe-dd544c52ce0f
|
||||
uuid: ef45c217-f669-4116-8b44-97bd898619cf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_carte
|
||||
- node.type.projet
|
||||
- paragraphs.paragraphs_type.geofield_projet
|
||||
module:
|
||||
- geofield
|
||||
- entity_reference_revisions
|
||||
id: node.projet.field_carte
|
||||
field_name: field_carte
|
||||
entity_type: node
|
||||
@ -17,5 +18,29 @@ required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: geofield
|
||||
settings:
|
||||
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
|
||||
|
@ -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
|
@ -1,24 +0,0 @@
|
||||
uuid: 4752307f-9aa9-40d5-b6b4-67ff2994d167
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- node.type.ressource
|
||||
module:
|
||||
- text
|
||||
id: node.ressource.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
allowed_formats: { }
|
||||
field_type: text_with_summary
|
41
config/sync/field.field.node.ressource.field_couverture.yml
Normal file
41
config/sync/field.field.node.ressource.field_couverture.yml
Normal file
@ -0,0 +1,41 @@
|
||||
uuid: 337280cb-c1a4-4258-8002-3e54da4ef7af
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_couverture
|
||||
- node.type.ressource
|
||||
module:
|
||||
- image
|
||||
id: node.ressource.field_couverture
|
||||
field_name: field_couverture
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: Couverture
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 0
|
||||
caption_field_required: 0
|
||||
field_type: image
|
@ -0,0 +1,27 @@
|
||||
uuid: cb4d94b5-ba0c-42f9-afc3-872a22dcf970
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_fichier_ressource
|
||||
- node.type.ressource
|
||||
module:
|
||||
- file
|
||||
id: node.ressource.field_fichier_ressource
|
||||
field_name: field_fichier_ressource
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: fichier_ressource
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'txt pdf odt'
|
||||
max_filesize: ''
|
||||
description_field: false
|
||||
field_type: file
|
@ -0,0 +1,21 @@
|
||||
uuid: 492d0344-680a-4fc6-ae79-d238ac94c597
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_ressource_date
|
||||
- node.type.ressource
|
||||
module:
|
||||
- datetime
|
||||
id: node.ressource.field_ressource_date
|
||||
field_name: field_ressource_date
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: 'Ressource date'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: datetime
|
@ -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
|
@ -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
|
@ -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
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: yC1VrNt3it8LmbGTO8cGhgNqRgN3ikhqun5dCWFVCAA
|
||||
langcode: fr
|
||||
purge_batch_size: 50
|
||||
|
@ -1,17 +1,18 @@
|
||||
uuid: b67c3939-1668-44af-9284-04aa909b60be
|
||||
uuid: 8d023e8b-b8ba-4de5-a688-b9c39647d78f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- geofield
|
||||
- entity_reference_revisions
|
||||
- node
|
||||
- paragraphs
|
||||
id: node.field_carte
|
||||
field_name: field_carte
|
||||
entity_type: node
|
||||
type: geofield
|
||||
type: entity_reference_revisions
|
||||
settings:
|
||||
backend: geofield_backend_default
|
||||
module: geofield
|
||||
target_type: paragraph
|
||||
module: entity_reference_revisions
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
|
30
config/sync/field.storage.node.field_couverture.yml
Normal file
30
config/sync/field.storage.node.field_couverture.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: 155a4d26-3357-495d-9d93-36c6ceab75ba
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- node
|
||||
id: node.field_couverture
|
||||
field_name: field_couverture
|
||||
entity_type: node
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
23
config/sync/field.storage.node.field_fichier_ressource.yml
Normal file
23
config/sync/field.storage.node.field_fichier_ressource.yml
Normal file
@ -0,0 +1,23 @@
|
||||
uuid: bd5e08e2-421d-432c-bcda-db3449339ce9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- node
|
||||
id: node.field_fichier_ressource
|
||||
field_name: field_fichier_ressource
|
||||
entity_type: node
|
||||
type: file
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
module: file
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -12,7 +12,7 @@ type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: 1
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
|
20
config/sync/field.storage.node.field_ressource_date.yml
Normal file
20
config/sync/field.storage.node.field_ressource_date.yml
Normal file
@ -0,0 +1,20 @@
|
||||
uuid: b546fce3-9cd8-40b7-bc5e-4b0d159d5ade
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- node
|
||||
id: node.field_ressource_date
|
||||
field_name: field_ressource_date
|
||||
entity_type: node
|
||||
type: datetime
|
||||
settings:
|
||||
datetime_type: date
|
||||
module: datetime
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
20
config/sync/field.storage.paragraph.field_carte.yml
Normal file
20
config/sync/field.storage.paragraph.field_carte.yml
Normal 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
|
@ -1,12 +1,12 @@
|
||||
uuid: fbdd3f5f-1614-4c89-bfae-983cdea74493
|
||||
uuid: 1e47a81a-0d7c-41a8-8f4c-5ee00a4d5d3a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_libelles_carte
|
||||
field_name: field_libelles_carte
|
||||
entity_type: node
|
||||
- paragraphs
|
||||
id: paragraph.field_libele
|
||||
field_name: field_libele
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
@ -14,7 +14,7 @@ settings:
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
18
config/sync/field.storage.paragraph.field_principal.yml
Normal file
18
config/sync/field.storage.paragraph.field_principal.yml
Normal 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
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
|
||||
field_prefix: field_
|
||||
langcode: fr
|
||||
|
@ -5,5 +5,11 @@ description:
|
||||
length: 128
|
||||
icon:
|
||||
directory: core/modules/file/icons
|
||||
langcode: fr
|
||||
make_unused_managed_files_temporary: false
|
||||
filename_sanitization:
|
||||
transliterate: false
|
||||
replace_whitespace: false
|
||||
replace_non_alphanumeric: false
|
||||
deduplicate_separators: false
|
||||
lowercase: false
|
||||
replacement_character: '-'
|
||||
|
@ -8,6 +8,12 @@ name: 'Texte brut'
|
||||
format: plain_text
|
||||
weight: 10
|
||||
filters:
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
||||
filter_html_escape:
|
||||
id: filter_html_escape
|
||||
provider: filter
|
||||
@ -21,9 +27,3 @@ filters:
|
||||
weight: 0
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
||||
|
@ -17,30 +17,23 @@ filters:
|
||||
status: true
|
||||
weight: -50
|
||||
settings: { }
|
||||
filter_html_image_secure:
|
||||
id: filter_html_image_secure
|
||||
filter_align:
|
||||
id: filter_align
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -48
|
||||
status: false
|
||||
weight: -41
|
||||
settings: { }
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -45
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -49
|
||||
settings: { }
|
||||
filter_htmlcorrector:
|
||||
id: filter_htmlcorrector
|
||||
filter_caption:
|
||||
id: filter_caption
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -47
|
||||
weight: -40
|
||||
settings: { }
|
||||
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>'
|
||||
filter_html_help: true
|
||||
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:
|
||||
id: filter_html_escape
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -42
|
||||
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:
|
||||
id: filter_pathologic
|
||||
provider: pathologic
|
||||
@ -79,9 +78,11 @@ filters:
|
||||
local_settings:
|
||||
protocol_style: full
|
||||
local_paths: ''
|
||||
filter_image_lazy_load:
|
||||
id: filter_image_lazy_load
|
||||
keep_language_prefix: false
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 15
|
||||
settings: { }
|
||||
weight: -45
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
|
@ -2,4 +2,3 @@ _core:
|
||||
default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM
|
||||
fallback_format: plain_text
|
||||
always_show_fallback_choice: false
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 0cOpr1OyXWdffdvJFlXdoNQpPest7EYeepdwUe7U9pQ
|
||||
langcode: fr
|
||||
gmap_api_key: ''
|
||||
gmap_api_localization: default
|
||||
theming:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw
|
||||
langcode: fr
|
||||
protect_all_forms: false
|
||||
unprotected_forms:
|
||||
- user_login_form
|
||||
|
@ -3,4 +3,3 @@ _core:
|
||||
preview_image: core/modules/image/sample.png
|
||||
allow_insecure_derivatives: false
|
||||
suppress_itok_output: false
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Ys5M79wZXx_k_rtFf65fpICqe7yH3h8iuxWMMB0utyI
|
||||
langcode: fr
|
||||
map:
|
||||
'no': nb
|
||||
pt: pt-pt
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: cRCI0tHP1UHHRAZnWB2kumZdKCl42f5lrV7q055H5jU
|
||||
langcode: fr
|
||||
session:
|
||||
parameter: language
|
||||
url:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: uMLvVIvxpGVE_bF8BglnNT7vjMf_t8iNpe9_v1X0wAg
|
||||
langcode: fr
|
||||
all:
|
||||
- language_interface
|
||||
- language_content
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: NfYKrBm84GgW4yeYijbs7xPXbUU8jQChyiu7x4qlNOw
|
||||
langcode: fr
|
||||
cache_strings: true
|
||||
translate_english: false
|
||||
javascript:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
|
||||
langcode: fr
|
||||
send: true
|
||||
nosend_notify: false
|
||||
log: true
|
||||
|
59
config/sync/matomo.settings.yml
Normal file
59
config/sync/matomo.settings.yml
Normal file
@ -0,0 +1,59 @@
|
||||
_core:
|
||||
default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k
|
||||
site_id: '8'
|
||||
url_http: 'http://analytics.figureslibres.io/'
|
||||
url_https: 'https://analytics.figureslibres.io/'
|
||||
domain_mode: 0
|
||||
visibility:
|
||||
request_path_mode: 0
|
||||
request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*"
|
||||
user_role_mode: 0
|
||||
user_role_roles: { }
|
||||
user_account_mode: 1
|
||||
track:
|
||||
mailto: true
|
||||
files: true
|
||||
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
|
||||
colorbox: true
|
||||
userid: false
|
||||
messages: { }
|
||||
site_search: false
|
||||
privacy:
|
||||
donottrack: true
|
||||
disablecookies: false
|
||||
custom:
|
||||
variable:
|
||||
1:
|
||||
slot: 1
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
2:
|
||||
slot: 2
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
3:
|
||||
slot: 3
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
4:
|
||||
slot: 4
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
5:
|
||||
slot: 5
|
||||
name: ''
|
||||
value: ''
|
||||
scope: visit
|
||||
codesnippet:
|
||||
before: ''
|
||||
after: ''
|
||||
translation_set: false
|
||||
disable_tracking: false
|
||||
cache: false
|
||||
page_title_hierarchy: false
|
||||
page_title_hierarchy_exclude_home: true
|
||||
status_codes_disabled: { }
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw
|
||||
override_parent_selector: false
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: OXPp9nZGMVmjzysZndNjQcPUZHdkyhy6aYtZhf2z_Tw
|
||||
langcode: fr
|
||||
use_admin_theme: true
|
||||
|
@ -11,8 +11,8 @@ third_party_settings:
|
||||
parent: 'main:'
|
||||
name: Actualité
|
||||
type: actualite
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
@ -11,8 +11,8 @@ third_party_settings:
|
||||
parent: 'main:'
|
||||
name: Equipe
|
||||
type: equipe
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
@ -14,7 +14,7 @@ _core:
|
||||
name: FAQ
|
||||
type: faq
|
||||
description: 'Une question fréquemment posée et sa réponse.'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
@ -11,7 +11,7 @@ third_party_settings:
|
||||
name: Offre
|
||||
type: offre
|
||||
description: 'Offre de service'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: false
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
||||
|
@ -11,8 +11,8 @@ third_party_settings:
|
||||
parent: 'main:'
|
||||
name: Partenaire
|
||||
type: partenaire
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Projet
|
||||
type: projet
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Ressource
|
||||
type: ressource
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user