parent
20cb60a414
commit
3de2cf05e0
2 changed files with 23 additions and 44 deletions
|
@ -9,18 +9,26 @@ dependencies:
|
|||
- field.field.node.article.field_article_type
|
||||
- field.field.node.article.field_authors
|
||||
- field.field.node.article.field_body_paragraph
|
||||
- field.field.node.article.field_economic_sectors
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_institutions_structures
|
||||
- field.field.node.article.field_meta_tags
|
||||
- field.field.node.article.field_movements_struggles
|
||||
- field.field.node.article.field_practices_tools_strategies
|
||||
- field.field.node.article.field_publication_date
|
||||
- field.field.node.article.field_regions
|
||||
- field.field.node.article.field_subtitle
|
||||
- field.field.node.article.field_summary
|
||||
- field.field.node.article.field_tags
|
||||
- field.field.node.article.field_topics
|
||||
- field.field.node.article.field_upload
|
||||
- field.field.node.article.field_visions_models
|
||||
- node.type.article
|
||||
- responsive_image.styles.narrow
|
||||
module:
|
||||
- ds
|
||||
- field_group
|
||||
- responsive_image
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -44,8 +52,7 @@ third_party_settings:
|
|||
- group_card_content
|
||||
- node_post_date
|
||||
- node_title
|
||||
- field_summary
|
||||
- field_topics
|
||||
- field_authors
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
|
@ -66,8 +73,7 @@ third_party_settings:
|
|||
children:
|
||||
- node_post_date
|
||||
- node_title
|
||||
- field_summary
|
||||
- field_topics
|
||||
- field_authors
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: html_element
|
||||
|
@ -89,6 +95,14 @@ targetEntityType: node
|
|||
bundle: article
|
||||
mode: card
|
||||
content:
|
||||
field_authors:
|
||||
type: entity_reference_label
|
||||
weight: 5
|
||||
region: ds_content
|
||||
label: hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: responsive_image
|
||||
weight: 0
|
||||
|
@ -100,29 +114,10 @@ content:
|
|||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: '1'
|
||||
field_summary:
|
||||
type: text_trimmed
|
||||
weight: 5
|
||||
region: ds_content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 180
|
||||
third_party_settings: { }
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
weight: 6
|
||||
region: ds_content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_article_type: true
|
||||
field_authors: true
|
||||
field_body_paragraph: true
|
||||
field_economic_sectors: true
|
||||
field_institutions_structures: true
|
||||
|
@ -132,7 +127,9 @@ hidden:
|
|||
field_publication_date: true
|
||||
field_regions: true
|
||||
field_subtitle: true
|
||||
field_summary: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
field_upload: true
|
||||
field_visions_models: true
|
||||
links: true
|
||||
|
|
|
@ -21,7 +21,6 @@ dependencies:
|
|||
- ds
|
||||
- field_group
|
||||
- responsive_image
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -45,8 +44,6 @@ third_party_settings:
|
|||
- group_card_content
|
||||
- node_title
|
||||
- field_authors
|
||||
- field_summary
|
||||
- field_topics
|
||||
fields:
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
|
@ -62,8 +59,6 @@ third_party_settings:
|
|||
children:
|
||||
- node_title
|
||||
- field_authors
|
||||
- field_summary
|
||||
- field_topics
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: html_element
|
||||
|
@ -104,28 +99,15 @@ content:
|
|||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: '1'
|
||||
field_summary:
|
||||
type: text_default
|
||||
weight: 5
|
||||
region: ds_content
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
weight: 6
|
||||
region: ds_content
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_body_paragraph: true
|
||||
field_meta_tags: true
|
||||
field_regions: true
|
||||
field_summary: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
field_upload: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Reference in a new issue