slick calendrier
This commit is contained in:
commit
0091cf26a3
|
@ -35,6 +35,7 @@
|
||||||
"drupal/quick_node_clone": "^1.18",
|
"drupal/quick_node_clone": "^1.18",
|
||||||
"drupal/simple_sitemap": "^4.1",
|
"drupal/simple_sitemap": "^4.1",
|
||||||
"drupal/social_media_links": "^2.9",
|
"drupal/social_media_links": "^2.9",
|
||||||
|
"drupal/viewsreference": "^2.0@beta",
|
||||||
"drupal/yaml_editor": "^1.2",
|
"drupal/yaml_editor": "^1.2",
|
||||||
"drush/drush": "^12.4",
|
"drush/drush": "^12.4",
|
||||||
"wikimedia/composer-merge-plugin": "^2.1"
|
"wikimedia/composer-merge-plugin": "^2.1"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "e636d8065f593dcf1268ea5aa1ecdd2d",
|
"content-hash": "410874c298658217f9eccd480c10c4e6",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -7572,6 +7572,72 @@
|
||||||
"docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo"
|
"docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/viewsreference",
|
||||||
|
"version": "2.0.0-beta10",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/viewsreference.git",
|
||||||
|
"reference": "8.x-2.0-beta10"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta10.zip",
|
||||||
|
"reference": "8.x-2.0-beta10",
|
||||||
|
"shasum": "699c3f790d3dbe6ebcd890916409c66562a04eb4"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^10 || ^11"
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"drupal/viewsreferennce": "*"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/views_ajax_history": "1.x-dev"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-2.0-beta10",
|
||||||
|
"datestamp": "1725510905",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "not-covered",
|
||||||
|
"message": "Beta releases are not covered by Drupal security advisories."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "joekers",
|
||||||
|
"homepage": "https://www.drupal.org/user/2229066"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NewZeal",
|
||||||
|
"homepage": "https://www.drupal.org/user/93571"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "scott_euser",
|
||||||
|
"homepage": "https://www.drupal.org/user/3267594"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "seanB",
|
||||||
|
"homepage": "https://www.drupal.org/user/545912"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Views reference",
|
||||||
|
"homepage": "http://drupal.org/project/viewsreference",
|
||||||
|
"keywords": [
|
||||||
|
"Drupal"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/viewsreference",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/viewsreference"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/yaml_editor",
|
"name": "drupal/yaml_editor",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
|
@ -12708,6 +12774,7 @@
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"drupal/page_manager": 5,
|
"drupal/page_manager": 5,
|
||||||
|
"drupal/viewsreference": 10,
|
||||||
"drupal/advanced_text_formatter": 5,
|
"drupal/advanced_text_formatter": 5,
|
||||||
"drupal/bulkdelete": 20,
|
"drupal/bulkdelete": 20,
|
||||||
"drupal/config_ignore": 5,
|
"drupal/config_ignore": 5,
|
||||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.static.body
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_map
|
||||||
- field.field.node.static.field_pieces_jointes
|
- field.field.node.static.field_pieces_jointes
|
||||||
- field.field.node.static.field_textes
|
- field.field.node.static.field_textes
|
||||||
- node.type.static
|
- node.type.static
|
||||||
|
@ -13,6 +14,7 @@ dependencies:
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- path
|
- path
|
||||||
- text
|
- text
|
||||||
|
- viewsreference
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_group:
|
field_group:
|
||||||
group_details:
|
group_details:
|
||||||
|
@ -23,7 +25,7 @@ third_party_settings:
|
||||||
label: Details
|
label: Details
|
||||||
region: content
|
region: content
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 9
|
weight: 10
|
||||||
format_type: details_sidebar
|
format_type: details_sidebar
|
||||||
format_settings:
|
format_settings:
|
||||||
classes: ''
|
classes: ''
|
||||||
|
@ -51,10 +53,20 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_map:
|
||||||
|
type: viewsreference_autocomplete
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_pieces_jointes:
|
field_pieces_jointes:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 4
|
weight: 4
|
||||||
|
@ -64,7 +76,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_textes:
|
field_textes:
|
||||||
type: paragraphs
|
type: paragraphs
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
title: Paragraphe
|
title: Paragraphe
|
||||||
|
@ -89,27 +101,37 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 7
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
promote:
|
promote:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 5
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
simple_sitemap:
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
simple_sitemap_index_now:
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 8
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 6
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
|
@ -129,7 +151,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
|
|
|
@ -0,0 +1,101 @@
|
||||||
|
uuid: 0ca5aa5d-c7a9-4dba-b6d2-aca25c3bd831
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.full
|
||||||
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_date
|
||||||
|
- field.field.node.actualite.field_fichiers
|
||||||
|
- field.field.node.actualite.field_images
|
||||||
|
- field.field.node.actualite.field_liens
|
||||||
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
|
- image.style.wide
|
||||||
|
- node.type.actualite
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- file
|
||||||
|
- image_field_caption
|
||||||
|
- link
|
||||||
|
- manage_display
|
||||||
|
- text
|
||||||
|
id: node.actualite.full
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: actualite
|
||||||
|
mode: full
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_date:
|
||||||
|
type: daterange_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: jj
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_fichiers:
|
||||||
|
type: file_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_images:
|
||||||
|
type: image_caption
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
image_style: wide
|
||||||
|
image_link: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_liens:
|
||||||
|
type: link
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: ''
|
||||||
|
target: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
title:
|
||||||
|
type: title
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
tag: h2
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
uid: true
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.static.body
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_map
|
||||||
- field.field.node.static.field_pieces_jointes
|
- field.field.node.static.field_pieces_jointes
|
||||||
- field.field.node.static.field_textes
|
- field.field.node.static.field_textes
|
||||||
- node.type.static
|
- node.type.static
|
||||||
|
@ -11,6 +12,7 @@ dependencies:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- manage_display
|
- manage_display
|
||||||
- text
|
- text
|
||||||
|
- viewsreference
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 9mgezio6-8HiMYhQHSfouZjKyY4BFKR71Yh4kbSmAYU
|
default_config_hash: 9mgezio6-8HiMYhQHSfouZjKyY4BFKR71Yh4kbSmAYU
|
||||||
id: node.static.default
|
id: node.static.default
|
||||||
|
@ -25,6 +27,15 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
field_map:
|
||||||
|
type: viewsreference_formatter
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
plugin_types:
|
||||||
|
- block
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
field_textes:
|
field_textes:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
|
@ -32,12 +43,12 @@ content:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
title:
|
title:
|
||||||
type: title
|
type: title
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.full
|
- core.entity_view_mode.node.full
|
||||||
- field.field.node.static.body
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_map
|
||||||
- field.field.node.static.field_pieces_jointes
|
- field.field.node.static.field_pieces_jointes
|
||||||
- field.field.node.static.field_textes
|
- field.field.node.static.field_textes
|
||||||
- node.type.static
|
- node.type.static
|
||||||
|
@ -12,6 +13,7 @@ dependencies:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- manage_display
|
- manage_display
|
||||||
- text
|
- text
|
||||||
|
- viewsreference
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 9mgezio6-8HiMYhQHSfouZjKyY4BFKR71Yh4kbSmAYU
|
default_config_hash: 9mgezio6-8HiMYhQHSfouZjKyY4BFKR71Yh4kbSmAYU
|
||||||
id: node.static.full
|
id: node.static.full
|
||||||
|
@ -26,6 +28,18 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
field_map:
|
||||||
|
type: viewsreference_formatter
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
plugin_types:
|
||||||
|
block: block
|
||||||
|
default: '0'
|
||||||
|
page: '0'
|
||||||
|
feed: '0'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
field_textes:
|
field_textes:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
|
@ -33,12 +47,12 @@ content:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
title:
|
title:
|
||||||
type: title
|
type: title
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.static.body
|
- field.field.node.static.body
|
||||||
|
- field.field.node.static.field_map
|
||||||
- field.field.node.static.field_pieces_jointes
|
- field.field.node.static.field_pieces_jointes
|
||||||
- field.field.node.static.field_textes
|
- field.field.node.static.field_textes
|
||||||
- node.type.static
|
- node.type.static
|
||||||
|
@ -33,6 +34,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
|
field_map: true
|
||||||
field_pieces_jointes: true
|
field_pieces_jointes: true
|
||||||
field_textes: true
|
field_textes: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|
|
@ -119,6 +119,7 @@ module:
|
||||||
views_bulk_edit: 0
|
views_bulk_edit: 0
|
||||||
views_bulk_operations: 0
|
views_bulk_operations: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
viewsreference: 0
|
||||||
yaml_editor: 0
|
yaml_editor: 0
|
||||||
extlink: 1
|
extlink: 1
|
||||||
menu_admin_per_menu: 1
|
menu_admin_per_menu: 1
|
||||||
|
|
|
@ -0,0 +1,36 @@
|
||||||
|
uuid: b8723518-542b-4df0-97c5-04b632ac65bb
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_map
|
||||||
|
- node.type.static
|
||||||
|
- views.view.site
|
||||||
|
module:
|
||||||
|
- viewsreference
|
||||||
|
id: node.static.field_map
|
||||||
|
field_name: field_map
|
||||||
|
entity_type: node
|
||||||
|
bundle: static
|
||||||
|
label: map
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
target_uuid: 9e172612-e65e-4292-bb32-706c81ee98e3
|
||||||
|
display_id: block_3
|
||||||
|
data: 'a:6:{s:5:"pager";N;s:5:"title";N;s:5:"limit";N;s:6:"header";N;s:8:"argument";N;s:6:"offset";N;}'
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:view'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles: null
|
||||||
|
auto_create: false
|
||||||
|
plugin_types:
|
||||||
|
block: block
|
||||||
|
preselect_views:
|
||||||
|
site: site
|
||||||
|
enabled_settings:
|
||||||
|
title: title
|
||||||
|
field_type: viewsreference
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: cd2ff55f-d680-4d0d-98a0-f95b36cef2d7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- views
|
||||||
|
- viewsreference
|
||||||
|
id: node.field_map
|
||||||
|
field_name: field_map
|
||||||
|
entity_type: node
|
||||||
|
type: viewsreference
|
||||||
|
settings:
|
||||||
|
target_type: view
|
||||||
|
module: viewsreference
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -45,7 +45,7 @@ variant_settings:
|
||||||
config_page_type: diaporama_home
|
config_page_type: diaporama_home
|
||||||
config_page_view_mode: full
|
config_page_view_mode: full
|
||||||
region: content
|
region: content
|
||||||
weight: -1
|
weight: -2
|
||||||
uuid: 40cf53e9-ed23-4eeb-8f75-3dc26453edae
|
uuid: 40cf53e9-ed23-4eeb-8f75-3dc26453edae
|
||||||
css_classes:
|
css_classes:
|
||||||
- ''
|
- ''
|
||||||
|
|
|
@ -644,6 +644,7 @@ display:
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
position: 2
|
position: 2
|
||||||
display_options:
|
display_options:
|
||||||
|
title: 'sites map'
|
||||||
fields:
|
fields:
|
||||||
field_geofield:
|
field_geofield:
|
||||||
id: field_geofield
|
id: field_geofield
|
||||||
|
@ -853,7 +854,7 @@ display:
|
||||||
value: field_sous_titre
|
value: field_sous_titre
|
||||||
options: '{"maxWidth":"300","minWidth":"50","autoPan":true}'
|
options: '{"maxWidth":"300","minWidth":"50","autoPan":true}'
|
||||||
view_mode: full
|
view_mode: full
|
||||||
leaflet_map: esri-world_physical_map
|
leaflet_map: stamen-toner-lite
|
||||||
height: '400'
|
height: '400'
|
||||||
height_unit: px
|
height_unit: px
|
||||||
hide_empty_map: false
|
hide_empty_map: false
|
||||||
|
@ -871,10 +872,10 @@ display:
|
||||||
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
|
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
|
||||||
automatic: false
|
automatic: false
|
||||||
map_position:
|
map_position:
|
||||||
force: false
|
force: true
|
||||||
center:
|
center:
|
||||||
lat: 0.0
|
lat: 46.5819227
|
||||||
lon: 0.0
|
lon: 2.4514603
|
||||||
zoomControlPosition: topleft
|
zoomControlPosition: topleft
|
||||||
zoom: 5
|
zoom: 5
|
||||||
minZoom: 1
|
minZoom: 1
|
||||||
|
@ -916,6 +917,7 @@ display:
|
||||||
type: fields
|
type: fields
|
||||||
options: { }
|
options: { }
|
||||||
defaults:
|
defaults:
|
||||||
|
title: false
|
||||||
style: false
|
style: false
|
||||||
row: false
|
row: false
|
||||||
fields: false
|
fields: false
|
||||||
|
@ -944,3 +946,312 @@ display:
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.node.field_geofield'
|
- 'config:field.storage.node.field_geofield'
|
||||||
- 'config:field.storage.node.field_sous_titre'
|
- 'config:field.storage.node.field_sous_titre'
|
||||||
|
block_3:
|
||||||
|
id: block_3
|
||||||
|
display_title: 'Sites Map Home Bloc'
|
||||||
|
display_plugin: block
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
title: 'site home map'
|
||||||
|
fields:
|
||||||
|
field_geofield:
|
||||||
|
id: field_geofield
|
||||||
|
table: node__field_geofield
|
||||||
|
field: field_geofield
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: geofield_default
|
||||||
|
settings:
|
||||||
|
output_format: wkt
|
||||||
|
output_escape: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
field_sous_titre:
|
||||||
|
id: field_sous_titre
|
||||||
|
table: node__field_sous_titre
|
||||||
|
field: field_sous_titre
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: node_field_data
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
arguments: { }
|
||||||
|
style:
|
||||||
|
type: leaflet_map
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
data_source:
|
||||||
|
field_geofield: field_geofield
|
||||||
|
entity_source: __base_table
|
||||||
|
name_field: ''
|
||||||
|
leaflet_tooltip:
|
||||||
|
value: title
|
||||||
|
options: '{"permanent":false,"direction":"center"}'
|
||||||
|
leaflet_popup:
|
||||||
|
value: field_sous_titre
|
||||||
|
options: '{"maxWidth":"300","minWidth":"50","autoPan":true}'
|
||||||
|
view_mode: full
|
||||||
|
leaflet_map: stamen-toner-lite
|
||||||
|
height: '400'
|
||||||
|
height_unit: px
|
||||||
|
hide_empty_map: false
|
||||||
|
disable_wheel: true
|
||||||
|
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
|
||||||
|
map_position:
|
||||||
|
force: true
|
||||||
|
center:
|
||||||
|
lat: 46.5819227
|
||||||
|
lon: 2.4514603
|
||||||
|
zoomControlPosition: topleft
|
||||||
|
zoom: 5
|
||||||
|
minZoom: 1
|
||||||
|
maxZoom: 18
|
||||||
|
zoomFiner: 0
|
||||||
|
weight: ''
|
||||||
|
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}'
|
||||||
|
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"}'
|
||||||
|
map_lazy_load:
|
||||||
|
lazy_load: false
|
||||||
|
feature_properties:
|
||||||
|
values: ''
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
options: { }
|
||||||
|
defaults:
|
||||||
|
title: false
|
||||||
|
style: false
|
||||||
|
row: false
|
||||||
|
fields: false
|
||||||
|
arguments: false
|
||||||
|
display_description: ''
|
||||||
|
display_extenders:
|
||||||
|
matomo:
|
||||||
|
enabled: false
|
||||||
|
keyword_gets: ''
|
||||||
|
keyword_behavior: first
|
||||||
|
keyword_concat_separator: ' '
|
||||||
|
category_behavior: none
|
||||||
|
category_gets: ''
|
||||||
|
category_concat_separator: ' '
|
||||||
|
category_fallback: ''
|
||||||
|
category_facets: { }
|
||||||
|
category_facets_concat_separator: ', '
|
||||||
|
simple_sitemap_display_extender: { }
|
||||||
|
block_hide_empty: true
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.node.field_geofield'
|
||||||
|
- 'config:field.storage.node.field_sous_titre'
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
# Main theme library.
|
# Main theme library.
|
||||||
global:
|
global:
|
||||||
|
version: 0.1
|
||||||
js:
|
js:
|
||||||
dist/assets/bundle.js: {}
|
dist/assets/bundle.js: {}
|
||||||
librairies/slick-1.8.1/slick/slick.min.js: {}
|
librairies/slick-1.8.1/slick/slick.min.js: {}
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
document.addEventListener('scroll', function() {
|
document.addEventListener('scroll', function() {
|
||||||
const scrolled = window.pageYOffset;
|
const scrolled = window.pageYOffset;
|
||||||
const background = document.getElementById('background-animated');
|
const background = document.getElementById('background-animated');
|
||||||
|
if (background) {
|
||||||
// Adjust this value to control the speed of the parallax effect
|
// Adjust this value to control the speed of the parallax effect
|
||||||
const parallaxSpeed = 0.2;
|
const parallaxSpeed = 0.2;
|
||||||
background.style.transform = 'translateY(' + (scrolled * parallaxSpeed) + 'px)';
|
background.style.transform = 'translateY(' + (scrolled * parallaxSpeed) + 'px)';
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,6 +35,7 @@ document.addEventListener('scroll', function() {
|
||||||
//ANimation Pilliers
|
//ANimation Pilliers
|
||||||
const svg = document.querySelector('#paragraph-id--7 .colone-picto');
|
const svg = document.querySelector('#paragraph-id--7 .colone-picto');
|
||||||
|
|
||||||
|
if (svg) {
|
||||||
// Configuration de l'observateur d'intersection
|
// Configuration de l'observateur d'intersection
|
||||||
const observer = new IntersectionObserver(entries => {
|
const observer = new IntersectionObserver(entries => {
|
||||||
entries.forEach(entry => {
|
entries.forEach(entry => {
|
||||||
|
@ -52,3 +54,5 @@ const observer = new IntersectionObserver(entries => {
|
||||||
|
|
||||||
// Observer l'élément SVG
|
// Observer l'élément SVG
|
||||||
observer.observe(svg);
|
observer.observe(svg);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -320,15 +320,30 @@
|
||||||
// Calculate the offset for the transform
|
// Calculate the offset for the transform
|
||||||
const offset = currentSlide * -50 / visibleSlides;
|
const offset = currentSlide * -50 / visibleSlides;
|
||||||
const offsetmobile = currentSlide * -10 / visibleSlides;
|
const offsetmobile = currentSlide * -10 / visibleSlides;
|
||||||
|
let timeline = document.querySelector('.__timeline-content');
|
||||||
|
if (timeline) {
|
||||||
if (window.innerWidth <= 600){
|
if (window.innerWidth <= 600){
|
||||||
document.querySelector('.__timeline-content').style.transform = `translateX(${offsetmobile}%)`;
|
timeline.style.transform = `translateX(${offsetmobile}%)`;
|
||||||
} else {
|
} else {
|
||||||
document.querySelector('.__timeline-content').style.transform = `translateX(${offset}%)`;
|
timeline.style.transform = `translateX(${offset}%)`;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable/disable arrows based on the current slide
|
// Enable/disable arrows based on the current slide
|
||||||
|
<<<<<<< HEAD
|
||||||
// document.getElementById('arrowPrev').disabled = false; // Always enabled now
|
// document.getElementById('arrowPrev').disabled = false; // Always enabled now
|
||||||
// document.getElementById('arrowNext').disabled = false; // Always enabled now
|
// document.getElementById('arrowNext').disabled = false; // Always enabled now
|
||||||
|
=======
|
||||||
|
// Attach event listeners
|
||||||
|
let arrowprev = document.getElementById('arrowPrev');
|
||||||
|
if (arrowprev) {
|
||||||
|
arrowprev.disabled = false; // Always enabled now
|
||||||
|
}
|
||||||
|
let arrownext = document.getElementById('arrowNext')
|
||||||
|
if (arrownext) {
|
||||||
|
arrownext.disabled = false; // Always enabled now
|
||||||
|
}
|
||||||
|
>>>>>>> 6c2457bb060757b2098347e082eaa1c8e2b2d6a3
|
||||||
}
|
}
|
||||||
|
|
||||||
// function prevSlide() {
|
// function prevSlide() {
|
||||||
|
@ -339,10 +354,24 @@
|
||||||
// showSlides(currentSlide + 1);
|
// showSlides(currentSlide + 1);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
// // Attach event listeners
|
// // Attach event listeners
|
||||||
// document.getElementById('arrowPrev').addEventListener('click', prevSlide);
|
// document.getElementById('arrowPrev').addEventListener('click', prevSlide);
|
||||||
// document.getElementById('arrowNext').addEventListener('click', nextSlide);
|
// document.getElementById('arrowNext').addEventListener('click', nextSlide);
|
||||||
|
|
||||||
|
=======
|
||||||
|
// Attach event listeners
|
||||||
|
let arrowprev = document.getElementById('arrowPrev');
|
||||||
|
if (arrowprev) {
|
||||||
|
arrowprev.addEventListener('click', prevSlide);
|
||||||
|
}
|
||||||
|
let arrownext = document.getElementById('arrowNext')
|
||||||
|
if (arrownext) {
|
||||||
|
arrownext.addEventListener('click', nextSlide);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
>>>>>>> 6c2457bb060757b2098347e082eaa1c8e2b2d6a3
|
||||||
// Update month field to only show the first 3 letters
|
// Update month field to only show the first 3 letters
|
||||||
document.querySelectorAll('.paragraph--type--phase-deroulement').forEach(function(paragraph) {
|
document.querySelectorAll('.paragraph--type--phase-deroulement').forEach(function(paragraph) {
|
||||||
const monthField = paragraph.querySelector('.field_field_date_de_moi div:nth-of-type(2)');
|
const monthField = paragraph.querySelector('.field_field_date_de_moi div:nth-of-type(2)');
|
||||||
|
@ -427,7 +456,9 @@
|
||||||
//////////// slideshow home //////////////////////////
|
//////////// slideshow home //////////////////////////
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('.content-actus .view').slick({
|
let actuview = $('.content-actus .view')
|
||||||
|
if (actuview) {
|
||||||
|
actuview.slick({
|
||||||
slidesToShow: 3,
|
slidesToShow: 3,
|
||||||
// slidesToScroll: 1,
|
// slidesToScroll: 1,
|
||||||
dots: false,
|
dots: false,
|
||||||
|
@ -454,25 +485,29 @@
|
||||||
});
|
});
|
||||||
console.log('salut slick home');
|
console.log('salut slick home');
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
////////////////////// start diaporama home swiper /////////////////////////////////
|
////////////////////// start diaporama home swiper /////////////////////////////////
|
||||||
|
|
||||||
$(document).ready(function () {
|
// PAS DE SWIPER CHARGÉ DANS L'ENV JS ...
|
||||||
//initialize swiper when document ready
|
|
||||||
var mySwiper = new Swiper ('.swiper-container', {
|
|
||||||
|
|
||||||
speed: 400,
|
// $(document).ready(function () {
|
||||||
spaceBetween: 100,
|
// //initialize swiper when document ready
|
||||||
// Optional parameters
|
// let mySwiper = new Swiper ('.swiper-container', {
|
||||||
autoplay: {
|
|
||||||
delay: 3000,
|
// speed: 400,
|
||||||
disableOnInteraction: false,
|
// spaceBetween: 100,
|
||||||
},
|
// // Optional parameters
|
||||||
direction: 'horizontal',
|
// autoplay: {
|
||||||
loop: true,
|
// delay: 3000,
|
||||||
})
|
// disableOnInteraction: false,
|
||||||
});
|
// },
|
||||||
|
// direction: 'horizontal',
|
||||||
|
// loop: true,
|
||||||
|
// })
|
||||||
|
// });
|
||||||
|
|
||||||
////////////////////// end diaporama home swiper /////////////////////////////////
|
////////////////////// end diaporama home swiper /////////////////////////////////
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue