Configure simple cards & landing page for listing of posts
This commit is contained in:
parent
10eccb0e54
commit
cedca7f6ec
3 changed files with 42 additions and 29 deletions
|
@ -5,6 +5,8 @@ dependencies:
|
|||
config:
|
||||
- field.field.paragraph.content_reference.field_content_reference
|
||||
- paragraphs.paragraphs_type.content_reference
|
||||
module:
|
||||
- ds
|
||||
id: paragraph.content_reference.default
|
||||
targetEntityType: paragraph
|
||||
bundle: content_reference
|
||||
|
@ -12,10 +14,14 @@ mode: default
|
|||
content:
|
||||
field_content_reference:
|
||||
weight: 0
|
||||
label: above
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
view_mode: simple_card
|
||||
link: false
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
type: entity_reference_entity_view
|
||||
region: content
|
||||
hidden: { }
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue