Add collection card config
This commit is contained in:
parent
c90472d785
commit
baec194fc7
1 changed files with 115 additions and 0 deletions
115
config/sync/core.entity_view_display.node.collection.card.yml
Normal file
115
config/sync/core.entity_view_display.node.collection.card.yml
Normal file
|
@ -0,0 +1,115 @@
|
|||
uuid: fd726346-9c58-4db8-91f8-0e974db1a9d4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.card
|
||||
- field.field.node.collection.body
|
||||
- field.field.node.collection.comment
|
||||
- field.field.node.collection.field_authors
|
||||
- field.field.node.collection.field_body_paragraph
|
||||
- field.field.node.collection.field_collection_items
|
||||
- field.field.node.collection.field_collection_type
|
||||
- field.field.node.collection.field_image
|
||||
- field.field.node.collection.field_meta_tags
|
||||
- field.field.node.collection.field_summary
|
||||
- field.field.node.collection.field_tags
|
||||
- field.field.node.collection.field_topics
|
||||
- node.type.collection
|
||||
module:
|
||||
- ds
|
||||
- field_group
|
||||
- responsive_image
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
layout:
|
||||
id: ds_1col
|
||||
library: null
|
||||
disable_css: false
|
||||
entity_classes: all_classes
|
||||
settings:
|
||||
wrappers:
|
||||
ds_content: div
|
||||
outer_wrapper: div
|
||||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
regions:
|
||||
ds_content:
|
||||
- node_title
|
||||
- field_image
|
||||
- group_card_content
|
||||
- field_authors
|
||||
- node_post_date
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 6
|
||||
label: hidden
|
||||
formatter: ds_post_date_long
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
weight: 0
|
||||
label: hidden
|
||||
formatter: default
|
||||
field_group:
|
||||
group_card_content:
|
||||
children:
|
||||
- node_title
|
||||
- field_image
|
||||
- field_authors
|
||||
- node_post_date
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: html_element
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: 'card content'
|
||||
region: hidden
|
||||
_core:
|
||||
default_config_hash: VdRPCswDeQt_699xq5eV44VFlk9cve4hp9aTbmY4qIM
|
||||
id: node.collection.card
|
||||
targetEntityType: node
|
||||
bundle: collection
|
||||
mode: card
|
||||
content:
|
||||
field_authors:
|
||||
weight: 5
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: ds_content
|
||||
field_image:
|
||||
type: responsive_image
|
||||
weight: 0
|
||||
region: ds_content
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: ''
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_body_paragraph: true
|
||||
field_collection_items: true
|
||||
field_collection_type: true
|
||||
field_meta_tags: true
|
||||
field_summary: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
Loading…
Add table
Reference in a new issue