Compare commits
92 Commits
b8e851e6f5
...
stage
Author | SHA1 | Date | |
---|---|---|---|
92214ace10 | |||
1bfa50c4d7 | |||
b90195224f | |||
824ff8db7d | |||
6f38fa2b21 | |||
4cd6a70fb6 | |||
2711648bcc | |||
8182da944c | |||
80ce252b1b | |||
b161c589df | |||
b56bdd2deb | |||
33c5eda6ee | |||
7d8e6cad83 | |||
a9f009e1f7 | |||
5574b2434a | |||
7b756b4b44 | |||
9a32b4d2ec | |||
2adb4d9434 | |||
94335b8c9c | |||
f0686d8800 | |||
cbd46f7871 | |||
bb4d9eff31 | |||
2954285719 | |||
ac9d0bc190 | |||
9f188a6a08 | |||
6258b50304 | |||
817162241a | |||
9b6785d324 | |||
e4d3a32ed1 | |||
1aae363439 | |||
1f5ab942d7 | |||
21d1e760d5 | |||
df422a589c | |||
6119477d19 | |||
9f6a9a9c5e | |||
b24270bdeb | |||
3f3172d8cb | |||
16ff97c6c1 | |||
3307579d10 | |||
33edc88d09 | |||
7779e1306e | |||
9f69453289 | |||
58bb8f5c62 | |||
522c4e5375 | |||
53e76b9f14 | |||
dbac67289f | |||
0abf29652e | |||
95270a0e3e | |||
cc2f1e4d41 | |||
754cce927a | |||
bad42e1d77 | |||
e50f96596f | |||
456e77c96f | |||
e80ec416ae | |||
8b37b4a4a4 | |||
e038d94c40 | |||
3383ba559a | |||
681d3c9443 | |||
57a99ee386 | |||
dfc9bc3c91 | |||
3234cd4f05 | |||
1ac7d51420 | |||
6a2a4beb5f | |||
bee2b9bad1 | |||
98c5c62a0f | |||
dc4b9912da | |||
221805262c | |||
2a2bc0785a | |||
676def97a1 | |||
c9aaad60d1 | |||
90836be9db | |||
54d0714034 | |||
5b3fbeb9e2 | |||
b3826b9501 | |||
fc8699b3be | |||
244299bc50 | |||
f5bd5f53f5 | |||
187b5c1115 | |||
c7b43b6f09 | |||
d7d8ec0c7d | |||
f15763890c | |||
d975cc467f | |||
10a03d4cd3 | |||
d35a3a3140 | |||
b0862a3058 | |||
a9ed7254ea | |||
8d7ef376ee | |||
4f13b83125 | |||
dd2c64e08d | |||
f23df98c97 | |||
ca93906dbd | |||
a954720f71 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -42,6 +42,9 @@
|
||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
|
||||
# PHPStan's baseline uses tabs instead of spaces.
|
||||
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
||||
|
||||
# Define binary file attributes.
|
||||
# - Do not treat them as text.
|
||||
# - Include binary diff in patches instead of "binary files differ."
|
||||
|
@ -18,9 +18,9 @@
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/block_field": "^1.0@RC",
|
||||
"drupal/config_pages": "^2.15",
|
||||
"drupal/core-composer-scaffold": "^10.2",
|
||||
"drupal/core-project-message": "^10.2",
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/core-composer-scaffold": "^10.3",
|
||||
"drupal/core-project-message": "^10.3",
|
||||
"drupal/core-recommended": "^10.3",
|
||||
"drupal/editor_advanced_link": "^2.2",
|
||||
"drupal/geofield": "^1.60",
|
||||
"drupal/image_delta_formatter": "^1.2",
|
||||
@ -36,10 +36,13 @@
|
||||
"drupal/paragraphs": "^1.17",
|
||||
"drupal/quick_node_clone": "^1.18",
|
||||
"drupal/simple_sitemap": "^4.1",
|
||||
"drupal/smart_read_more_link": "^2.0",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/verf": "^2.1",
|
||||
"drupal/views_autocomplete_filters": "^2.0",
|
||||
"drupal/views_block_area": "^1.0@beta",
|
||||
"drupal/views_year_filter": "^2.1",
|
||||
"drupal/viewsreference": "^2.0@beta",
|
||||
"drupal/yaml_editor": "^1.2",
|
||||
"drush/drush": "^12.4",
|
||||
@ -129,7 +132,8 @@
|
||||
},
|
||||
"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"
|
||||
"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",
|
||||
"Also use text editor (CKEditor) for summary of a text field https://www.drupal.org/project/drupal/issues/2671162 ":"https://www.drupal.org/files/issues/2024-09-09/2671162-151.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"
|
||||
|
1413
composer.lock
generated
1413
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: RumewwAShocwpN5KgIf0U8Z2yd4_f7mQJpYnwLTzhhQ
|
||||
langcode: fr
|
||||
menu_depth: 4
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: link
|
||||
label: Link
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: live_youtube
|
||||
label: live-youtube
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: logo_link
|
||||
label: Logo-link
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -2,4 +2,3 @@ _core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
auto_import: { }
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
|
||||
langcode: fr
|
||||
ignored_config_entities: { }
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Ybib_dFQ1insjZmm1a7bQlvdUVX8BGbF8EZGz2jMBPo
|
||||
langcode: fr
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IdcCyfVkD8kunSj3rbm1mwrfJbfcJK4bjfPheIqxnxI
|
||||
langcode: fr
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: S2TgQLZhiodGAfJKqb5Epnsksw3ST09nIMqTazOcBuI
|
||||
langcode: fr
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
|
@ -16,12 +16,14 @@ dependencies:
|
||||
- image.style.thumbnail
|
||||
- node.type.actualite
|
||||
module:
|
||||
- advanced_text_formatter
|
||||
- autocomplete_deluxe
|
||||
- datetime_range
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- maxlength
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
@ -134,8 +136,16 @@ content:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
show_summary: true
|
||||
third_party_settings:
|
||||
maxlength:
|
||||
maxlength_js: null
|
||||
maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
|
||||
maxlength_js_summary: null
|
||||
maxlength_js_label_summary: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
|
||||
maxlength_js_enforce: false
|
||||
advanced_text_formatter:
|
||||
show_token_tree: 0
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 7
|
||||
|
@ -14,6 +14,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.thumbnail
|
||||
- node.type.ressource
|
||||
module:
|
||||
@ -24,6 +25,7 @@ dependencies:
|
||||
- link
|
||||
- path
|
||||
- text
|
||||
- video_embed_field
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
@ -104,6 +106,7 @@ third_party_settings:
|
||||
group_media:
|
||||
children:
|
||||
- field_images
|
||||
- field_video
|
||||
- field_documents
|
||||
label: Média
|
||||
region: content
|
||||
@ -149,7 +152,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_documents:
|
||||
type: file_generic
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
@ -211,6 +214,12 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_video:
|
||||
type: video_embed_field_textfield
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 43
|
||||
|
@ -36,17 +36,18 @@ content:
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
from_to: both
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
@ -54,7 +55,7 @@ content:
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
@ -65,7 +66,7 @@ content:
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
@ -77,7 +78,7 @@ content:
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@ -85,7 +86,7 @@ content:
|
||||
region: content
|
||||
field_tous_les_sites:
|
||||
type: boolean
|
||||
label: above
|
||||
label: hidden
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
@ -95,7 +96,7 @@ content:
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@ -108,7 +109,7 @@ content:
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
|
@ -30,24 +30,25 @@ mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
from_to: both
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
@ -55,7 +56,7 @@ content:
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
@ -66,7 +67,7 @@ content:
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
@ -78,7 +79,7 @@ content:
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@ -86,7 +87,7 @@ content:
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@ -94,7 +95,7 @@ content:
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
|
@ -18,75 +18,94 @@ dependencies:
|
||||
- node.type.actualite
|
||||
module:
|
||||
- datetime_range
|
||||
- image_delta_formatter
|
||||
- file
|
||||
- image_field_caption
|
||||
- link
|
||||
- manage_display
|
||||
- text
|
||||
- smart_read_more_link
|
||||
id: node.actualite.teaser
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: text_summary_or_trimmed
|
||||
label: visually_hidden
|
||||
type: smart_read_more_link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
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_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
trim_length: '6000000'
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
from_to: both
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
weight: 4
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
link_to_entity: false
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
field_poid: true
|
||||
field_tous_les_sites: true
|
||||
langcode: true
|
||||
|
@ -14,6 +14,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.wide
|
||||
- node.type.ressource
|
||||
module:
|
||||
@ -23,6 +24,7 @@ dependencies:
|
||||
- link
|
||||
- manage_display
|
||||
- text
|
||||
- video_embed_field
|
||||
id: node.ressource.default
|
||||
targetEntityType: node
|
||||
bundle: ressource
|
||||
@ -125,6 +127,17 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
region: content
|
||||
field_video:
|
||||
type: video_embed_field_video
|
||||
label: above
|
||||
settings:
|
||||
autoplay: true
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -15,6 +15,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.wide
|
||||
- node.type.ressource
|
||||
module:
|
||||
@ -81,6 +82,7 @@ hidden:
|
||||
field_sous_titre: true
|
||||
field_tous_les_sites: true
|
||||
field_type_de_ressource: true
|
||||
field_video: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
|
@ -15,6 +15,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_sous_titre
|
||||
- field.field.node.ressource.field_tous_les_sites
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
- field.field.node.ressource.field_video
|
||||
- image.style.wide
|
||||
- node.type.ressource
|
||||
module:
|
||||
@ -123,6 +124,7 @@ hidden:
|
||||
created: true
|
||||
field_tous_les_sites: true
|
||||
field_type_de_ressource: true
|
||||
field_video: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
langcode: fr
|
||||
module:
|
||||
actions_permissions: 0
|
||||
admin_toolbar: 0
|
||||
@ -105,6 +104,7 @@ module:
|
||||
simple_sitemap: 0
|
||||
simple_sitemap_engines: 0
|
||||
simple_sitemap_views: 0
|
||||
smart_read_more_link: 0
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
social_media_links: 0
|
||||
@ -118,12 +118,14 @@ module:
|
||||
translation_views: 0
|
||||
update: 0
|
||||
user: 0
|
||||
verf: 0
|
||||
video_embed_field: 0
|
||||
views_autocomplete_filters: 0
|
||||
views_block_area: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ui: 0
|
||||
views_year_filter: 0
|
||||
viewsreference: 0
|
||||
yaml_editor: 0
|
||||
extlink: 1
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: vCYrtzrLLCbq9UlGR4CxiEg0LXt4qGwRO4VkluZZq9o
|
||||
langcode: fr
|
||||
definitions: { }
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: DfshuQJJ7I30rwPRVdQT67nvhPnXkFiJK_dmJxZgNKc
|
||||
langcode: fr
|
||||
row_limit: 1000
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IF0N5iOZlOY8dJPSNNkZwph9jkMpkJvI4dTuK1xiD0Q
|
||||
langcode: fr
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
|
@ -5,4 +5,3 @@ toolbar_items:
|
||||
- devel.phpinfo
|
||||
- devel.run_cron
|
||||
- devel.theme_registry
|
||||
langcode: fr
|
||||
|
@ -49,7 +49,7 @@ image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
||||
login_with_username: false
|
||||
langcode: fr
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: 7CGKsosNQEyYfQ2qiob-sBdmox8rrL5He7iLJgJ1kNo
|
||||
langcode: fr
|
||||
file_scheme: public
|
||||
upload_directory: embed_buttons
|
||||
|
@ -4,6 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- filter.format.wysiwyg
|
||||
- node.type.actualite
|
||||
module:
|
||||
- text
|
||||
@ -20,5 +21,6 @@ default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
allowed_formats: { }
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_with_summary
|
||||
|
25
config/sync/field.field.node.ressource.field_video.yml
Normal file
25
config/sync/field.field.node.ressource.field_video.yml
Normal file
@ -0,0 +1,25 @@
|
||||
uuid: 4f46a88b-b4de-43d5-94a1-32218a63a7f8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_video
|
||||
- node.type.ressource
|
||||
module:
|
||||
- video_embed_field
|
||||
id: node.ressource.field_video
|
||||
field_name: field_video
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: Video
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_providers:
|
||||
vimeo: vimeo
|
||||
youtube: youtube
|
||||
youtube_playlist: '0'
|
||||
field_type: video_embed_field
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: yC1VrNt3it8LmbGTO8cGhgNqRgN3ikhqun5dCWFVCAA
|
||||
langcode: fr
|
||||
purge_batch_size: 50
|
||||
|
19
config/sync/field.storage.node.field_video.yml
Normal file
19
config/sync/field.storage.node.field_video.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 6f96724b-a30e-4aeb-95de-1a330e4b68b9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- video_embed_field
|
||||
id: node.field_video
|
||||
field_name: field_video
|
||||
entity_type: node
|
||||
type: video_embed_field
|
||||
settings: { }
|
||||
module: video_embed_field
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
|
||||
field_prefix: field_
|
||||
langcode: fr
|
||||
|
@ -5,5 +5,4 @@ description:
|
||||
length: 128
|
||||
icon:
|
||||
directory: core/modules/file/icons
|
||||
langcode: fr
|
||||
make_unused_managed_files_temporary: false
|
||||
|
@ -2,4 +2,3 @@ _core:
|
||||
default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM
|
||||
fallback_format: plain_text
|
||||
always_show_fallback_choice: false
|
||||
langcode: fr
|
||||
|
@ -1,12 +1,12 @@
|
||||
_core:
|
||||
default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw
|
||||
protect_all_forms: false
|
||||
unprotected_forms:
|
||||
- user_login_form
|
||||
- search_form
|
||||
- search_block_form
|
||||
- views_exposed_form
|
||||
- honeypot_settings_form
|
||||
protect_all_forms: false
|
||||
log: true
|
||||
element_name: url
|
||||
time_limit: 5
|
||||
@ -20,4 +20,3 @@ form_settings:
|
||||
node_fil_form: false
|
||||
node_page_form: false
|
||||
node_static_form: false
|
||||
langcode: fr
|
||||
|
@ -3,4 +3,3 @@ _core:
|
||||
preview_image: core/modules/image/sample.png
|
||||
allow_insecure_derivatives: false
|
||||
suppress_itok_output: false
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: Ys5M79wZXx_k_rtFf65fpICqe7yH3h8iuxWMMB0utyI
|
||||
langcode: fr
|
||||
map:
|
||||
'no': nb
|
||||
pt: pt-pt
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: cRCI0tHP1UHHRAZnWB2kumZdKCl42f5lrV7q055H5jU
|
||||
langcode: fr
|
||||
session:
|
||||
parameter: language
|
||||
url:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: uMLvVIvxpGVE_bF8BglnNT7vjMf_t8iNpe9_v1X0wAg
|
||||
langcode: fr
|
||||
all:
|
||||
- language_interface
|
||||
- language_content
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: NfYKrBm84GgW4yeYijbs7xPXbUU8jQChyiu7x4qlNOw
|
||||
langcode: fr
|
||||
cache_strings: true
|
||||
translate_english: false
|
||||
javascript:
|
||||
|
@ -3,4 +3,3 @@ _core:
|
||||
send: false
|
||||
log: true
|
||||
verbose: true
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: mKwnhF-0ryfftZZP6jyqW8q9MEo9glyRkvRzSddrc0k
|
||||
langcode: fr
|
||||
site_id: '7'
|
||||
url_http: 'http://analytics.figureslibres.io/'
|
||||
url_https: 'https://analytics.figureslibres.io/'
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw
|
||||
override_parent_selector: false
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: tKLBW2GXZVLFXqS9QgLyfTuxCLc1u_quKPQLtCia-Bw
|
||||
langcode: fr
|
||||
entity_type_groups:
|
||||
search_api_task:
|
||||
search_api_task:
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: OXPp9nZGMVmjzysZndNjQcPUZHdkyhy6aYtZhf2z_Tw
|
||||
langcode: fr
|
||||
use_admin_theme: true
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Actualité
|
||||
type: actualite
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
||||
|
@ -11,8 +11,8 @@ third_party_settings:
|
||||
parent: 'main:'
|
||||
name: Partenaire
|
||||
type: partenaire
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Ressource
|
||||
type: ressource
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Site
|
||||
type: site
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
||||
|
@ -13,7 +13,7 @@ _core:
|
||||
name: Static
|
||||
type: static
|
||||
description: 'Static Page'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: z68x45zR7LGIA5yOENWmYUEBVYVfrokTWWDucm7wJos
|
||||
langcode: fr
|
||||
core_override_preset: core
|
||||
url_querystring:
|
||||
core_override: false
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: ckyONixWlbijZ1ok9pSAOPqQXNS_lr2WerngczXkyd0
|
||||
langcode: fr
|
||||
default_config:
|
||||
panes:
|
||||
left:
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8
|
||||
langcode: fr
|
||||
show_unpublished: true
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: KBawd6E6CLxJ91Ow0qS2q1YzL6D767qEivE-fC55L34
|
||||
langcode: fr
|
||||
user_special: true
|
||||
regex_pattern: '{(^node|^user|^taxonomy/term)/([0-9]+)/(.+)}'
|
||||
|
22
config/sync/pathauto.pattern.ressources.yml
Normal file
22
config/sync/pathauto.pattern.ressources.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: 07558d48-aff4-4079-b7fb-52014c6be393
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: ressources
|
||||
label: ressources
|
||||
type: 'canonical_entities:node'
|
||||
pattern: '/ressources/[node:title]'
|
||||
selection_criteria:
|
||||
539b6967-0e6a-417c-96ff-f2512298ced6:
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
uuid: 539b6967-0e6a-417c-96ff-f2512298ced6
|
||||
context_mapping:
|
||||
node: node
|
||||
bundles:
|
||||
ressource: ressource
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
@ -44,7 +44,6 @@ reduce_ascii: false
|
||||
case: true
|
||||
ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with'
|
||||
update_action: 2
|
||||
langcode: fr
|
||||
safe_tokens:
|
||||
- alias
|
||||
- alias
|
||||
|
@ -1,10 +1,9 @@
|
||||
_core:
|
||||
default_config_hash: 8GufBtaRPlip9zXBTr8vzOQOHnvtFyi4xLV7si356oM
|
||||
langcode: fr
|
||||
protocol_style: full
|
||||
local_paths: ''
|
||||
scheme_whitelist:
|
||||
- http
|
||||
- https
|
||||
- files
|
||||
- internal
|
||||
protocol_style: full
|
||||
local_paths: ''
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 6XRelHPjACQVOo9yRQMmbXt-ysCA2Pt6l762bxQQbdw
|
||||
langcode: fr
|
||||
exclude:
|
||||
node: { }
|
||||
paragraph: { }
|
||||
|
@ -4,4 +4,3 @@ default_cron_limit: 50
|
||||
cron_worker_runtime: 15
|
||||
default_tracker: default
|
||||
tracking_page_size: 100
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: I7OvOT30AHPJTjtFh59agVjIr3wZ3fxIaTNefRF3-OQ
|
||||
autocomplete_max_occurrences: 0.9
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
|
||||
langcode: fr
|
||||
links:
|
||||
-
|
||||
path: /
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
|
||||
langcode: fr
|
||||
max_links: 2000
|
||||
cron_generate: true
|
||||
cron_generate_interval: 0
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y
|
||||
langcode: fr
|
||||
enabled: true
|
||||
submission_interval: 24
|
||||
index_now_enabled: true
|
||||
|
@ -1,3 +1,4 @@
|
||||
langcode: fr
|
||||
blocks:
|
||||
-
|
||||
info: 'Lien actus'
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: zKBiZlLP3MYjnboclf3QHTqV4bHL5U57k7YT09_IUgI
|
||||
langcode: fr
|
||||
enabled: true
|
||||
interval_hours: 6
|
||||
|
@ -3,5 +3,4 @@ _core:
|
||||
threshold:
|
||||
requirements_warning: 172800
|
||||
requirements_error: 1209600
|
||||
langcode: fr
|
||||
logging: 1
|
||||
logging: true
|
||||
|
@ -1,12 +1,11 @@
|
||||
_core:
|
||||
default_config_hash: GQGMdkmApapP8hCC1EBknnYV7rkIOfLs62l0ucgCkns
|
||||
first_day: 1
|
||||
country:
|
||||
default: FR
|
||||
first_day: 1
|
||||
timezone:
|
||||
default: Europe/Paris
|
||||
user:
|
||||
configurable: false
|
||||
warn: false
|
||||
default: 0
|
||||
langcode: fr
|
||||
warn: false
|
||||
|
@ -3,4 +3,3 @@ _core:
|
||||
context:
|
||||
lines_leading: 2
|
||||
lines_trailing: 2
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: YmCMyicTFf9RprIih1qCDtcv49xhs4fIO98FLO72uoQ
|
||||
langcode: fr
|
||||
linkset_endpoint: false
|
||||
|
@ -5,4 +5,3 @@ default_scheme: public
|
||||
path:
|
||||
temporary: /tmp
|
||||
temporary_maximum_age: 21600
|
||||
langcode: fr
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: 4YcE8Hcsaj70JXlGGmatBaarAYPpNMonbFc3eRVZ3lo
|
||||
langcode: fr
|
||||
jpeg_quality: 95
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: nXCKr4YHeXjNagehk2FVvVen05hIeLJJQOxL-EV1WdA
|
||||
langcode: fr
|
||||
toolkit: gd
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: vWBxifROGDjDcIRD_9OAODkutkPss2kpPrFdCMNZU9g
|
||||
error_level: hide
|
||||
langcode: fr
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: 9ROPf1HneeN1pDQSfiYMS8bfZ-SlAWEqg-xtrNpNN70
|
||||
langcode: fr
|
||||
interface:
|
||||
default: maillog
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: bUb8UUGCJnZ5aiph4NCUr8rnJay_s8sKGe2JK_7_mzg
|
||||
langcode: fr
|
||||
cache:
|
||||
page:
|
||||
max_age: 3600
|
||||
|
@ -1,8 +1,7 @@
|
||||
_core:
|
||||
default_config_hash: S5uQkVe5wkt0j4O7sfCxOPi4fX8a0aUfJd9o2bNfImM
|
||||
items:
|
||||
view_mode: rss
|
||||
limit: 10
|
||||
channel:
|
||||
description: ''
|
||||
items:
|
||||
limit: 10
|
||||
view_mode: rss
|
||||
langcode: fr
|
||||
|
@ -12,3 +12,4 @@ page:
|
||||
admin_compact_mode: false
|
||||
weight_select_max: 100
|
||||
default_langcode: fr
|
||||
mail_notification: null
|
||||
|
@ -14,4 +14,3 @@ logo:
|
||||
path: ''
|
||||
url: ''
|
||||
use_default: true
|
||||
langcode: fr
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg
|
||||
langcode: fr
|
||||
admin: adminimal_theme
|
||||
default: quartiers_de_demain
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 396brnwJ5mTIP9sA6artp_WiGrA7EqaYi1iSM-Dmx7I
|
||||
langcode: fr
|
||||
maintain_index_table: true
|
||||
override_selector: false
|
||||
terms_per_page_admin: 100
|
||||
|
@ -4,5 +4,6 @@ status: true
|
||||
dependencies: { }
|
||||
name: 'Mots Clefs'
|
||||
vid: mots_clefs
|
||||
description: ''
|
||||
description: null
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
@ -4,5 +4,6 @@ status: true
|
||||
dependencies: { }
|
||||
name: "Type d'actualité"
|
||||
vid: type_d_actualite
|
||||
description: ''
|
||||
description: null
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
@ -4,5 +4,6 @@ status: true
|
||||
dependencies: { }
|
||||
name: 'Type de ressources'
|
||||
vid: type_de_ressources
|
||||
description: ''
|
||||
description: null
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: LZ0H1Rt9gdNtb0VBlKOx7XC9_u4i3nEAyuWmmkld8Ao
|
||||
default_summary_length: 600
|
||||
langcode: fr
|
||||
|
@ -11,4 +11,3 @@ notification:
|
||||
emails:
|
||||
- dev@figureslibres.io
|
||||
threshold: all
|
||||
langcode: fr
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: UVXBYV5p-4Bueo9KJW49zrYSzf9T4AiZxAoNI0NlVLs
|
||||
langcode: fr
|
||||
uid_only: false
|
||||
ip_limit: 50
|
||||
ip_window: 3600
|
||||
|
@ -71,7 +71,6 @@ permissions:
|
||||
- 'execute entity:save_action node'
|
||||
- 'execute entity:save_action taxonomy_term'
|
||||
- 'execute entity:save_action user'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
|
@ -39,6 +39,8 @@ permissions:
|
||||
- 'create ressource content'
|
||||
- 'create site content'
|
||||
- 'create static content'
|
||||
- 'delete any actualite content'
|
||||
- 'delete any ressource content'
|
||||
- 'delete partenaire revisions'
|
||||
- 'delete ressource revisions'
|
||||
- 'delete site revisions'
|
||||
@ -51,7 +53,6 @@ permissions:
|
||||
- 'edit diaporama_home config page entity'
|
||||
- 'edit intro_partenaires config page entity'
|
||||
- 'execute entity:save_action node'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
|
@ -108,12 +108,10 @@ permissions:
|
||||
- 'execute entity:save_action taxonomy_term'
|
||||
- 'execute entity:save_action user'
|
||||
- 'execute entity:unpublish_action node'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
- 'execute node_unpromote_action node'
|
||||
- 'execute node_unpublish_by_keyword_action node'
|
||||
- 'execute user_add_role_action user'
|
||||
- 'execute user_block_user_action user'
|
||||
- 'execute user_remove_role_action user'
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: RzCmzrx-T-Sy8JX5OmtGKV_V_MxRlrxRkrI9c9igTHI
|
||||
langcode: fr
|
||||
display_extenders:
|
||||
0: matomo
|
||||
simple_sitemap_display_extender: simple_sitemap_display_extender
|
||||
|
@ -3,7 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_date
|
||||
- field.storage.node.field_site
|
||||
@ -18,6 +18,7 @@ dependencies:
|
||||
- taxonomy
|
||||
- text
|
||||
- user
|
||||
- verf
|
||||
- views_block_area
|
||||
id: actus
|
||||
label: Actus
|
||||
@ -457,7 +458,7 @@ display:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
relationship: none
|
||||
view_mode: full
|
||||
view_mode: teaser
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
@ -501,6 +502,21 @@ display:
|
||||
display_plugin: block
|
||||
position: 1
|
||||
display_options:
|
||||
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
|
||||
@ -609,6 +625,7 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
defaults:
|
||||
sorts: false
|
||||
filters: false
|
||||
filter_groups: false
|
||||
footer: false
|
||||
@ -670,6 +687,7 @@ display:
|
||||
field_identifier: ''
|
||||
exposed: false
|
||||
granularity: second
|
||||
arguments: { }
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
@ -691,6 +709,7 @@ display:
|
||||
plugin_id: bundle
|
||||
value:
|
||||
actualite: actualite
|
||||
group: 1
|
||||
langcode:
|
||||
id: langcode
|
||||
table: node_field_data
|
||||
@ -771,6 +790,168 @@ display:
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
field_type_d_actualite_target_id:
|
||||
id: field_type_d_actualite_target_id
|
||||
table: node__field_type_d_actualite
|
||||
field: field_type_d_actualite_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: taxonomy_index_tid
|
||||
operator: or
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_type_d_actualite_target_id_op
|
||||
label: 'par type'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_type_d_actualite_target_id_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_type_d_actualite_target_id
|
||||
required: false
|
||||
remember: false
|
||||
multiple: true
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
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: { }
|
||||
reduce_duplicates: false
|
||||
vid: type_d_actualite
|
||||
type: select
|
||||
hierarchy: false
|
||||
limit: true
|
||||
error_message: true
|
||||
save_lineage: false
|
||||
force_deepest: false
|
||||
parent: null
|
||||
level_labels: ''
|
||||
hierarchy_depth: 0
|
||||
required_depth: 0
|
||||
none_label: '- Please select -'
|
||||
field_site_target_id_verf:
|
||||
id: field_site_target_id_verf
|
||||
table: node__field_site
|
||||
field: field_site_target_id_verf
|
||||
relationship: field_site
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: verf
|
||||
operator: in
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_site_target_id_verf_op
|
||||
label: 'par site(s)'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_site_target_id_verf_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_site_target_id_verf
|
||||
required: false
|
||||
remember: false
|
||||
multiple: true
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
reduce: 0
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
verf_target_bundles:
|
||||
site: site
|
||||
actualite: '0'
|
||||
partenaire: '0'
|
||||
ressource: '0'
|
||||
static: '0'
|
||||
show_unpublished: 0
|
||||
combine:
|
||||
id: combine
|
||||
table: views
|
||||
field: combine
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: combine
|
||||
operator: contains
|
||||
value: ''
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: combine_op
|
||||
label: recherche
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: combine_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: combine
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
placeholder: ''
|
||||
autocomplete_filter: 0
|
||||
autocomplete_min_chars: '0'
|
||||
autocomplete_items: '10'
|
||||
autocomplete_field: ''
|
||||
autocomplete_raw_suggestion: 1
|
||||
autocomplete_raw_dropdown: 1
|
||||
autocomplete_dependent: 0
|
||||
autocomplete_contextual: 0
|
||||
autocomplete_autosubmit: 0
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
fields:
|
||||
title: title
|
||||
title_1: title_1
|
||||
body: body
|
||||
filter_groups:
|
||||
operator: AND
|
||||
groups:
|
||||
@ -778,9 +959,11 @@ display:
|
||||
defaults:
|
||||
title: false
|
||||
sorts: false
|
||||
arguments: false
|
||||
filters: false
|
||||
filter_groups: false
|
||||
display_description: ''
|
||||
exposed_block: true
|
||||
display_extenders:
|
||||
matomo:
|
||||
enabled: false
|
||||
@ -799,12 +982,15 @@ display:
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
- 'config:field.storage.node.body'
|
||||
- 'config:field.storage.node.field_date'
|
||||
- 'config:field.storage.node.field_site'
|
||||
- 'config:views.view.actus'
|
||||
- node_list
|
||||
page_1:
|
||||
id: page_1
|
||||
display_title: 'Page à la une'
|
||||
@ -819,9 +1005,20 @@ display:
|
||||
reset_button: true
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
expose_sort_order: true
|
||||
expose_sort_order: false
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
empty:
|
||||
title:
|
||||
id: title
|
||||
table: views
|
||||
field: title
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: title
|
||||
empty: true
|
||||
title: Archives
|
||||
sorts:
|
||||
field_date_end_value:
|
||||
id: field_date_end_value
|
||||
@ -962,7 +1159,7 @@ display:
|
||||
identifier: field_type_d_actualite_target_id
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
multiple: true
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
@ -995,97 +1192,37 @@ display:
|
||||
hierarchy_depth: 0
|
||||
required_depth: 0
|
||||
none_label: '- Please select -'
|
||||
field_date_value:
|
||||
id: field_date_value
|
||||
table: node__field_date
|
||||
field: field_date_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: datetime
|
||||
operator: '='
|
||||
value:
|
||||
min: ''
|
||||
max: ''
|
||||
value: ''
|
||||
type: date
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_date_value_op
|
||||
label: 'Par année'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_date_value_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_date_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
min_placeholder: ''
|
||||
max_placeholder: ''
|
||||
placeholder: ''
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
field: title
|
||||
field_site_target_id_verf:
|
||||
id: field_site_target_id_verf
|
||||
table: node__field_site
|
||||
field: field_site_target_id_verf
|
||||
relationship: field_site
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: title
|
||||
plugin_id: string
|
||||
operator: contains
|
||||
value: ''
|
||||
plugin_id: verf
|
||||
operator: in
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: title_op
|
||||
label: 'par site'
|
||||
operator_id: field_site_target_id_verf_op
|
||||
label: 'par site(s)'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: title_op
|
||||
operator: field_site_target_id_verf_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: site
|
||||
identifier: field_site_target_id_verf
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
multiple: true
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
placeholder: ''
|
||||
autocomplete_filter: 1
|
||||
autocomplete_min_chars: '0'
|
||||
autocomplete_items: '10'
|
||||
autocomplete_field: title_1
|
||||
autocomplete_raw_suggestion: 0
|
||||
autocomplete_raw_dropdown: 0
|
||||
autocomplete_dependent: 0
|
||||
autocomplete_contextual: 1
|
||||
autocomplete_autosubmit: 0
|
||||
reduce: 0
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
@ -1098,6 +1235,13 @@ display:
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
verf_target_bundles:
|
||||
site: site
|
||||
actualite: '0'
|
||||
partenaire: '0'
|
||||
ressource: '0'
|
||||
static: '0'
|
||||
show_unpublished: 0
|
||||
combine:
|
||||
id: combine
|
||||
table: views
|
||||
@ -1112,7 +1256,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: combine_op
|
||||
label: 'Dans le texte'
|
||||
label: Recherche
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: combine_op
|
||||
@ -1159,6 +1303,7 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
defaults:
|
||||
empty: false
|
||||
title: false
|
||||
exposed_form: false
|
||||
sorts: false
|
||||
@ -1221,3 +1366,5 @@ display:
|
||||
- 'config:field.storage.node.body'
|
||||
- 'config:field.storage.node.field_date'
|
||||
- 'config:field.storage.node.field_site'
|
||||
- 'config:views.view.actus'
|
||||
- node_list
|
||||
|
@ -43,6 +43,7 @@ display:
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -273,6 +273,7 @@ display:
|
||||
type: mini
|
||||
options:
|
||||
offset: 0
|
||||
pagination_heading_level: h4
|
||||
items_per_page: 50
|
||||
total_pages: null
|
||||
id: 0
|
||||
|
@ -246,9 +246,76 @@ display:
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
destination: true
|
||||
langcode:
|
||||
id: langcode
|
||||
table: node_field_data
|
||||
field: langcode
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: langcode
|
||||
plugin_id: field_language
|
||||
label: 'Langue de traduction'
|
||||
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: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: language
|
||||
settings:
|
||||
link_to_entity: false
|
||||
native_language: false
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
pager:
|
||||
type: full
|
||||
options:
|
||||
pagination_heading_level: h4
|
||||
items_per_page: 50
|
||||
tags:
|
||||
next: 'Suivant ›'
|
||||
|
@ -4,6 +4,7 @@ status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- translation_views
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: yf_6yGCEaETewJBkPe9GY8fBF1YXjIh0Jgy6KH8hbHg
|
||||
@ -420,6 +421,7 @@ display:
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -535,6 +535,7 @@ display:
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
@ -1070,6 +1071,7 @@ display:
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
pagination_heading_level: h4
|
||||
empty: { }
|
||||
arguments:
|
||||
fid:
|
||||
|
@ -47,6 +47,7 @@ display:
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -210,6 +210,7 @@ display:
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -385,6 +385,7 @@ display:
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user