Compare commits
23 Commits
3a68d5a2c8
...
91f248bfd7
Author | SHA1 | Date | |
---|---|---|---|
91f248bfd7 | |||
1c09ac0a55 | |||
08f405aaa5 | |||
b88b807554 | |||
b904091947 | |||
99db92a152 | |||
fb9ffed293 | |||
84fece051f | |||
f218e340f1 | |||
c24e9b296c | |||
fa0945c969 | |||
18818bc428 | |||
2387de2870 | |||
15805cba54 | |||
4d4ccb80a9 | |||
09a1e18f16 | |||
4fff17098f | |||
eb0b690542 | |||
0828edff55 | |||
d917579535 | |||
310fb98a51 | |||
42415d5e01 | |||
374a63f1d1 |
@ -134,6 +134,9 @@
|
|||||||
},
|
},
|
||||||
"drupal/image_field_caption":{
|
"drupal/image_field_caption":{
|
||||||
"Rewrite module to use default field storage https://www.drupal.org/project/image_field_caption/issues/3472997": "./patches/image_field_caption_3472997_12.patch"
|
"Rewrite module to use default field storage https://www.drupal.org/project/image_field_caption/issues/3472997": "./patches/image_field_caption_3472997_12.patch"
|
||||||
|
},
|
||||||
|
"drupal/video_embed_field":{
|
||||||
|
"Support Youtube Live urls https://www.drupal.org/project/video_embed_field/issues/3417567":"https://www.drupal.org/files/issues/2024-01-27/video_embed_field--support-live--3417567--2.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"oldpatches": {
|
"oldpatches": {
|
||||||
|
8
config/sync/block_content.type.live_youtube.yml
Normal file
8
config/sync/block_content.type.live_youtube.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
uuid: dc650ace-a4b8-479c-bb14-fa42e7534214
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: live_youtube
|
||||||
|
label: live-youtube
|
||||||
|
revision: 0
|
||||||
|
description: ''
|
@ -0,0 +1,22 @@
|
|||||||
|
uuid: d94e3e27-6ebe-416a-a837-814976df1c48
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.ressource.promote
|
||||||
|
field_name: promote
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: "Promu en page d'accueil"
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Activé
|
||||||
|
off_label: Désactivé
|
||||||
|
field_type: boolean
|
@ -0,0 +1,49 @@
|
|||||||
|
uuid: 9d4c0c8b-d55b-4f5d-a1b8-f1df7af95607
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.live_youtube
|
||||||
|
- field.field.block_content.live_youtube.field_descritpion
|
||||||
|
- field.field.block_content.live_youtube.field_titre
|
||||||
|
- field.field.block_content.live_youtube.field_youtube
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- video_embed_field
|
||||||
|
id: block_content.live_youtube.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: live_youtube
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_descritpion:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_youtube:
|
||||||
|
type: video_embed_field_textfield
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
info:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
@ -4,10 +4,13 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.actualite.body
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_a_la_une
|
||||||
- field.field.node.actualite.field_date
|
- field.field.node.actualite.field_date
|
||||||
- field.field.node.actualite.field_fichiers
|
- field.field.node.actualite.field_fichiers
|
||||||
- field.field.node.actualite.field_images
|
- field.field.node.actualite.field_images
|
||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
|
- field.field.node.actualite.field_poid
|
||||||
|
- field.field.node.actualite.field_site
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -25,8 +28,9 @@ third_party_settings:
|
|||||||
group_details:
|
group_details:
|
||||||
children:
|
children:
|
||||||
- status
|
- status
|
||||||
- sticky
|
|
||||||
- promote
|
- promote
|
||||||
|
- field_a_la_une
|
||||||
|
- field_poid
|
||||||
- uid
|
- uid
|
||||||
- created
|
- created
|
||||||
- path
|
- path
|
||||||
@ -35,7 +39,7 @@ third_party_settings:
|
|||||||
label: Details
|
label: Details
|
||||||
region: content
|
region: content
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 7
|
weight: 8
|
||||||
format_type: details_sidebar
|
format_type: details_sidebar
|
||||||
format_settings:
|
format_settings:
|
||||||
classes: ''
|
classes: ''
|
||||||
@ -45,7 +49,7 @@ third_party_settings:
|
|||||||
open: true
|
open: true
|
||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
weight: 0
|
weight: -100
|
||||||
id: node.actualite.default
|
id: node.actualite.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: actualite
|
bundle: actualite
|
||||||
@ -53,7 +57,7 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
@ -63,26 +67,33 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 12
|
weight: 13
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_a_la_une:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
field_date:
|
field_date:
|
||||||
type: daterange_default
|
type: daterange_default
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_fichiers:
|
field_fichiers:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_images:
|
field_images:
|
||||||
type: image_image
|
type: image_image
|
||||||
weight: 6
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
@ -90,12 +101,29 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_liens:
|
field_liens:
|
||||||
type: link_default
|
type: link_default
|
||||||
weight: 5
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder_url: ''
|
placeholder_url: ''
|
||||||
placeholder_title: ''
|
placeholder_title: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_poid:
|
||||||
|
type: number
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_type_d_actualite:
|
field_type_d_actualite:
|
||||||
type: autocomplete_deluxe
|
type: autocomplete_deluxe
|
||||||
weight: 1
|
weight: 1
|
||||||
@ -115,24 +143,24 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 13
|
weight: 14
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
promote:
|
promote:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 10
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
simple_sitemap:
|
simple_sitemap:
|
||||||
weight: 14
|
weight: 15
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
simple_sitemap_index_now:
|
simple_sitemap_index_now:
|
||||||
weight: 15
|
weight: 16
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@ -143,13 +171,6 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
title:
|
title:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -158,9 +179,14 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
translation:
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 11
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
@ -170,3 +196,4 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
|
sticky: true
|
||||||
|
172
config/sync/core.entity_form_display.node.ressource.default.yml
Normal file
172
config/sync/core.entity_form_display.node.ressource.default.yml
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
uuid: 5f6514ac-c1c0-4b1b-8937-407908b2ca9d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- field.field.node.ressource.field_author
|
||||||
|
- field.field.node.ressource.field_date_ressource
|
||||||
|
- field.field.node.ressource.field_documents
|
||||||
|
- field.field.node.ressource.field_images
|
||||||
|
- field.field.node.ressource.field_liens
|
||||||
|
- field.field.node.ressource.field_mots_clefs
|
||||||
|
- field.field.node.ressource.field_site
|
||||||
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
|
- image.style.thumbnail
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- field_group
|
||||||
|
- file
|
||||||
|
- image
|
||||||
|
- link
|
||||||
|
- path
|
||||||
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_details:
|
||||||
|
children:
|
||||||
|
- field_date_ressource
|
||||||
|
- field_author
|
||||||
|
- field_type_de_ressource
|
||||||
|
- field_mots_clefs
|
||||||
|
- status
|
||||||
|
- promote
|
||||||
|
- path
|
||||||
|
label: Details
|
||||||
|
region: content
|
||||||
|
parent_name: ''
|
||||||
|
weight: 6
|
||||||
|
format_type: details_sidebar
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
open: true
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
weight: -100
|
||||||
|
id: node.ressource.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
field_author:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 38
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_date_ressource:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 37
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_documents:
|
||||||
|
type: file_generic
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
field_images:
|
||||||
|
type: image_image
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
preview_image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
|
field_liens:
|
||||||
|
type: link_default
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_mots_clefs:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 40
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_sous_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_type_de_ressource:
|
||||||
|
type: options_select
|
||||||
|
weight: 39
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 43
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
promote:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 42
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 41
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
title:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
langcode: true
|
||||||
|
simple_sitemap: true
|
||||||
|
simple_sitemap_index_now: true
|
||||||
|
sticky: true
|
||||||
|
translation: true
|
||||||
|
uid: true
|
@ -0,0 +1,48 @@
|
|||||||
|
uuid: a96096d1-f93c-48f3-9b6c-f9940f4ee2fc
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.live_youtube
|
||||||
|
- field.field.block_content.live_youtube.field_descritpion
|
||||||
|
- field.field.block_content.live_youtube.field_titre
|
||||||
|
- field.field.block_content.live_youtube.field_youtube
|
||||||
|
module:
|
||||||
|
- manage_display
|
||||||
|
- text
|
||||||
|
- video_embed_field
|
||||||
|
id: block_content.live_youtube.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: live_youtube
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_descritpion:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_titre:
|
||||||
|
type: title
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
tag: h2
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
field_youtube:
|
||||||
|
type: video_embed_field_video
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
autoplay: true
|
||||||
|
responsive: true
|
||||||
|
width: 854
|
||||||
|
height: 480
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
@ -4,10 +4,13 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.actualite.body
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_a_la_une
|
||||||
- field.field.node.actualite.field_date
|
- field.field.node.actualite.field_date
|
||||||
- field.field.node.actualite.field_fichiers
|
- field.field.node.actualite.field_fichiers
|
||||||
- field.field.node.actualite.field_images
|
- field.field.node.actualite.field_images
|
||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
|
- field.field.node.actualite.field_poid
|
||||||
|
- field.field.node.actualite.field_site
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -28,7 +31,7 @@ content:
|
|||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
field_date:
|
field_date:
|
||||||
type: daterange_default
|
type: daterange_default
|
||||||
@ -38,7 +41,7 @@ content:
|
|||||||
format_type: jj
|
format_type: jj
|
||||||
separator: '-'
|
separator: '-'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_fichiers:
|
field_fichiers:
|
||||||
type: file_default
|
type: file_default
|
||||||
@ -46,7 +49,7 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
field_images:
|
field_images:
|
||||||
type: image_caption
|
type: image_caption
|
||||||
@ -69,7 +72,15 @@ content:
|
|||||||
rel: ''
|
rel: ''
|
||||||
target: ''
|
target: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
weight: 8
|
||||||
|
region: content
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
field_type_d_actualite:
|
field_type_d_actualite:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
@ -77,16 +88,16 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
title:
|
title:
|
||||||
type: title
|
type: title
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: true
|
link_to_entity: true
|
||||||
tag: h2
|
tag: h2
|
||||||
@ -95,6 +106,8 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
|
field_a_la_une: true
|
||||||
|
field_poid: true
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
uid: true
|
uid: true
|
||||||
|
@ -5,10 +5,13 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.full
|
- core.entity_view_mode.node.full
|
||||||
- field.field.node.actualite.body
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_a_la_une
|
||||||
- field.field.node.actualite.field_date
|
- field.field.node.actualite.field_date
|
||||||
- field.field.node.actualite.field_fichiers
|
- field.field.node.actualite.field_fichiers
|
||||||
- field.field.node.actualite.field_images
|
- field.field.node.actualite.field_images
|
||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
|
- field.field.node.actualite.field_poid
|
||||||
|
- field.field.node.actualite.field_site
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -26,7 +29,7 @@ mode: full
|
|||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 2
|
||||||
@ -39,7 +42,7 @@ content:
|
|||||||
format_type: jj
|
format_type: jj
|
||||||
separator: '-'
|
separator: '-'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_fichiers:
|
field_fichiers:
|
||||||
type: file_default
|
type: file_default
|
||||||
@ -47,7 +50,7 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_images:
|
field_images:
|
||||||
type: image_caption
|
type: image_caption
|
||||||
@ -70,9 +73,9 @@ content:
|
|||||||
rel: '0'
|
rel: '0'
|
||||||
target: _blank
|
target: _blank
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
field_type_d_actualite:
|
field_site:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
@ -80,9 +83,17 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
|
field_type_d_actualite:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
title:
|
title:
|
||||||
type: title
|
type: title
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: true
|
link_to_entity: true
|
||||||
tag: h2
|
tag: h2
|
||||||
@ -91,6 +102,8 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
|
field_a_la_une: true
|
||||||
|
field_poid: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -5,10 +5,13 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.actualite.body
|
- field.field.node.actualite.body
|
||||||
|
- field.field.node.actualite.field_a_la_une
|
||||||
- field.field.node.actualite.field_date
|
- field.field.node.actualite.field_date
|
||||||
- field.field.node.actualite.field_fichiers
|
- field.field.node.actualite.field_fichiers
|
||||||
- field.field.node.actualite.field_images
|
- field.field.node.actualite.field_images
|
||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
|
- field.field.node.actualite.field_poid
|
||||||
|
- field.field.node.actualite.field_site
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -24,11 +27,11 @@ mode: teaser
|
|||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_summary_or_trimmed
|
type: text_summary_or_trimmed
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
trim_length: 600
|
trim_length: 600
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_date:
|
field_date:
|
||||||
type: daterange_default
|
type: daterange_default
|
||||||
@ -38,7 +41,7 @@ content:
|
|||||||
format_type: jj
|
format_type: jj
|
||||||
separator: '-'
|
separator: '-'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
field_images:
|
field_images:
|
||||||
type: image_delta_formatter
|
type: image_delta_formatter
|
||||||
@ -53,6 +56,14 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
field_type_d_actualite:
|
field_type_d_actualite:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
@ -63,17 +74,19 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
title:
|
title:
|
||||||
type: title
|
type: title
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: true
|
link_to_entity: true
|
||||||
tag: h2
|
tag: h2
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
|
field_a_la_une: true
|
||||||
field_fichiers: true
|
field_fichiers: true
|
||||||
field_liens: true
|
field_liens: true
|
||||||
|
field_poid: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
135
config/sync/core.entity_view_display.node.ressource.default.yml
Normal file
135
config/sync/core.entity_view_display.node.ressource.default.yml
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
uuid: adb8c188-f1f2-4af8-a7d8-b30f7f00bc7e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- field.field.node.ressource.field_author
|
||||||
|
- field.field.node.ressource.field_date_ressource
|
||||||
|
- field.field.node.ressource.field_documents
|
||||||
|
- field.field.node.ressource.field_images
|
||||||
|
- field.field.node.ressource.field_liens
|
||||||
|
- field.field.node.ressource.field_mots_clefs
|
||||||
|
- field.field.node.ressource.field_site
|
||||||
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
|
- image.style.wide
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- file
|
||||||
|
- image_field_caption
|
||||||
|
- link
|
||||||
|
- manage_display
|
||||||
|
- text
|
||||||
|
id: node.ressource.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
field_author:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 104
|
||||||
|
region: content
|
||||||
|
field_date_ressource:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 105
|
||||||
|
region: content
|
||||||
|
field_documents:
|
||||||
|
type: file_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
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: 8
|
||||||
|
region: content
|
||||||
|
field_mots_clefs:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 103
|
||||||
|
region: content
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
field_type_de_ressource:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 102
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
title:
|
||||||
|
type: title
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
tag: h2
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: -49
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
uid: true
|
84
config/sync/core.entity_view_display.node.ressource.full.yml
Normal file
84
config/sync/core.entity_view_display.node.ressource.full.yml
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
uuid: 45a63a0a-0506-4867-b21f-37b6a3925565
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.full
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- field.field.node.ressource.field_author
|
||||||
|
- field.field.node.ressource.field_date_ressource
|
||||||
|
- field.field.node.ressource.field_documents
|
||||||
|
- field.field.node.ressource.field_images
|
||||||
|
- field.field.node.ressource.field_liens
|
||||||
|
- field.field.node.ressource.field_mots_clefs
|
||||||
|
- field.field.node.ressource.field_site
|
||||||
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
|
- image.style.wide
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- image_field_caption
|
||||||
|
- link
|
||||||
|
- manage_display
|
||||||
|
id: node.ressource.full
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
mode: full
|
||||||
|
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: '0'
|
||||||
|
target: _blank
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
title:
|
||||||
|
type: title
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
tag: h2
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: -49
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
body: true
|
||||||
|
created: true
|
||||||
|
field_author: true
|
||||||
|
field_date_ressource: true
|
||||||
|
field_documents: true
|
||||||
|
field_mots_clefs: true
|
||||||
|
field_sous_titre: true
|
||||||
|
field_type_de_ressource: true
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
uid: true
|
127
config/sync/core.entity_view_display.node.ressource.teaser.yml
Normal file
127
config/sync/core.entity_view_display.node.ressource.teaser.yml
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
uuid: 3f0f8894-1ae2-4505-893d-99821e7539e3
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.ressource.body
|
||||||
|
- field.field.node.ressource.field_author
|
||||||
|
- field.field.node.ressource.field_date_ressource
|
||||||
|
- field.field.node.ressource.field_documents
|
||||||
|
- field.field.node.ressource.field_images
|
||||||
|
- field.field.node.ressource.field_liens
|
||||||
|
- field.field.node.ressource.field_mots_clefs
|
||||||
|
- field.field.node.ressource.field_site
|
||||||
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
|
- image.style.wide
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- file
|
||||||
|
- image_delta_formatter
|
||||||
|
- link
|
||||||
|
- manage_display
|
||||||
|
- text
|
||||||
|
id: node.ressource.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: ressource
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_author:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_date_ressource:
|
||||||
|
type: datetime_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: html_year
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_documents:
|
||||||
|
type: file_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
field_images:
|
||||||
|
type: image_delta_formatter
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
deltas: '0'
|
||||||
|
image_style: wide
|
||||||
|
image_link: content
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
deltas_reversed: 0
|
||||||
|
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: nofollow
|
||||||
|
target: _blank
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
field_mots_clefs:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
field_site:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
field_sous_titre:
|
||||||
|
type: string
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
title:
|
||||||
|
type: title
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
tag: h2
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
field_type_de_ressource: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
uid: true
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: e3139bc9-11e2-49a5-a296-5d6f08499a78
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.live_youtube
|
||||||
|
- field.storage.block_content.field_descritpion
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: block_content.live_youtube.field_descritpion
|
||||||
|
field_name: field_descritpion
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: live_youtube
|
||||||
|
label: Description
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text_long
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: f32e837b-2b65-438e-9b1a-681267ed114d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.live_youtube
|
||||||
|
- field.storage.block_content.field_titre
|
||||||
|
id: block_content.live_youtube.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: live_youtube
|
||||||
|
label: Titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
@ -0,0 +1,25 @@
|
|||||||
|
uuid: 0557bdb1-03b5-4b9f-8941-63d7880a2e88
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.live_youtube
|
||||||
|
- field.storage.block_content.field_youtube
|
||||||
|
module:
|
||||||
|
- video_embed_field
|
||||||
|
id: block_content.live_youtube.field_youtube
|
||||||
|
field_name: field_youtube
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: live_youtube
|
||||||
|
label: youtube
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_providers:
|
||||||
|
youtube: youtube
|
||||||
|
youtube_playlist: '0'
|
||||||
|
vimeo: '0'
|
||||||
|
field_type: video_embed_field
|
21
config/sync/field.field.node.actualite.field_a_la_une.yml
Normal file
21
config/sync/field.field.node.actualite.field_a_la_une.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
uuid: 05b5311c-5cef-418f-a468-1569bb441a09
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_a_la_une
|
||||||
|
- node.type.actualite
|
||||||
|
id: node.actualite.field_a_la_une
|
||||||
|
field_name: field_a_la_une
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: 'À la une'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: '0'
|
||||||
|
off_label: '1'
|
||||||
|
field_type: boolean
|
25
config/sync/field.field.node.actualite.field_poid.yml
Normal file
25
config/sync/field.field.node.actualite.field_poid.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
uuid: 26ce13e5-43f8-46ad-ac01-f69034d899ee
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_poid
|
||||||
|
- node.type.actualite
|
||||||
|
id: node.actualite.field_poid
|
||||||
|
field_name: field_poid
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: Poid
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: -20
|
||||||
|
max: 20
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
field_type: integer
|
29
config/sync/field.field.node.actualite.field_site.yml
Normal file
29
config/sync/field.field.node.actualite.field_site.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: d43754c9-8376-45dc-8708-eb8700dc1e40
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_site
|
||||||
|
- node.type.actualite
|
||||||
|
- node.type.site
|
||||||
|
id: node.actualite.field_site
|
||||||
|
field_name: field_site
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: Site
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
site: site
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
24
config/sync/field.field.node.ressource.body.yml
Normal file
24
config/sync/field.field.node.ressource.body.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
uuid: 66103df0-da1e-41f9-bb32-8318dffd0e31
|
||||||
|
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
|
19
config/sync/field.field.node.ressource.field_author.yml
Normal file
19
config/sync/field.field.node.ressource.field_author.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: f83890ab-aef5-449f-ae4a-4c80663b6b5a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_author
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.ressource.field_author
|
||||||
|
field_name: field_author
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: Author
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
@ -0,0 +1,21 @@
|
|||||||
|
uuid: 25475d89-cd91-44e3-b174-148b0c35d5b0
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_date_ressource
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: node.ressource.field_date_ressource
|
||||||
|
field_name: field_date_ressource
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: 'Date ressource'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
27
config/sync/field.field.node.ressource.field_documents.yml
Normal file
27
config/sync/field.field.node.ressource.field_documents.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
uuid: c4bfd289-0a8f-4c18-9c82-f4eac5404b97
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_documents
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
id: node.ressource.field_documents
|
||||||
|
field_name: field_documents
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: Documents
|
||||||
|
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: 'pdf doc docx odt zip'
|
||||||
|
max_filesize: ''
|
||||||
|
description_field: true
|
||||||
|
field_type: file
|
41
config/sync/field.field.node.ressource.field_images.yml
Normal file
41
config/sync/field.field.node.ressource.field_images.yml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
uuid: 98815009-73e8-406f-94f6-c058e183c593
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_images
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- image
|
||||||
|
id: node.ressource.field_images
|
||||||
|
field_name: field_images
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: Images
|
||||||
|
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 webp'
|
||||||
|
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: true
|
||||||
|
caption_field_required: false
|
||||||
|
field_type: image
|
23
config/sync/field.field.node.ressource.field_liens.yml
Normal file
23
config/sync/field.field.node.ressource.field_liens.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 6062cb80-47a5-4e32-82d2-610a423c6417
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_liens
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: node.ressource.field_liens
|
||||||
|
field_name: field_liens
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: Liens
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 1
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
29
config/sync/field.field.node.ressource.field_mots_clefs.yml
Normal file
29
config/sync/field.field.node.ressource.field_mots_clefs.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: f5f2e2df-951c-44c1-b01b-159fb16476ed
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_mots_clefs
|
||||||
|
- node.type.ressource
|
||||||
|
- taxonomy.vocabulary.mots_clefs
|
||||||
|
id: node.ressource.field_mots_clefs
|
||||||
|
field_name: field_mots_clefs
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: 'Mots Clefs'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
mots_clefs: mots_clefs
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: true
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
29
config/sync/field.field.node.ressource.field_site.yml
Normal file
29
config/sync/field.field.node.ressource.field_site.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 9e9e9ad3-dedd-4f7f-af77-7ae535fe1df2
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_site
|
||||||
|
- node.type.ressource
|
||||||
|
- node.type.site
|
||||||
|
id: node.ressource.field_site
|
||||||
|
field_name: field_site
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: Site
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:node'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
site: site
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
19
config/sync/field.field.node.ressource.field_sous_titre.yml
Normal file
19
config/sync/field.field.node.ressource.field_sous_titre.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 3b233ce4-e6a7-444c-9067-442f3baa2015
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_sous_titre
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.ressource.field_sous_titre
|
||||||
|
field_name: field_sous_titre
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: Sous-titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 83e348de-356e-4b22-a7ba-42202e0f0bc9
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_type_de_ressource
|
||||||
|
- node.type.ressource
|
||||||
|
- taxonomy.vocabulary.type_de_ressources
|
||||||
|
id: node.ressource.field_type_de_ressource
|
||||||
|
field_name: field_type_de_ressource
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: 'Type de ressource'
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
type_de_ressources: type_de_ressources
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 833e03f3-0e59-4537-b1eb-3d5b3eba9e0f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- text
|
||||||
|
id: block_content.field_descritpion
|
||||||
|
field_name: field_descritpion
|
||||||
|
entity_type: block_content
|
||||||
|
type: text_long
|
||||||
|
settings: { }
|
||||||
|
module: text
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
21
config/sync/field.storage.block_content.field_titre.yml
Normal file
21
config/sync/field.storage.block_content.field_titre.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
uuid: c8b30bc0-f7cb-49a0-8bb1-2a83fef02fb2
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
id: block_content.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: block_content
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 255
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
19
config/sync/field.storage.block_content.field_youtube.yml
Normal file
19
config/sync/field.storage.block_content.field_youtube.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: cc74fdc1-0972-4669-a610-c3ec2df20732
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- video_embed_field
|
||||||
|
id: block_content.field_youtube
|
||||||
|
field_name: field_youtube
|
||||||
|
entity_type: block_content
|
||||||
|
type: video_embed_field
|
||||||
|
settings: { }
|
||||||
|
module: video_embed_field
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
18
config/sync/field.storage.node.field_a_la_une.yml
Normal file
18
config/sync/field.storage.node.field_a_la_une.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
uuid: b0424fee-54df-43ee-8d54-7013ab406b7c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_a_la_une
|
||||||
|
field_name: field_a_la_une
|
||||||
|
entity_type: node
|
||||||
|
type: boolean
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
21
config/sync/field.storage.node.field_author.yml
Normal file
21
config/sync/field.storage.node.field_author.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
uuid: 852e6be3-3c1d-4485-a000-876397be9b45
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_author
|
||||||
|
field_name: field_author
|
||||||
|
entity_type: node
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 255
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
20
config/sync/field.storage.node.field_date_ressource.yml
Normal file
20
config/sync/field.storage.node.field_date_ressource.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 43d164f6-4501-48cc-a2e5-eb701e6c6d21
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- node
|
||||||
|
id: node.field_date_ressource
|
||||||
|
field_name: field_date_ressource
|
||||||
|
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.node.field_mots_clefs.yml
Normal file
20
config/sync/field.storage.node.field_mots_clefs.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: f5777a85-570b-4649-810b-01ed076a81a8
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- taxonomy
|
||||||
|
id: node.field_mots_clefs
|
||||||
|
field_name: field_mots_clefs
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: taxonomy_term
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
19
config/sync/field.storage.node.field_site.yml
Normal file
19
config/sync/field.storage.node.field_site.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 24bbcef2-8dbc-44ed-a7e3-4d900a29c248
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_site
|
||||||
|
field_name: field_site
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: node
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
20
config/sync/field.storage.node.field_type_de_ressource.yml
Normal file
20
config/sync/field.storage.node.field_type_de_ressource.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: e3a010c9-5d30-46bc-b727-24c487a15c41
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- taxonomy
|
||||||
|
id: node.field_type_de_ressource
|
||||||
|
field_name: field_type_de_ressource
|
||||||
|
entity_type: node
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: taxonomy_term
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
16
config/sync/language.content_settings.node.ressource.yml
Normal file
16
config/sync/language.content_settings.node.ressource.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
uuid: 6ec62191-6645-4b71-ac91-eb6f0c51b697
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.ressource
|
||||||
|
module:
|
||||||
|
- content_translation
|
||||||
|
third_party_settings:
|
||||||
|
content_translation:
|
||||||
|
enabled: true
|
||||||
|
id: node.ressource
|
||||||
|
target_entity_type_id: node
|
||||||
|
target_bundle: ressource
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
@ -0,0 +1,16 @@
|
|||||||
|
uuid: 1ccfb483-1baf-4187-b11a-2c66bfcf539e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.type_de_ressources
|
||||||
|
module:
|
||||||
|
- content_translation
|
||||||
|
third_party_settings:
|
||||||
|
content_translation:
|
||||||
|
enabled: true
|
||||||
|
id: taxonomy_term.type_de_ressources
|
||||||
|
target_entity_type_id: taxonomy_term
|
||||||
|
target_bundle: type_de_ressources
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
@ -3,3 +3,7 @@ display:
|
|||||||
default:
|
default:
|
||||||
display_options:
|
display_options:
|
||||||
title: Partners
|
title: Partners
|
||||||
|
page_1:
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Partners
|
||||||
|
17
config/sync/node.type.ressource.yml
Normal file
17
config/sync/node.type.ressource.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
uuid: fd0b8b19-53d7-45f9-8b56-ec766e0c8315
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus: { }
|
||||||
|
parent: ''
|
||||||
|
name: Ressource
|
||||||
|
type: ressource
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 0
|
||||||
|
display_submitted: true
|
@ -6,7 +6,10 @@ dependencies:
|
|||||||
- page_manager.page.home
|
- page_manager.page.home
|
||||||
- views.view.actus
|
- views.view.actus
|
||||||
- views.view.presentation
|
- views.view.presentation
|
||||||
|
content:
|
||||||
|
- 'block_content:live_youtube:1d330f27-3197-43ed-8f7f-a1b05826c25b'
|
||||||
module:
|
module:
|
||||||
|
- block_content
|
||||||
- config_pages
|
- config_pages
|
||||||
- panels
|
- panels
|
||||||
- views
|
- views
|
||||||
@ -30,7 +33,7 @@ variant_settings:
|
|||||||
items_per_page: none
|
items_per_page: none
|
||||||
exposed: { }
|
exposed: { }
|
||||||
region: content
|
region: content
|
||||||
weight: 0
|
weight: 1
|
||||||
uuid: f1486b62-7ff8-475b-b6a1-e153b6b6fb89
|
uuid: f1486b62-7ff8-475b-b6a1-e153b6b6fb89
|
||||||
css_classes:
|
css_classes:
|
||||||
- ''
|
- ''
|
||||||
@ -60,7 +63,7 @@ variant_settings:
|
|||||||
config_page_type: deroulement
|
config_page_type: deroulement
|
||||||
config_page_view_mode: full
|
config_page_view_mode: full
|
||||||
region: content
|
region: content
|
||||||
weight: 1
|
weight: 2
|
||||||
uuid: 346ce88d-2925-4bf8-884d-dfbca1e8d5b6
|
uuid: 346ce88d-2925-4bf8-884d-dfbca1e8d5b6
|
||||||
css_classes:
|
css_classes:
|
||||||
- ''
|
- ''
|
||||||
@ -76,12 +79,28 @@ variant_settings:
|
|||||||
items_per_page: none
|
items_per_page: none
|
||||||
exposed: { }
|
exposed: { }
|
||||||
region: content
|
region: content
|
||||||
weight: 2
|
weight: 0
|
||||||
uuid: d4d27033-dc91-45d7-adc0-8690fd0ab27a
|
uuid: d4d27033-dc91-45d7-adc0-8690fd0ab27a
|
||||||
css_classes:
|
css_classes:
|
||||||
- ''
|
- ''
|
||||||
html_id: ''
|
html_id: ''
|
||||||
css_styles: ''
|
css_styles: ''
|
||||||
|
e68622dd-ffb9-463b-af33-0955e75f8019:
|
||||||
|
id: 'block_content:1d330f27-3197-43ed-8f7f-a1b05826c25b'
|
||||||
|
label: 'Live 03-03-2025'
|
||||||
|
label_display: visible
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
context_mapping: { }
|
||||||
|
region: content
|
||||||
|
weight: -1
|
||||||
|
uuid: e68622dd-ffb9-463b-af33-0955e75f8019
|
||||||
|
css_classes:
|
||||||
|
- ''
|
||||||
|
html_id: ''
|
||||||
|
css_styles: ''
|
||||||
page_title: ''
|
page_title: ''
|
||||||
layout: layout_onecol
|
layout: layout_onecol
|
||||||
layout_settings:
|
layout_settings:
|
||||||
|
@ -69,11 +69,20 @@ variant_settings:
|
|||||||
context_mapping:
|
context_mapping:
|
||||||
entity: node
|
entity: node
|
||||||
formatter:
|
formatter:
|
||||||
type: file_default
|
type: formatter_suite_general_file_link
|
||||||
weight: 0
|
weight: 0
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
titleStyle: text_from_link
|
||||||
|
titleCustomText: ''
|
||||||
|
showSize: 0
|
||||||
|
showIcon: 0
|
||||||
|
classes: ''
|
||||||
|
showLink: 1
|
||||||
|
openLinkIn: _blank
|
||||||
|
linkTopic: any
|
||||||
|
listStyle: span
|
||||||
|
listSeparator: ', '
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: third
|
region: third
|
||||||
weight: -5
|
weight: -5
|
||||||
|
@ -1 +1 @@
|
|||||||
index_now: false
|
index_now: true
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
index_now: true
|
@ -1 +1 @@
|
|||||||
index_now: false
|
index_now: true
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
index_now: false
|
8
config/sync/taxonomy.vocabulary.type_de_ressources.yml
Normal file
8
config/sync/taxonomy.vocabulary.type_de_ressources.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
uuid: 60fb2e60-a1b5-4be9-ad00-63d8cccd03c9
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
name: 'Type de ressources'
|
||||||
|
vid: type_de_ressources
|
||||||
|
description: ''
|
||||||
|
weight: 0
|
@ -7,6 +7,7 @@ dependencies:
|
|||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
- node.type.ressource
|
||||||
- node.type.site
|
- node.type.site
|
||||||
- node.type.static
|
- node.type.static
|
||||||
module:
|
module:
|
||||||
@ -45,17 +46,21 @@ permissions:
|
|||||||
- 'create actualite content'
|
- 'create actualite content'
|
||||||
- 'create content translations'
|
- 'create content translations'
|
||||||
- 'create partenaire content'
|
- 'create partenaire content'
|
||||||
|
- 'create ressource content'
|
||||||
- 'create site content'
|
- 'create site content'
|
||||||
- 'create static content'
|
- 'create static content'
|
||||||
- 'delete any actualite content'
|
- 'delete any actualite content'
|
||||||
- 'delete any partenaire content'
|
- 'delete any partenaire content'
|
||||||
|
- 'delete any ressource content'
|
||||||
- 'delete any site content'
|
- 'delete any site content'
|
||||||
- 'delete any static content'
|
- 'delete any static content'
|
||||||
- 'delete partenaire revisions'
|
- 'delete partenaire revisions'
|
||||||
|
- 'delete ressource revisions'
|
||||||
- 'delete site revisions'
|
- 'delete site revisions'
|
||||||
- 'edit any actualite content'
|
- 'edit any actualite content'
|
||||||
- 'edit any logo_link block content'
|
- 'edit any logo_link block content'
|
||||||
- 'edit any partenaire content'
|
- 'edit any partenaire content'
|
||||||
|
- 'edit any ressource content'
|
||||||
- 'edit any site content'
|
- 'edit any site content'
|
||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
- 'edit deroulement config page entity'
|
- 'edit deroulement config page entity'
|
||||||
@ -77,6 +82,7 @@ permissions:
|
|||||||
- 'execute views_bulk_edit all'
|
- 'execute views_bulk_edit all'
|
||||||
- 'revert actualite revisions'
|
- 'revert actualite revisions'
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
|
- 'revert ressource revisions'
|
||||||
- 'revert site revisions'
|
- 'revert site revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
- 'translate editable entities'
|
- 'translate editable entities'
|
||||||
@ -88,6 +94,7 @@ permissions:
|
|||||||
- 'view any logo_link block content history'
|
- 'view any logo_link block content history'
|
||||||
- 'view own unpublished content'
|
- 'view own unpublished content'
|
||||||
- 'view partenaire revisions'
|
- 'view partenaire revisions'
|
||||||
|
- 'view ressource revisions'
|
||||||
- 'view site revisions'
|
- 'view site revisions'
|
||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
- node.type.ressource
|
||||||
- node.type.site
|
- node.type.site
|
||||||
- node.type.static
|
- node.type.static
|
||||||
module:
|
module:
|
||||||
@ -34,12 +35,15 @@ permissions:
|
|||||||
- 'create actualite content'
|
- 'create actualite content'
|
||||||
- 'create content translations'
|
- 'create content translations'
|
||||||
- 'create partenaire content'
|
- 'create partenaire content'
|
||||||
|
- 'create ressource content'
|
||||||
- 'create site content'
|
- 'create site content'
|
||||||
- 'create static content'
|
- 'create static content'
|
||||||
- 'delete partenaire revisions'
|
- 'delete partenaire revisions'
|
||||||
|
- 'delete ressource revisions'
|
||||||
- 'delete site revisions'
|
- 'delete site revisions'
|
||||||
- 'edit any actualite content'
|
- 'edit any actualite content'
|
||||||
- 'edit any partenaire content'
|
- 'edit any partenaire content'
|
||||||
|
- 'edit any ressource content'
|
||||||
- 'edit any site content'
|
- 'edit any site content'
|
||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
- 'edit deroulement config page entity'
|
- 'edit deroulement config page entity'
|
||||||
@ -52,6 +56,7 @@ permissions:
|
|||||||
- 'execute node_unpromote_action node'
|
- 'execute node_unpromote_action node'
|
||||||
- 'revert actualite revisions'
|
- 'revert actualite revisions'
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
|
- 'revert ressource revisions'
|
||||||
- 'revert site revisions'
|
- 'revert site revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
- 'translate editable entities'
|
- 'translate editable entities'
|
||||||
@ -62,6 +67,7 @@ permissions:
|
|||||||
- 'view actualite revisions'
|
- 'view actualite revisions'
|
||||||
- 'view own unpublished content'
|
- 'view own unpublished content'
|
||||||
- 'view partenaire revisions'
|
- 'view partenaire revisions'
|
||||||
|
- 'view ressource revisions'
|
||||||
- 'view site revisions'
|
- 'view site revisions'
|
||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
@ -3,9 +3,11 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.full
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
|
- system.menu.entete
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
id: actus
|
id: actus
|
||||||
@ -94,23 +96,7 @@ display:
|
|||||||
type: tag
|
type: tag
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts: { }
|
||||||
created:
|
|
||||||
id: created
|
|
||||||
table: node_field_data
|
|
||||||
field: created
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: created
|
|
||||||
plugin_id: date
|
|
||||||
order: DESC
|
|
||||||
expose:
|
|
||||||
label: ''
|
|
||||||
field_identifier: ''
|
|
||||||
exposed: false
|
|
||||||
granularity: second
|
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
@ -180,7 +166,8 @@ display:
|
|||||||
row:
|
row:
|
||||||
type: 'entity:node'
|
type: 'entity:node'
|
||||||
options:
|
options:
|
||||||
view_mode: teaser
|
relationship: none
|
||||||
|
view_mode: full
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
@ -203,10 +190,121 @@ display:
|
|||||||
tags: { }
|
tags: { }
|
||||||
block_1:
|
block_1:
|
||||||
id: block_1
|
id: block_1
|
||||||
display_title: Block
|
display_title: 'Block Home'
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
actualite: actualite
|
||||||
|
langcode:
|
||||||
|
id: langcode
|
||||||
|
table: node_field_data
|
||||||
|
field: langcode
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: langcode
|
||||||
|
plugin_id: language
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
'***LANGUAGE_language_interface***': '***LANGUAGE_language_interface***'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
promote:
|
||||||
|
id: promote
|
||||||
|
table: node_field_data
|
||||||
|
field: promote
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: promote
|
||||||
|
plugin_id: boolean
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
defaults:
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
display_description: ''
|
||||||
display_extenders:
|
display_extenders:
|
||||||
matomo:
|
matomo:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -228,3 +326,335 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags: { }
|
tags: { }
|
||||||
|
block_2:
|
||||||
|
id: block_2
|
||||||
|
display_title: 'Block Archives'
|
||||||
|
display_plugin: block
|
||||||
|
position: 3
|
||||||
|
display_options:
|
||||||
|
title: Archives
|
||||||
|
sorts:
|
||||||
|
field_date_end_value:
|
||||||
|
id: field_date_end_value
|
||||||
|
table: node__field_date
|
||||||
|
field: field_date_end_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: datetime
|
||||||
|
order: DESC
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
field_identifier: ''
|
||||||
|
exposed: false
|
||||||
|
granularity: second
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
actualite: actualite
|
||||||
|
langcode:
|
||||||
|
id: langcode
|
||||||
|
table: node_field_data
|
||||||
|
field: langcode
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: langcode
|
||||||
|
plugin_id: language
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
'***LANGUAGE_language_interface***': '***LANGUAGE_language_interface***'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
field_a_la_une_value:
|
||||||
|
id: field_a_la_une_value
|
||||||
|
table: node__field_a_la_une
|
||||||
|
field: field_a_la_une_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: boolean
|
||||||
|
operator: '='
|
||||||
|
value: '0'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
defaults:
|
||||||
|
title: false
|
||||||
|
sorts: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: 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: { }
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
||||||
|
page_1:
|
||||||
|
id: page_1
|
||||||
|
display_title: 'Page à la une'
|
||||||
|
display_plugin: page
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
title: 'À la une'
|
||||||
|
sorts:
|
||||||
|
field_date_end_value:
|
||||||
|
id: field_date_end_value
|
||||||
|
table: node__field_date
|
||||||
|
field: field_date_end_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: datetime
|
||||||
|
order: DESC
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
field_identifier: ''
|
||||||
|
exposed: false
|
||||||
|
granularity: second
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
actualite: actualite
|
||||||
|
langcode:
|
||||||
|
id: langcode
|
||||||
|
table: node_field_data
|
||||||
|
field: langcode
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: langcode
|
||||||
|
plugin_id: language
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
'***LANGUAGE_language_interface***': '***LANGUAGE_language_interface***'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
field_a_la_une_value:
|
||||||
|
id: field_a_la_une_value
|
||||||
|
table: node__field_a_la_une
|
||||||
|
field: field_a_la_une_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: boolean
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
defaults:
|
||||||
|
title: false
|
||||||
|
sorts: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
footer: false
|
||||||
|
display_description: ''
|
||||||
|
footer:
|
||||||
|
view:
|
||||||
|
id: view
|
||||||
|
table: views
|
||||||
|
field: view
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: view
|
||||||
|
empty: false
|
||||||
|
view_to_insert: 'actus:block_2'
|
||||||
|
inherit_arguments: false
|
||||||
|
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:
|
||||||
|
variants: { }
|
||||||
|
path: actualites
|
||||||
|
menu:
|
||||||
|
type: normal
|
||||||
|
title: Actualites
|
||||||
|
description: ''
|
||||||
|
weight: -47
|
||||||
|
expanded: false
|
||||||
|
menu_name: entete
|
||||||
|
parent: ''
|
||||||
|
context: '0'
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
||||||
|
236
config/sync/views.view.ressources.yml
Normal file
236
config/sync/views.view.ressources.yml
Normal file
@ -0,0 +1,236 @@
|
|||||||
|
uuid: 654fc199-3308-4596-9416-82650cc9301a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.storage.node.field_type_de_ressource
|
||||||
|
- node.type.ressource
|
||||||
|
- system.menu.entete
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- taxonomy
|
||||||
|
- user
|
||||||
|
id: ressources
|
||||||
|
label: Ressources
|
||||||
|
module: views
|
||||||
|
description: ''
|
||||||
|
tag: ''
|
||||||
|
base_table: node_field_data
|
||||||
|
base_field: nid
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
id: default
|
||||||
|
display_title: Default
|
||||||
|
display_plugin: default
|
||||||
|
position: 0
|
||||||
|
display_options:
|
||||||
|
title: Ressources
|
||||||
|
fields:
|
||||||
|
field_type_de_ressource:
|
||||||
|
id: field_type_de_ressource
|
||||||
|
table: node__field_type_de_ressource
|
||||||
|
field: field_type_de_ressource
|
||||||
|
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: target_id
|
||||||
|
type: entity_reference_entity_view
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
group_column: target_id
|
||||||
|
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
|
||||||
|
pager:
|
||||||
|
type: none
|
||||||
|
options:
|
||||||
|
offset: 0
|
||||||
|
items_per_page: 0
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Appliquer
|
||||||
|
reset_button: false
|
||||||
|
reset_button_label: Réinitialiser
|
||||||
|
exposed_sorts_label: 'Trier par'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'access content'
|
||||||
|
cache:
|
||||||
|
type: tag
|
||||||
|
options: { }
|
||||||
|
empty: { }
|
||||||
|
sorts:
|
||||||
|
field_type_de_ressource_target_id:
|
||||||
|
id: field_type_de_ressource_target_id
|
||||||
|
table: node__field_type_de_ressource
|
||||||
|
field: field_type_de_ressource_target_id
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: standard
|
||||||
|
order: ASC
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
field_identifier: ''
|
||||||
|
exposed: false
|
||||||
|
arguments: { }
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
ressource: ressource
|
||||||
|
style:
|
||||||
|
type: default
|
||||||
|
options:
|
||||||
|
grouping:
|
||||||
|
-
|
||||||
|
field: field_type_de_ressource
|
||||||
|
rendered: true
|
||||||
|
rendered_strip: false
|
||||||
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
uses_fields: true
|
||||||
|
row:
|
||||||
|
type: 'entity:node'
|
||||||
|
options:
|
||||||
|
relationship: none
|
||||||
|
view_mode: teaser
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
query_comment: ''
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_tags: { }
|
||||||
|
relationships:
|
||||||
|
field_type_de_ressource:
|
||||||
|
id: field_type_de_ressource
|
||||||
|
table: node__field_type_de_ressource
|
||||||
|
field: field_type_de_ressource
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: 'field_type_de_ressource : Terme de taxonomie'
|
||||||
|
plugin_id: standard
|
||||||
|
required: true
|
||||||
|
header: { }
|
||||||
|
footer: { }
|
||||||
|
display_extenders: { }
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.node.field_type_de_ressource'
|
||||||
|
page_1:
|
||||||
|
id: page_1
|
||||||
|
display_title: Page
|
||||||
|
display_plugin: page
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
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:
|
||||||
|
variants: { }
|
||||||
|
path: ressources
|
||||||
|
menu:
|
||||||
|
type: normal
|
||||||
|
title: Ressources
|
||||||
|
description: ''
|
||||||
|
weight: -46
|
||||||
|
expanded: false
|
||||||
|
menu_name: entete
|
||||||
|
parent: ''
|
||||||
|
context: '0'
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.node.field_type_de_ressource'
|
File diff suppressed because one or more lines are too long
@ -453,6 +453,8 @@ header .header_nav_container #block-quartiers-de-demain-entete ul {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
margin: auto;
|
||||||
|
padding-top: 1%;
|
||||||
}
|
}
|
||||||
@media (max-width: 1025px) {
|
@media (max-width: 1025px) {
|
||||||
header .header_nav_container #block-quartiers-de-demain-entete ul {
|
header .header_nav_container #block-quartiers-de-demain-entete ul {
|
||||||
@ -605,7 +607,7 @@ header .header:hover + .header_nav_container {
|
|||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -100%;
|
left: -100%;
|
||||||
top: -45px;
|
top: -75px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1496,7 +1498,7 @@ footer {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 4rem;
|
||||||
}
|
}
|
||||||
#actus-caroussel h2 {
|
#actus-caroussel h2 {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@ -1530,6 +1532,7 @@ footer {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images {
|
||||||
|
order: 1;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
-moz-border-radius: 9px; /* pour Mozilla */
|
-moz-border-radius: 9px; /* pour Mozilla */
|
||||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||||
@ -1591,6 +1594,9 @@ footer {
|
|||||||
padding-right: 0.3rem;
|
padding-right: 0.3rem;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
}
|
}
|
||||||
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .infos-actu {
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_date {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_date {
|
||||||
color: red;
|
color: red;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@ -1603,6 +1609,7 @@ footer {
|
|||||||
padding-right: 0.3rem;
|
padding-right: 0.3rem;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title {
|
||||||
|
order: 3;
|
||||||
padding-top: 0.2rem;
|
padding-top: 0.2rem;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 {
|
||||||
@ -1615,6 +1622,7 @@ footer {
|
|||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body {
|
||||||
|
order: 4;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
font-family: "gilroy-regular";
|
font-family: "gilroy-regular";
|
||||||
@ -1624,6 +1632,9 @@ footer {
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_liens {
|
||||||
|
order: 5;
|
||||||
|
}
|
||||||
#actus-caroussel .content-actus .views-row:nth-child(odd) {
|
#actus-caroussel .content-actus .views-row:nth-child(odd) {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 60px;
|
top: 60px;
|
||||||
@ -1901,9 +1912,6 @@ body {
|
|||||||
transform: scale(1.3);
|
transform: scale(1.3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#home .content_container #block-quartiers-de-demain-titredepage {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#home .paragraph--type--static-parts {
|
#home .paragraph--type--static-parts {
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
@ -2572,6 +2580,29 @@ body {
|
|||||||
#home .paragraph--type--static-parts:not(#paragraph-id--7) #svg1 {
|
#home .paragraph--type--static-parts:not(#paragraph-id--7) #svg1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#home #live-youtube {
|
||||||
|
width: 55%;
|
||||||
|
margin: auto;
|
||||||
|
margin-left: 14rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
@media (max-width: 1090px) {
|
||||||
|
#home #live-youtube {
|
||||||
|
flex-direction: column;
|
||||||
|
width: 90%;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#home #live-youtube h2 {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-family: "gilroy-semibold";
|
||||||
|
}
|
||||||
|
#home #live-youtube .field_field_descritpion {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#consultation {
|
#consultation {
|
||||||
background-color: #f6f7f3;
|
background-color: #f6f7f3;
|
||||||
}
|
}
|
||||||
@ -3467,10 +3498,22 @@ body {
|
|||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
|
||||||
|
justify-content: center;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
width: fit-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .prev-site {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .prev-site {
|
||||||
@ -3508,17 +3551,20 @@ body {
|
|||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field_field_documents {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field_field_documents {
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.3rem;
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site,
|
||||||
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site,
|
||||||
max-width: 50%;
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a,
|
||||||
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file a {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: white;
|
color: white;
|
||||||
@ -3528,15 +3574,16 @@ body {
|
|||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.3rem;
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a svg {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a svg,
|
||||||
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file a svg {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a::after {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a::after,
|
||||||
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file a::after {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
content: url("../img/noun-arrow-to-right.svg");
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
padding-right: 0.2rem;
|
padding-right: 0.2rem;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.2rem;
|
||||||
padding-bottom: 0.2rem;
|
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .file--mime-application-pdf {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .file--mime-application-pdf {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@ -3595,11 +3642,11 @@ main {
|
|||||||
#lessites .content_container #block-quartiers-de-demain-titredepage {
|
#lessites .content_container #block-quartiers-de-demain-titredepage {
|
||||||
margin-top: 14rem;
|
margin-top: 14rem;
|
||||||
grid-column: 2/span 9;
|
grid-column: 2/span 9;
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 0%;
|
padding-left: 0%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#lessites .content_container #block-quartiers-de-demain-titredepage h1 {
|
#lessites .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||||
|
text-align: center;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@ -3637,6 +3684,11 @@ main {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
#lessites .content_container .view .header_view #block-sitesmap-block {
|
||||||
|
width: 95vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
#lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container {
|
#lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -3645,6 +3697,9 @@ main {
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container h2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#lessites .content_container .view .views-row-wrapper {
|
#lessites .content_container .view .views-row-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
102
web/themes/custom/quartiers_de_demain/dist/assets/img/formes-animees-original.svg
vendored
Normal file
102
web/themes/custom/quartiers_de_demain/dist/assets/img/formes-animees-original.svg
vendored
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
width="2560.2766"
|
||||||
|
height="11997.26"
|
||||||
|
viewBox="0 0 2560.2766 11997.26"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath255">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1378.7554,-1136.295)"
|
||||||
|
id="path255" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath258">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1095.6993,-8098.7595)"
|
||||||
|
id="path258" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath301">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1476.5001,-5895.4337)"
|
||||||
|
id="path301" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath303">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1623.8512,-4272.9005)"
|
||||||
|
id="path303" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g1"
|
||||||
|
transform="translate(0.17944336,-2.9196463)">
|
||||||
|
<path
|
||||||
|
id="path148"
|
||||||
|
d="M 0,0 211.55,177.512"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:70;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1686.6035,9061.9695)" />
|
||||||
|
<path
|
||||||
|
id="path151"
|
||||||
|
d="M 0,0 V -174.775"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,2083.6333,1370.6667)" />
|
||||||
|
<path
|
||||||
|
id="path254"
|
||||||
|
d="M 0,0 C 0,205.098 -166.265,371.361 -371.362,371.361"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:137.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1838.3405,10484.94)"
|
||||||
|
clip-path="url(#clipPath255)" />
|
||||||
|
<path
|
||||||
|
id="path256"
|
||||||
|
d="M 0,0 177.512,-211.551"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:70;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,219.88347,2415.4232)" />
|
||||||
|
<path
|
||||||
|
id="path257"
|
||||||
|
d="M 0,0 C -205.098,0 -371.361,-166.265 -371.361,-371.362"
|
||||||
|
style="fill:none;stroke:#f7002b;stroke-width:137.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1460.9323,1201.6543)"
|
||||||
|
clip-path="url(#clipPath258)" />
|
||||||
|
<path
|
||||||
|
id="path300"
|
||||||
|
d="M 0,0 C 0,-126.805 102.795,-229.6 229.6,-229.6"
|
||||||
|
style="fill:none;stroke:#f7002b;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1968.6667,4139.4219)"
|
||||||
|
clip-path="url(#clipPath301)" />
|
||||||
|
<path
|
||||||
|
id="path302"
|
||||||
|
d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,2165.1349,6302.7995)"
|
||||||
|
clip-path="url(#clipPath303)" />
|
||||||
|
<path
|
||||||
|
id="path311"
|
||||||
|
d="M 0,0 V 283"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,247.22107,6014.2852)" />
|
||||||
|
<rect
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.872103;paint-order:fill markers stroke"
|
||||||
|
id="rect717"
|
||||||
|
width="2559.4043"
|
||||||
|
height="11996.388"
|
||||||
|
x="0.25652406"
|
||||||
|
y="3.3556976" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
@ -4,11 +4,42 @@
|
|||||||
<svg
|
<svg
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg1"
|
id="svg1"
|
||||||
width="1800.8781"
|
width="1801.0212"
|
||||||
height="3633.5603"
|
height="4029.4231"
|
||||||
viewBox="0 0 1800.878 3633.5604"
|
viewBox="0 0 1801.0212 4029.4232"
|
||||||
|
sodipodi:docname="formes-animees.svg"
|
||||||
|
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:svg="http://www.w3.org/2000/svg">
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:zoom="0.22209622"
|
||||||
|
inkscape:cx="900.51061"
|
||||||
|
inkscape:cy="1339.5095"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1016"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="36"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g2">
|
||||||
|
<inkscape:page
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="1801.0212"
|
||||||
|
height="4029.4231"
|
||||||
|
id="page2"
|
||||||
|
margin="0"
|
||||||
|
bleed="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
<defs
|
<defs
|
||||||
id="defs1">
|
id="defs1">
|
||||||
<clipPath
|
<clipPath
|
||||||
@ -37,65 +68,78 @@
|
|||||||
</clipPath>
|
</clipPath>
|
||||||
</defs>
|
</defs>
|
||||||
<g
|
<g
|
||||||
id="g3"
|
id="g2"
|
||||||
transform="translate(-299.16899,-2704.2078)">
|
transform="translate(-299.16899,-2519.6031)">
|
||||||
<g
|
<g
|
||||||
id="g2">
|
id="g1"
|
||||||
<g
|
transform="translate(0.17944336,-2.9196463)"
|
||||||
id="g1"
|
inkscape:export-filename="formes-animees.svg"
|
||||||
transform="translate(0.17944336,-2.9196463)">
|
inkscape:export-xdpi="300"
|
||||||
<path
|
inkscape:export-ydpi="300">
|
||||||
id="path256"
|
<path
|
||||||
d="m 321.27266,3336.1817 182.91889,175.8201"
|
id="path256"
|
||||||
style="fill:none;stroke:#0833c2;stroke-width:64.3111;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
d="m 321.27266,3436.1817 182.91889,175.8201"
|
||||||
<path
|
style="fill:none;stroke:#0833c2;stroke-width:64.3111;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
id="path256-3"
|
inkscape:export-filename="formes-animees.svg"
|
||||||
d="m 1852.1683,5834.9184 -163.0856,194.3583"
|
inkscape:export-xdpi="300"
|
||||||
style="fill:none;stroke:#0833c2;stroke-width:64.3111;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
inkscape:export-ydpi="300" />
|
||||||
<path
|
<path
|
||||||
id="path257"
|
id="path256-3"
|
||||||
d="M 0,0 C -205.098,0 -371.361,-166.265 -371.361,-371.362"
|
d="m 1852.1683,6336.9184 -163.0856,194.3583"
|
||||||
style="fill:none;stroke:#f7002b;stroke-width:137.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="fill:none;stroke:#0833c2;stroke-width:64.3111;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
transform="matrix(-0.80902482,0,0,-0.80902482,1743.8143,2885.2905)"
|
<path
|
||||||
clip-path="url(#clipPath258)" />
|
id="path257"
|
||||||
<path
|
d="M 0,0 C -205.098,0 -371.361,-166.265 -371.361,-371.362"
|
||||||
id="path300"
|
style="fill:none;stroke:#f7002b;stroke-width:137.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
d="M 0,0 C 0,-126.805 102.795,-229.6 229.6,-229.6"
|
transform="matrix(-0.80902482,0,0,-0.80902482,1725.8143,3047.2905)"
|
||||||
style="fill:none;stroke:#f7002b;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
clip-path="url(#clipPath258)" />
|
||||||
transform="matrix(0.72647042,0,0,-0.72647042,1756.7965,4238.0583)"
|
<path
|
||||||
clip-path="url(#clipPath301)" />
|
id="path300"
|
||||||
<path
|
d="M 0,0 C 0,-126.805 102.795,-229.6 229.6,-229.6"
|
||||||
id="path302"
|
style="fill:none;stroke:#f7002b;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6"
|
transform="matrix(0.72647042,0,0,-0.72647042,1908.7965,4672.0583)"
|
||||||
style="fill:none;stroke:#0833c2;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
clip-path="url(#clipPath301)" />
|
||||||
transform="matrix(0.82260013,0,0,-0.82260013,1945.1937,5133.4927)"
|
<path
|
||||||
clip-path="url(#clipPath303)" />
|
id="path302"
|
||||||
<path
|
d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6"
|
||||||
id="path311"
|
style="fill:none;stroke:#0833c2;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
d="M 552.65311,4967.771 V 4707.7705"
|
transform="matrix(0.82260013,0,0,-0.82260013,2051.1937,5635.4927)"
|
||||||
style="fill:none;stroke:#000000;stroke-width:78.092;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
clip-path="url(#clipPath303)" />
|
||||||
</g>
|
<path
|
||||||
|
id="path311"
|
||||||
|
d="M 372.65311,5225.771 V 4965.7705"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:78.092;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
</g>
|
</g>
|
||||||
<rect
|
|
||||||
style="fill:none;stroke:none;stroke-width:0;paint-order:fill markers stroke"
|
|
||||||
id="rect2"
|
|
||||||
width="1550.348"
|
|
||||||
height="114.74608"
|
|
||||||
x="425.98532"
|
|
||||||
y="2704.2078" />
|
|
||||||
</g>
|
</g>
|
||||||
|
<rect
|
||||||
|
style="fill:none;stroke:none;stroke-width:0;paint-order:fill markers stroke"
|
||||||
|
id="rect2"
|
||||||
|
width="1550.348"
|
||||||
|
height="201.3089"
|
||||||
|
x="122.31378"
|
||||||
|
y="-9.4031076e-13" />
|
||||||
<rect
|
<rect
|
||||||
style="fill:none;stroke:none;stroke-width:0;paint-order:fill markers stroke"
|
style="fill:none;stroke:none;stroke-width:0;paint-order:fill markers stroke"
|
||||||
id="rect1"
|
id="rect1"
|
||||||
width="1540.1483"
|
width="1540.1483"
|
||||||
height="112.19624"
|
height="196.83549"
|
||||||
x="77.598511"
|
x="73.095963"
|
||||||
y="68.049271" />
|
y="119.38474" />
|
||||||
<rect
|
<rect
|
||||||
style="fill:none;stroke-width:0;paint-order:stroke fill markers"
|
style="fill:none;stroke-width:0;paint-order:stroke fill markers"
|
||||||
id="rect3"
|
id="rect3"
|
||||||
width="1559.4871"
|
width="1559.4871"
|
||||||
height="238.19258"
|
height="238.19258"
|
||||||
x="113.2123"
|
x="108.70975"
|
||||||
y="3395.3674" />
|
y="3395.3674" />
|
||||||
|
<rect
|
||||||
|
style="fill:none;stroke-width:0;paint-order:stroke fill markers"
|
||||||
|
id="rect4"
|
||||||
|
width="1801.0212"
|
||||||
|
height="442.35608"
|
||||||
|
x="1.3299257e-06"
|
||||||
|
y="7.8992786"
|
||||||
|
inkscape:export-filename="formes-animees.svg"
|
||||||
|
inkscape:export-xdpi="300"
|
||||||
|
inkscape:export-ydpi="300" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.0 KiB |
@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
width="2560.2766"
|
||||||
|
height="11997.26"
|
||||||
|
viewBox="0 0 2560.2766 11997.26"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath255">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1378.7554,-1136.295)"
|
||||||
|
id="path255" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath258">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1095.6993,-8098.7595)"
|
||||||
|
id="path258" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath301">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1476.5001,-5895.4337)"
|
||||||
|
id="path301" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath303">
|
||||||
|
<path
|
||||||
|
d="M 0,0 H 1920 V 9000 H 0 Z"
|
||||||
|
transform="translate(-1623.8512,-4272.9005)"
|
||||||
|
id="path303" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g1"
|
||||||
|
transform="translate(0.17944336,-2.9196463)">
|
||||||
|
<path
|
||||||
|
id="path148"
|
||||||
|
d="M 0,0 211.55,177.512"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:70;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1686.6035,9061.9695)" />
|
||||||
|
<path
|
||||||
|
id="path151"
|
||||||
|
d="M 0,0 V -174.775"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,2083.6333,1370.6667)" />
|
||||||
|
<path
|
||||||
|
id="path254"
|
||||||
|
d="M 0,0 C 0,205.098 -166.265,371.361 -371.362,371.361"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:137.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1838.3405,10484.94)"
|
||||||
|
clip-path="url(#clipPath255)" />
|
||||||
|
<path
|
||||||
|
id="path256"
|
||||||
|
d="M 0,0 177.512,-211.551"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:70;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,219.88347,2415.4232)" />
|
||||||
|
<path
|
||||||
|
id="path257"
|
||||||
|
d="M 0,0 C -205.098,0 -371.361,-166.265 -371.361,-371.362"
|
||||||
|
style="fill:none;stroke:#f7002b;stroke-width:137.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1460.9323,1201.6543)"
|
||||||
|
clip-path="url(#clipPath258)" />
|
||||||
|
<path
|
||||||
|
id="path300"
|
||||||
|
d="M 0,0 C 0,-126.805 102.795,-229.6 229.6,-229.6"
|
||||||
|
style="fill:none;stroke:#f7002b;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,1968.6667,4139.4219)"
|
||||||
|
clip-path="url(#clipPath301)" />
|
||||||
|
<path
|
||||||
|
id="path302"
|
||||||
|
d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6"
|
||||||
|
style="fill:none;stroke:#0833c2;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,2165.1349,6302.7995)"
|
||||||
|
clip-path="url(#clipPath303)" />
|
||||||
|
<path
|
||||||
|
id="path311"
|
||||||
|
d="M 0,0 V 283"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
transform="matrix(1.3333333,0,0,-1.3333333,247.22107,6014.2852)" />
|
||||||
|
<rect
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.872103;paint-order:fill markers stroke"
|
||||||
|
id="rect717"
|
||||||
|
width="2559.4043"
|
||||||
|
height="11996.388"
|
||||||
|
x="0.25652406"
|
||||||
|
y="3.3556976" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
@ -358,17 +358,33 @@
|
|||||||
/////////////////// caracteres body actus/////////////////////////
|
/////////////////// caracteres body actus/////////////////////////
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
// Maximum number of characters to display
|
// Nombre maximum de caractères à afficher
|
||||||
const maxChars = 140; // Adjust this value as needed
|
const maxChars = 140; // Ajustez cette valeur selon vos besoins
|
||||||
|
|
||||||
document.querySelectorAll('#actus-caroussel .node-type-actualite .field_body p').forEach(function(paragraph) {
|
document.querySelectorAll('#actus-caroussel .node-type-actualite').forEach(function(node) {
|
||||||
let text = paragraph.textContent.trim();
|
let paragraphs = node.querySelectorAll('.field_body p');
|
||||||
if (text.length > maxChars) {
|
let fullText = "";
|
||||||
let truncatedText = text.slice(0, maxChars) + '...';
|
|
||||||
paragraph.textContent = truncatedText;
|
// Concaténer tous les paragraphes
|
||||||
}
|
paragraphs.forEach(p => fullText += p.textContent.trim() + " ");
|
||||||
|
fullText = fullText.trim();
|
||||||
|
|
||||||
|
// Vérifier si le texte dépasse la limite
|
||||||
|
if (fullText.length > maxChars) {
|
||||||
|
let truncatedText = fullText.slice(0, maxChars) + '...';
|
||||||
|
|
||||||
|
// Vider tout le contenu et insérer seulement le texte tronqué
|
||||||
|
let firstParagraph = paragraphs[0];
|
||||||
|
firstParagraph.textContent = truncatedText;
|
||||||
|
|
||||||
|
// Masquer les autres paragraphes
|
||||||
|
for (let i = 1; i < paragraphs.length; i++) {
|
||||||
|
paragraphs[i].style.display = "none";
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////////// start slideshow home //////////////////////////
|
//////////// start slideshow home //////////////////////////
|
||||||
@ -685,6 +701,91 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
//////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
/////////// Start script ressources ////////////////////////////////
|
||||||
|
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
const view = document.querySelector(".view");
|
||||||
|
const elements = Array.from(view.children);
|
||||||
|
|
||||||
|
let newView = document.createElement("div");
|
||||||
|
newView.classList.add("view");
|
||||||
|
|
||||||
|
let group = null;
|
||||||
|
let groupContent = null;
|
||||||
|
|
||||||
|
elements.forEach((el) => {
|
||||||
|
if (el.tagName === "H3") {
|
||||||
|
if (group) {
|
||||||
|
newView.appendChild(group);
|
||||||
|
}
|
||||||
|
|
||||||
|
group = document.createElement("div");
|
||||||
|
group.classList.add("group");
|
||||||
|
|
||||||
|
groupContent = document.createElement("div");
|
||||||
|
groupContent.classList.add("group-content");
|
||||||
|
|
||||||
|
groupContent.appendChild(el);
|
||||||
|
group.appendChild(groupContent);
|
||||||
|
} else if (el.classList.contains("views-row")) {
|
||||||
|
groupContent.appendChild(el);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
if (group) {
|
||||||
|
newView.appendChild(group);
|
||||||
|
}
|
||||||
|
|
||||||
|
view.replaceWith(newView);
|
||||||
|
|
||||||
|
// Ajouter un bouton "Voir plus" dans chaque groupe
|
||||||
|
document.querySelectorAll(".group").forEach((group) => {
|
||||||
|
const rows = group.querySelectorAll(".views-row");
|
||||||
|
const button = document.createElement("button");
|
||||||
|
button.classList.add("toggle-btn");
|
||||||
|
button.textContent = "Voir plus de";
|
||||||
|
|
||||||
|
rows.forEach((row, index) => {
|
||||||
|
if (index >= 3) {
|
||||||
|
row.classList.add("hidden");
|
||||||
|
row.style.maxHeight = "0";
|
||||||
|
row.style.opacity = "0";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
button.addEventListener("click", () => {
|
||||||
|
const isExpanded = button.textContent === "Voir moins de";
|
||||||
|
const hiddenRows = group.querySelectorAll(".views-row.hidden");
|
||||||
|
|
||||||
|
if (isExpanded) {
|
||||||
|
// Cacher les lignes avec un délai pour l'effet de transition
|
||||||
|
hiddenRows.forEach((row) => {
|
||||||
|
row.style.maxHeight = "0";
|
||||||
|
row.style.opacity = "0";
|
||||||
|
setTimeout(() => row.classList.add("hidden"), 500); // Délai pour la transition
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// Afficher les lignes
|
||||||
|
hiddenRows.forEach((row) => {
|
||||||
|
row.classList.remove("hidden");
|
||||||
|
row.style.maxHeight = row.scrollHeight + "px";
|
||||||
|
row.style.opacity = "1";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
button.textContent = isExpanded ? "Voir plus de" : "Voir moins de";
|
||||||
|
});
|
||||||
|
|
||||||
|
group.appendChild(button);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
/////////// end script ressources ////////////////////////////////
|
||||||
|
|
||||||
})(jQuery, window);
|
})(jQuery, window);
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
.content_container{
|
.content_container{
|
||||||
#block-quartiers-de-demain-titredepage{
|
#block-quartiers-de-demain-titredepage{
|
||||||
display: none;
|
// display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.paragraph--type--static-parts{
|
.paragraph--type--static-parts{
|
||||||
@ -697,6 +697,28 @@
|
|||||||
// display: none;
|
// display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#live-youtube{
|
||||||
|
width: 55%;
|
||||||
|
margin: auto;
|
||||||
|
margin-left: 14rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
@media(max-width: 1090px){
|
||||||
|
flex-direction: column;
|
||||||
|
width: 90%;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-family: "gilroy-semibold";
|
||||||
|
|
||||||
|
}
|
||||||
|
.field_field_descritpion{
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,11 +17,12 @@ main{
|
|||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
margin-top: 14rem;
|
margin-top: 14rem;
|
||||||
grid-column: 2 /span 9;
|
grid-column: 2 /span 9;
|
||||||
margin-left: 0;
|
// margin-left: 0;
|
||||||
padding-left: 0%;
|
padding-left: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
|
text-align: center;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
color: $blue_QDD;
|
color: $blue_QDD;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@ -61,12 +62,16 @@ main{
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@media(max-width: 810px){
|
||||||
|
width: 95vw;
|
||||||
|
}
|
||||||
|
|
||||||
#sites-map-container{
|
#sites-map-container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
height:fit-content;
|
height:fit-content;
|
||||||
}
|
}
|
||||||
|
h2{display: none;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -340,8 +340,18 @@
|
|||||||
div{
|
div{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
@media(max-width: 810px){
|
||||||
|
justify-content: center;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
@media(max-width: 500px){
|
@media(max-width: 500px){
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prev-site{
|
.prev-site{
|
||||||
@ -385,14 +395,16 @@
|
|||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field_field_liens_site{
|
.field_field_liens_site,
|
||||||
|
.field--type-file{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
|
|
||||||
@media (max-width:810px) {
|
@media (max-width:810px) {
|
||||||
// margin-left: 0;
|
// margin-left: 0;
|
||||||
max-width: 50%;
|
// max-width: 50%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
@ -405,6 +417,7 @@
|
|||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.3rem;
|
||||||
|
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -413,7 +426,7 @@
|
|||||||
content: url("../img/noun-arrow-to-right.svg");
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
padding-right: 0.2rem;
|
padding-right: 0.2rem;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.2rem;
|
||||||
padding-bottom: 0.2rem;
|
// padding-bottom: 0.2rem;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 4rem;
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@ -36,6 +36,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.field_field_images{
|
.field_field_images{
|
||||||
|
order: 1;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
-moz-border-radius: 9px; /* pour Mozilla */
|
-moz-border-radius: 9px; /* pour Mozilla */
|
||||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||||
@ -97,7 +98,11 @@
|
|||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.infos-actu{
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
.field_field_date{
|
.field_field_date{
|
||||||
|
|
||||||
color: red;
|
color: red;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -112,6 +117,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.field_title{
|
.field_title{
|
||||||
|
order: 3;
|
||||||
padding-top: 0.2rem;
|
padding-top: 0.2rem;
|
||||||
h2{
|
h2{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -124,6 +130,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field_body{
|
.field_body{
|
||||||
|
order: 4;
|
||||||
// visibility: visible;
|
// visibility: visible;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
@ -134,6 +141,9 @@
|
|||||||
font-size: 0.7rem ;
|
font-size: 0.7rem ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.field_field_liens{
|
||||||
|
order: 5;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#home{
|
#home{
|
||||||
|
/////////////////start à remettre après fin live ///////////////
|
||||||
#background-animated {
|
#background-animated {
|
||||||
// display: none;
|
// display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -18,6 +18,29 @@
|
|||||||
top: -1500px;
|
top: -1500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////// end à remettre après fin live///////////
|
||||||
|
|
||||||
|
////////////////////////// start ///////////
|
||||||
|
// #background-animated-live {
|
||||||
|
// // display: none;
|
||||||
|
// position: absolute;
|
||||||
|
// top: 1500px;
|
||||||
|
// left: 200px;
|
||||||
|
// width: 90%;
|
||||||
|
// // height: 100%;
|
||||||
|
// pointer-events: none; /* Permet de cliquer à travers l'élément */
|
||||||
|
// z-index: 2; /* S'assure que l'élément soit au-dessus */
|
||||||
|
// @media(max-width: 1400px){
|
||||||
|
// display: none;
|
||||||
|
// }
|
||||||
|
// svg{
|
||||||
|
// max-width: 100%;
|
||||||
|
// position: relative;
|
||||||
|
// top: -1500px;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
////////////////////////// end e///////////
|
||||||
// .not-visible{
|
// .not-visible{
|
||||||
// @media (max-width:1100px) {
|
// @media (max-width:1100px) {
|
||||||
// display: none;
|
// display: none;
|
||||||
@ -32,4 +55,7 @@
|
|||||||
.layout-container.home {
|
.layout-container.home {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -202,6 +202,8 @@ header{
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
margin: auto;
|
||||||
|
padding-top: 1%;
|
||||||
@media(max-width: 1025px){
|
@media(max-width: 1025px){
|
||||||
top: 0;
|
top: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -341,7 +343,7 @@ header{
|
|||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -100%;
|
left: -100%;
|
||||||
top: -45px;
|
top: -75px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user