Merge branch '127-people-search' into 'master'

Fix styling of Person teaser view mode for search results

Closes #127

See merge request agaric/sites/agaric-com!37
This commit is contained in:
mlncn 2018-12-28 20:12:12 +00:00
commit 81118e9990

View file

@ -10,47 +10,12 @@ dependencies:
- field.field.node.people.field_people_position - field.field.node.people.field_people_position
- field.field.node.people.field_people_type - field.field.node.people.field_people_type
- field.field.node.people.field_summary - field.field.node.people.field_summary
- image.style.landscape
- node.type.people - node.type.people
- responsive_image.styles.narrow
module: module:
- ds - image
- responsive_image
- text - text
- user - user
third_party_settings:
ds:
layout:
id: ds_2col
library: ds/ds_2col
disable_css: true
entity_classes: all_classes
settings:
wrappers:
left: div
right: div
outer_wrapper: div
attributes: ''
link_attribute: ''
link_custom: ''
classes:
layout_class: { }
regions:
left:
- field_image
right:
- node_title
- field_people_position
- field_summary
fields:
node_title:
plugin_id: node_title
weight: 1
label: hidden
formatter: default
settings:
link: true
wrapper: h2
class: ''
_core: _core:
default_config_hash: gCkJOlEwJlVhfOrZ9tg-TRlQAaIiOeJVH-yWVceuQgc default_config_hash: gCkJOlEwJlVhfOrZ9tg-TRlQAaIiOeJVH-yWVceuQgc
id: node.people.teaser id: node.people.teaser
@ -59,31 +24,27 @@ bundle: people
mode: teaser mode: teaser
content: content:
field_image: field_image:
type: responsive_image type: image
weight: 0 weight: 0
label: visually_hidden
settings:
responsive_image_style: narrow
image_link: content
third_party_settings: { }
region: left
field_people_position:
type: string
weight: 2
label: hidden label: hidden
settings: settings:
link_to_entity: false image_style: landscape
image_link: ''
third_party_settings: { } third_party_settings: { }
region: right region: content
field_summary: field_summary:
type: text_default type: text_trimmed
weight: 3 weight: 1
label: hidden label: hidden
settings: { } settings:
trim_length: 600
third_party_settings: { } third_party_settings: { }
region: right region: content
hidden: hidden:
field_body_paragraph: true field_body_paragraph: true
field_meta_tags: true field_meta_tags: true
field_people_position: true
field_people_type: true field_people_type: true
indieweb_bridgypublishtwitter: true
indieweb_syndication: true
links: true links: true