added images to content admin view. Home content display only promoted contents

This commit is contained in:
2026-09-01 11:57:38 +02:00
parent fc54438d4d
commit 882164231f
2 changed files with 160 additions and 9 deletions
+71
View File
@@ -4,12 +4,15 @@ status: true
dependencies:
config:
- field.storage.node.field_dates
- field.storage.node.field_images
- field.storage.node.field_projet_s_lie_s
- field.storage.node.field_projets_curates
- field.storage.node.field_type_d_evenement
- field.storage.node.field_type_de_projet
- image.style.thumbnail
module:
- datetime_range
- image
- node
- user
_core:
@@ -46,6 +49,72 @@ display:
hide_empty: false
empty_zero: false
hide_alter_empty: true
field_images:
id: field_images
table: node__field_images
field: field_images
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Images
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: target_id
type: image
settings:
image_link: content
image_style: thumbnail
image_loading:
attribute: lazy
group_column: ''
group_columns: { }
group_rows: true
delta_limit: 1
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
type:
id: type
table: node_field_data
@@ -1062,6 +1131,7 @@ display:
- user.permissions
tags:
- 'config:field.storage.node.field_dates'
- 'config:field.storage.node.field_images'
- 'config:field.storage.node.field_projet_s_lie_s'
- 'config:field.storage.node.field_projets_curates'
- 'config:field.storage.node.field_type_d_evenement'
@@ -1098,6 +1168,7 @@ display:
- user.permissions
tags:
- 'config:field.storage.node.field_dates'
- 'config:field.storage.node.field_images'
- 'config:field.storage.node.field_projet_s_lie_s'
- 'config:field.storage.node.field_projets_curates'
- 'config:field.storage.node.field_type_d_evenement'