Compare commits
65 Commits
3992be2e1c
...
live
Author | SHA1 | Date | |
---|---|---|---|
735a9a0278 | |||
104633faa1 | |||
4aaa3f90c5 | |||
5eceec0083 | |||
f745ce2f6c | |||
7176f2d82d | |||
91f248bfd7 | |||
1c09ac0a55 | |||
08f405aaa5 | |||
b88b807554 | |||
b904091947 | |||
99db92a152 | |||
fb9ffed293 | |||
84fece051f | |||
f218e340f1 | |||
c24e9b296c | |||
fa0945c969 | |||
18818bc428 | |||
2387de2870 | |||
15805cba54 | |||
4d4ccb80a9 | |||
09a1e18f16 | |||
4fff17098f | |||
eb0b690542 | |||
3a68d5a2c8 | |||
0828edff55 | |||
d917579535 | |||
310fb98a51 | |||
42415d5e01 | |||
374a63f1d1 | |||
601a784163 | |||
5cbaa3e7e3 | |||
7f0227bb06 | |||
b3acc28592 | |||
d91e0aa86e | |||
5a48eee4ef | |||
bfb94ef05b | |||
e50c8d95a2 | |||
b864319025 | |||
e5a0323a8a | |||
471d16089b | |||
69d780a12f | |||
1e10015d88 | |||
f0d07f6de6 | |||
fb294a22d6 | |||
5e2cdd8d3e | |||
c82fea24b7 | |||
4d21ad7a92 | |||
c688ee2b9e | |||
788f00a603 | |||
d740d58c0b | |||
3f6c33992e | |||
bc15f0549d | |||
89fede90e7 | |||
660ba7597c | |||
39f21b2fcf | |||
2da887ce20 | |||
a53801c7e4 | |||
4b159bf3fe | |||
57d908d243 | |||
fb8d6f645e | |||
d41fb95061 | |||
0677d8acda | |||
e893fc1360 | |||
fdd41d5747 |
@@ -24,7 +24,7 @@
|
||||
"drupal/editor_advanced_link": "^2.2",
|
||||
"drupal/geofield": "^1.60",
|
||||
"drupal/image_delta_formatter": "^1.2",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/image_field_caption": "2.0.x-dev@dev",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/leaflet_more_maps": "^2.2",
|
||||
"drupal/linked_field": "^1.5",
|
||||
@@ -126,9 +126,20 @@
|
||||
"merge-extra": true
|
||||
},
|
||||
"patches": {
|
||||
"drupal/core": {
|
||||
"Image field generates only default language URL when linking to corresponding entity. https://www.drupal.org/node/2645922?no_cache=1733132298":"https://www.drupal.org/files/issues/2021-03-15/2645922-45.patch"
|
||||
},
|
||||
"drupal/social_media_links":{
|
||||
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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": {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
24
composer.lock
generated
24
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "3f682451141745b61e2f384d1c28ce84",
|
||||
"content-hash": "21ca923d67e614146f8e96c3190d1cde",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -4550,29 +4550,26 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/image_field_caption",
|
||||
"version": "2.0.1",
|
||||
"version": "dev-2.0.x",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/image_field_caption.git",
|
||||
"reference": "2.0.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.1.zip",
|
||||
"reference": "2.0.1",
|
||||
"shasum": "053e1ccfc638b3b2cd5c59c3c6a053e4e5041183"
|
||||
"reference": "b0c155d5aac125666f01c0aa102a8a1f88b1f955"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-2.0.x": "2.0.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "2.0.1",
|
||||
"datestamp": "1705443097",
|
||||
"version": "2.0.x-dev",
|
||||
"datestamp": "1711647363",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -12961,6 +12958,7 @@
|
||||
"drupal/entity_clone": 20,
|
||||
"drupal/field_group": 20,
|
||||
"drupal/filter_perms": 20,
|
||||
"drupal/image_field_caption": 20,
|
||||
"drupal/inline_entity_form": 5,
|
||||
"drupal/linkit": 10,
|
||||
"drupal/login_destination": 20,
|
||||
|
@@ -23,15 +23,15 @@ settings:
|
||||
value: showcase/quartiers-demain/
|
||||
description: 'Retrouvez-nous sur les réseaux sociaux'
|
||||
weight: '-43'
|
||||
instagram:
|
||||
value: quartiersdedemain.archi/
|
||||
description: ''
|
||||
weight: '-42'
|
||||
twitter:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-42'
|
||||
youtube:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-41'
|
||||
instagram:
|
||||
youtube:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-40'
|
||||
|
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: ''
|
@@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||
label: Description
|
||||
description: "S'affiche au survol du lien du menu."
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: menu_link_content
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||
label: 'Titre du lien dans le menu'
|
||||
description: 'Le texte à utiliser pour ce lien dans le menu.'
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -11,7 +11,7 @@ bundle: actualite
|
||||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -13,7 +13,7 @@ bundle: actualite
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -11,7 +11,7 @@ bundle: actualite
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -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
|
@@ -11,7 +11,7 @@ bundle: site
|
||||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -13,7 +13,7 @@ bundle: site
|
||||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -11,7 +11,7 @@ bundle: site
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -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
|
@@ -6,6 +6,7 @@ dependencies:
|
||||
- config_pages.type.deroulement
|
||||
- field.field.config_pages.deroulement.field_calendrier
|
||||
- field.field.config_pages.deroulement.field_phase
|
||||
- field.field.config_pages.deroulement.field_title
|
||||
module:
|
||||
- file
|
||||
- paragraphs
|
||||
@@ -16,14 +17,14 @@ mode: default
|
||||
content:
|
||||
field_calendrier:
|
||||
type: file_generic
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_phase:
|
||||
type: paragraphs
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
@@ -39,5 +40,13 @@ content:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
||||
|
@@ -4,10 +4,13 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.thumbnail
|
||||
- node.type.actualite
|
||||
@@ -25,8 +28,9 @@ third_party_settings:
|
||||
group_details:
|
||||
children:
|
||||
- status
|
||||
- sticky
|
||||
- promote
|
||||
- field_a_la_une
|
||||
- field_poid
|
||||
- uid
|
||||
- created
|
||||
- path
|
||||
@@ -35,7 +39,7 @@ third_party_settings:
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 7
|
||||
weight: 8
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
@@ -45,7 +49,7 @@ third_party_settings:
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
weight: -100
|
||||
id: node.actualite.default
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
@@ -53,7 +57,7 @@ mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
@@ -63,26 +67,33 @@ content:
|
||||
third_party_settings: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 12
|
||||
weight: 13
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_a_la_une:
|
||||
type: boolean_checkbox
|
||||
weight: 10
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_date:
|
||||
type: daterange_default
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_fichiers:
|
||||
type: file_generic
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_images:
|
||||
type: image_image
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
@@ -90,12 +101,29 @@ content:
|
||||
third_party_settings: { }
|
||||
field_liens:
|
||||
type: link_default
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
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:
|
||||
type: autocomplete_deluxe
|
||||
weight: 1
|
||||
@@ -115,24 +143,24 @@ content:
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 13
|
||||
weight: 14
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 10
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
simple_sitemap:
|
||||
weight: 14
|
||||
weight: 15
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
simple_sitemap_index_now:
|
||||
weight: 15
|
||||
weight: 16
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -143,13 +171,6 @@ content:
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@@ -158,9 +179,14 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 9
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 11
|
||||
weight: 12
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
@@ -170,3 +196,4 @@ content:
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
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
|
@@ -6,6 +6,7 @@ dependencies:
|
||||
- config_pages.type.deroulement
|
||||
- field.field.config_pages.deroulement.field_calendrier
|
||||
- field.field.config_pages.deroulement.field_phase
|
||||
- field.field.config_pages.deroulement.field_title
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
@@ -20,7 +21,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
field_phase:
|
||||
type: entity_reference_revisions_entity_view
|
||||
@@ -29,6 +30,14 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_title:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
|
@@ -4,10 +4,13 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
@@ -28,7 +31,7 @@ content:
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
@@ -38,7 +41,7 @@ content:
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
@@ -46,7 +49,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
@@ -69,7 +72,15 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
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
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
@@ -77,16 +88,16 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
@@ -95,6 +106,8 @@ content:
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
|
@@ -5,10 +5,13 @@ dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
@@ -26,7 +29,7 @@ mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
@@ -39,7 +42,7 @@ content:
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
@@ -47,7 +50,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
@@ -70,9 +73,9 @@ content:
|
||||
rel: '0'
|
||||
target: _blank
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
@@ -80,9 +83,17 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
@@ -91,6 +102,8 @@ content:
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
@@ -5,10 +5,13 @@ dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.actualite.body
|
||||
- field.field.node.actualite.field_a_la_une
|
||||
- field.field.node.actualite.field_date
|
||||
- field.field.node.actualite.field_fichiers
|
||||
- field.field.node.actualite.field_images
|
||||
- field.field.node.actualite.field_liens
|
||||
- field.field.node.actualite.field_poid
|
||||
- field.field.node.actualite.field_site
|
||||
- field.field.node.actualite.field_type_d_actualite
|
||||
- image.style.wide
|
||||
- node.type.actualite
|
||||
@@ -24,11 +27,11 @@ mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
@@ -38,7 +41,7 @@ content:
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
field_images:
|
||||
type: image_delta_formatter
|
||||
@@ -53,6 +56,14 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
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:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
@@ -63,17 +74,19 @@ content:
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
links: 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
|
@@ -4,7 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.site_diapo.field_images
|
||||
- image.style.wide
|
||||
- image.style.very_large
|
||||
- paragraphs.paragraphs_type.site_diapo
|
||||
module:
|
||||
- image_field_caption
|
||||
@@ -17,12 +17,12 @@ content:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_style: very_large
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: 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
|
@@ -0,0 +1,19 @@
|
||||
uuid: cfc84eb1-5066-40f5-8e83-e8cfc718cf1d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.deroulement
|
||||
- field.storage.config_pages.field_title
|
||||
id: config_pages.deroulement.field_title
|
||||
field_name: field_title
|
||||
entity_type: config_pages
|
||||
bundle: deroulement
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -14,7 +14,7 @@ bundle: actualite
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
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
|
@@ -14,7 +14,7 @@ bundle: actualite
|
||||
label: Fichiers
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -6,7 +6,15 @@ dependencies:
|
||||
- field.storage.node.field_images
|
||||
- node.type.actualite
|
||||
module:
|
||||
- content_translation
|
||||
- image
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
caption: caption
|
||||
file: '0'
|
||||
id: node.actualite.field_images
|
||||
field_name: field_images
|
||||
entity_type: node
|
||||
@@ -14,7 +22,7 @@ bundle: actualite
|
||||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
@@ -36,6 +44,6 @@ settings:
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 1
|
||||
caption_field_required: 0
|
||||
caption_field: true
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
|
@@ -14,7 +14,7 @@ bundle: actualite
|
||||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
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
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: Département(s)
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -14,7 +14,7 @@ bundle: site
|
||||
label: Documents
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -14,7 +14,7 @@ bundle: site
|
||||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Nom de la commune (nb d'hab.)"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Nom du QPV (nb d'hab.)"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Maîtrise d'ouvrage"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: "Programmes de l'état"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: Région
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -12,7 +12,7 @@ bundle: site
|
||||
label: Sous-titre
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -13,6 +13,7 @@ third_party_settings:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
caption: caption
|
||||
file: '0'
|
||||
id: paragraph.site_diapo.field_images
|
||||
field_name: field_images
|
||||
@@ -43,6 +44,6 @@ settings:
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: 1
|
||||
caption_field_required: 0
|
||||
caption_field: true
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
|
@@ -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
|
21
config/sync/field.storage.config_pages.field_title.yml
Normal file
21
config/sync/field.storage.config_pages.field_title.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
uuid: 89c0fabb-8b58-4aee-a3d5-cc9ca050d074
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- config_pages
|
||||
id: config_pages.field_title
|
||||
field_name: field_title
|
||||
entity_type: config_pages
|
||||
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
|
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
|
@@ -21,6 +21,7 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: -1
|
||||
|
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
|
@@ -21,6 +21,7 @@ settings:
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: -1
|
||||
|
@@ -0,0 +1,11 @@
|
||||
uuid: 0be47de1-35a4-49f3-ae07-99b77c62db51
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.live_youtube
|
||||
id: block_content.live_youtube
|
||||
target_entity_type_id: block_content
|
||||
target_bundle: live_youtube
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
@@ -7,11 +7,11 @@ dependencies:
|
||||
- menu_link_content
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
untranslatable_fields_hide: '1'
|
||||
id: menu_link_content.menu_link_content
|
||||
target_entity_type_id: menu_link_content
|
||||
target_bundle: menu_link_content
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
@@ -8,11 +8,11 @@ dependencies:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: node.actualite
|
||||
target_entity_type_id: node
|
||||
target_bundle: actualite
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
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
|
@@ -8,11 +8,11 @@ dependencies:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
untranslatable_fields_hide: '1'
|
||||
id: node.site
|
||||
target_entity_type_id: node
|
||||
target_bundle: site
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
@@ -15,4 +15,4 @@ id: paragraph.site_parts
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: site_parts
|
||||
default_langcode: current_interface
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
@@ -10,7 +10,7 @@ third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
untranslatable_fields_hide: '1'
|
||||
id: paragraph.site_video
|
||||
target_entity_type_id: paragraph
|
||||
target_bundle: site_video
|
||||
|
@@ -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
|
@@ -0,0 +1 @@
|
||||
description: Department(s)
|
@@ -0,0 +1 @@
|
||||
label: 'Name of the municipality (population)'
|
@@ -0,0 +1 @@
|
||||
label: 'Name of the priority urban neighborhood (population)'
|
@@ -0,0 +1 @@
|
||||
label: 'Contracting authority'
|
@@ -0,0 +1 @@
|
||||
description: 'State programmes'
|
@@ -0,0 +1 @@
|
||||
label: Region(s)
|
4
config/sync/language/en/views.view.actus.yml
Normal file
4
config/sync/language/en/views.view.actus.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
title: Actualities
|
@@ -3,3 +3,7 @@ display:
|
||||
default:
|
||||
display_options:
|
||||
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
|
||||
- views.view.actus
|
||||
- views.view.presentation
|
||||
content:
|
||||
- 'block_content:live_youtube:1d330f27-3197-43ed-8f7f-a1b05826c25b'
|
||||
module:
|
||||
- block_content
|
||||
- config_pages
|
||||
- panels
|
||||
- views
|
||||
@@ -30,7 +33,7 @@ variant_settings:
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
region: content
|
||||
weight: 0
|
||||
weight: 1
|
||||
uuid: f1486b62-7ff8-475b-b6a1-e153b6b6fb89
|
||||
css_classes:
|
||||
- ''
|
||||
@@ -54,13 +57,13 @@ variant_settings:
|
||||
346ce88d-2925-4bf8-884d-dfbca1e8d5b6:
|
||||
id: config_pages_block
|
||||
label: Calendrier
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: config_pages
|
||||
context_mapping: { }
|
||||
config_page_type: deroulement
|
||||
config_page_view_mode: full
|
||||
region: content
|
||||
weight: 1
|
||||
weight: 2
|
||||
uuid: 346ce88d-2925-4bf8-884d-dfbca1e8d5b6
|
||||
css_classes:
|
||||
- ''
|
||||
@@ -76,12 +79,28 @@ variant_settings:
|
||||
items_per_page: none
|
||||
exposed: { }
|
||||
region: content
|
||||
weight: 2
|
||||
weight: 0
|
||||
uuid: d4d27033-dc91-45d7-adc0-8690fd0ab27a
|
||||
css_classes:
|
||||
- ''
|
||||
html_id: ''
|
||||
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: ''
|
||||
layout: layout_onecol
|
||||
layout_settings:
|
||||
|
@@ -69,11 +69,20 @@ variant_settings:
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: file_default
|
||||
type: formatter_suite_general_file_link
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
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: { }
|
||||
region: third
|
||||
weight: -5
|
||||
@@ -157,14 +166,14 @@ variant_settings:
|
||||
2f4a8a1a-2071-44f7-b725-bbe79798df48:
|
||||
id: 'entity_field:node:field_porteur_s_de_site'
|
||||
label: "Maîtrise d'ouvrage"
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: basic_string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: second
|
||||
@@ -177,14 +186,14 @@ variant_settings:
|
||||
3e40ac9a-e27e-4faf-b129-451d5ae0e742:
|
||||
id: 'entity_field:node:field_region'
|
||||
label: Région
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
@@ -198,14 +207,14 @@ variant_settings:
|
||||
68368738-0e9b-43f5-a553-cd19390bfbbc:
|
||||
id: 'entity_field:node:field_nom_du_qpv_nb_d_hab'
|
||||
label: "Nom du QPV (nb d'hab.)"
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
@@ -219,14 +228,14 @@ variant_settings:
|
||||
63a45085-391f-403b-934e-bc47a2fc76ed:
|
||||
id: 'entity_field:node:field_departement_s'
|
||||
label: Département(s)
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
@@ -240,14 +249,14 @@ variant_settings:
|
||||
e048da61-ac83-4a80-9112-f06a22b5cc34:
|
||||
id: 'entity_field:node:field_programme_de_l_etat'
|
||||
label: "Programmes de l'état"
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
@@ -261,14 +270,14 @@ variant_settings:
|
||||
bdf10817-0225-4bba-9fea-0c779f18c9af:
|
||||
id: 'entity_field:node:field_nom_de_la_commune_nb_d_hab'
|
||||
label: "Nom de la commune (nb d'hab.)"
|
||||
label_display: visible
|
||||
label_display: '0'
|
||||
provider: ctools_block
|
||||
context_mapping:
|
||||
entity: node
|
||||
formatter:
|
||||
type: string
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
|
22
config/sync/pathauto.pattern.actus.yml
Normal file
22
config/sync/pathauto.pattern.actus.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: b4825987-4cfe-4342-a7d0-29d190fd71b3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: actus
|
||||
label: Actus
|
||||
type: 'canonical_entities:node'
|
||||
pattern: '/actualites/[node:title]'
|
||||
selection_criteria:
|
||||
ae8c556c-ba96-4e19-87c1-46ee3c9639d4:
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
uuid: ae8c556c-ba96-4e19-87c1-46ee3c9639d4
|
||||
context_mapping:
|
||||
node: node
|
||||
bundles:
|
||||
actualite: actualite
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
@@ -0,0 +1 @@
|
||||
index_now: false
|
@@ -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
|
||||
- node.type.actualite
|
||||
- node.type.partenaire
|
||||
- node.type.ressource
|
||||
- node.type.site
|
||||
- node.type.static
|
||||
module:
|
||||
@@ -45,17 +46,21 @@ permissions:
|
||||
- 'create actualite content'
|
||||
- 'create content translations'
|
||||
- 'create partenaire content'
|
||||
- 'create ressource content'
|
||||
- 'create site content'
|
||||
- 'create static content'
|
||||
- 'delete any actualite content'
|
||||
- 'delete any partenaire content'
|
||||
- 'delete any ressource content'
|
||||
- 'delete any site content'
|
||||
- 'delete any static content'
|
||||
- 'delete partenaire revisions'
|
||||
- 'delete ressource revisions'
|
||||
- 'delete site revisions'
|
||||
- 'edit any actualite content'
|
||||
- 'edit any logo_link block content'
|
||||
- 'edit any partenaire content'
|
||||
- 'edit any ressource content'
|
||||
- 'edit any site content'
|
||||
- 'edit any static content'
|
||||
- 'edit deroulement config page entity'
|
||||
@@ -77,6 +82,7 @@ permissions:
|
||||
- 'execute views_bulk_edit all'
|
||||
- 'revert actualite revisions'
|
||||
- 'revert partenaire revisions'
|
||||
- 'revert ressource revisions'
|
||||
- 'revert site revisions'
|
||||
- 'revert static revisions'
|
||||
- 'translate editable entities'
|
||||
@@ -88,6 +94,7 @@ permissions:
|
||||
- 'view any logo_link block content history'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaire revisions'
|
||||
- 'view ressource revisions'
|
||||
- 'view site revisions'
|
||||
- 'view static revisions'
|
||||
- 'view the administration theme'
|
||||
|
@@ -6,6 +6,7 @@ dependencies:
|
||||
- filter.format.wysiwyg
|
||||
- node.type.actualite
|
||||
- node.type.partenaire
|
||||
- node.type.ressource
|
||||
- node.type.site
|
||||
- node.type.static
|
||||
module:
|
||||
@@ -34,12 +35,15 @@ permissions:
|
||||
- 'create actualite content'
|
||||
- 'create content translations'
|
||||
- 'create partenaire content'
|
||||
- 'create ressource content'
|
||||
- 'create site content'
|
||||
- 'create static content'
|
||||
- 'delete partenaire revisions'
|
||||
- 'delete ressource revisions'
|
||||
- 'delete site revisions'
|
||||
- 'edit any actualite content'
|
||||
- 'edit any partenaire content'
|
||||
- 'edit any ressource content'
|
||||
- 'edit any site content'
|
||||
- 'edit any static content'
|
||||
- 'edit deroulement config page entity'
|
||||
@@ -52,6 +56,7 @@ permissions:
|
||||
- 'execute node_unpromote_action node'
|
||||
- 'revert actualite revisions'
|
||||
- 'revert partenaire revisions'
|
||||
- 'revert ressource revisions'
|
||||
- 'revert site revisions'
|
||||
- 'revert static revisions'
|
||||
- 'translate editable entities'
|
||||
@@ -62,6 +67,7 @@ permissions:
|
||||
- 'view actualite revisions'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaire revisions'
|
||||
- 'view ressource revisions'
|
||||
- 'view site revisions'
|
||||
- 'view static revisions'
|
||||
- 'view the administration theme'
|
||||
|
@@ -3,9 +3,11 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- core.entity_view_mode.node.full
|
||||
- node.type.actualite
|
||||
- system.menu.entete
|
||||
module:
|
||||
- datetime
|
||||
- node
|
||||
- user
|
||||
id: actus
|
||||
@@ -94,23 +96,7 @@ display:
|
||||
type: tag
|
||||
options: { }
|
||||
empty: { }
|
||||
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
|
||||
sorts: { }
|
||||
arguments: { }
|
||||
filters:
|
||||
status:
|
||||
@@ -133,18 +119,61 @@ display:
|
||||
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: { }
|
||||
style:
|
||||
type: default
|
||||
row:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
view_mode: teaser
|
||||
relationship: none
|
||||
view_mode: full
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
distinct: true
|
||||
replica: false
|
||||
query_tags: { }
|
||||
relationships: { }
|
||||
@@ -161,10 +190,121 @@ display:
|
||||
tags: { }
|
||||
block_1:
|
||||
id: block_1
|
||||
display_title: Block
|
||||
display_title: 'Block Home'
|
||||
display_plugin: block
|
||||
position: 1
|
||||
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:
|
||||
matomo:
|
||||
enabled: false
|
||||
@@ -186,3 +326,335 @@ display:
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
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'
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user