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_article_type
|
||||||
- field.field.node.article.field_authors
|
- field.field.node.article.field_authors
|
||||||
- field.field.node.article.field_body_paragraph
|
- 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_image
|
||||||
|
- field.field.node.article.field_institutions_structures
|
||||||
- field.field.node.article.field_meta_tags
|
- 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_summary
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- field.field.node.article.field_topics
|
- field.field.node.article.field_topics
|
||||||
|
- field.field.node.article.field_upload
|
||||||
|
- field.field.node.article.field_visions_models
|
||||||
- node.type.article
|
- node.type.article
|
||||||
- responsive_image.styles.narrow
|
- responsive_image.styles.narrow
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- field_group
|
- field_group
|
||||||
- responsive_image
|
- responsive_image
|
||||||
- text
|
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
|
@ -44,8 +52,7 @@ third_party_settings:
|
||||||
- group_card_content
|
- group_card_content
|
||||||
- node_post_date
|
- node_post_date
|
||||||
- node_title
|
- node_title
|
||||||
- field_summary
|
- field_authors
|
||||||
- field_topics
|
|
||||||
fields:
|
fields:
|
||||||
node_post_date:
|
node_post_date:
|
||||||
plugin_id: node_post_date
|
plugin_id: node_post_date
|
||||||
|
@ -66,8 +73,7 @@ third_party_settings:
|
||||||
children:
|
children:
|
||||||
- node_post_date
|
- node_post_date
|
||||||
- node_title
|
- node_title
|
||||||
- field_summary
|
- field_authors
|
||||||
- field_topics
|
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 1
|
weight: 1
|
||||||
format_type: html_element
|
format_type: html_element
|
||||||
|
@ -89,6 +95,14 @@ targetEntityType: node
|
||||||
bundle: article
|
bundle: article
|
||||||
mode: card
|
mode: card
|
||||||
content:
|
content:
|
||||||
|
field_authors:
|
||||||
|
type: entity_reference_label
|
||||||
|
weight: 5
|
||||||
|
region: ds_content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
field_image:
|
field_image:
|
||||||
type: responsive_image
|
type: responsive_image
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -100,29 +114,10 @@ content:
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: '1'
|
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:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
field_article_type: true
|
field_article_type: true
|
||||||
field_authors: true
|
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_economic_sectors: true
|
field_economic_sectors: true
|
||||||
field_institutions_structures: true
|
field_institutions_structures: true
|
||||||
|
@ -132,7 +127,9 @@ hidden:
|
||||||
field_publication_date: true
|
field_publication_date: true
|
||||||
field_regions: true
|
field_regions: true
|
||||||
field_subtitle: true
|
field_subtitle: true
|
||||||
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
field_topics: true
|
||||||
field_upload: true
|
field_upload: true
|
||||||
field_visions_models: true
|
field_visions_models: true
|
||||||
links: true
|
links: true
|
||||||
|
|
|
@ -21,7 +21,6 @@ dependencies:
|
||||||
- ds
|
- ds
|
||||||
- field_group
|
- field_group
|
||||||
- responsive_image
|
- responsive_image
|
||||||
- text
|
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
|
@ -45,8 +44,6 @@ third_party_settings:
|
||||||
- group_card_content
|
- group_card_content
|
||||||
- node_title
|
- node_title
|
||||||
- field_authors
|
- field_authors
|
||||||
- field_summary
|
|
||||||
- field_topics
|
|
||||||
fields:
|
fields:
|
||||||
node_title:
|
node_title:
|
||||||
plugin_id: node_title
|
plugin_id: node_title
|
||||||
|
@ -62,8 +59,6 @@ third_party_settings:
|
||||||
children:
|
children:
|
||||||
- node_title
|
- node_title
|
||||||
- field_authors
|
- field_authors
|
||||||
- field_summary
|
|
||||||
- field_topics
|
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 1
|
weight: 1
|
||||||
format_type: html_element
|
format_type: html_element
|
||||||
|
@ -104,28 +99,15 @@ content:
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: '1'
|
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:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_regions: true
|
field_regions: true
|
||||||
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
field_topics: true
|
||||||
field_upload: true
|
field_upload: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue