Speaker profile tweaks
This commit is contained in:
parent
564149e6d8
commit
7e86175a11
11 changed files with 64 additions and 15 deletions
|
@ -3,13 +3,13 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.speaker_profile
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_drupal_org_handle
|
||||
- field.storage.node.field_organisation
|
||||
- field.storage.node.field_profile_picture
|
||||
- field.storage.node.field_twitter_handle
|
||||
- image.style.speaker_profile_large
|
||||
- image.style.speaker_profile_small
|
||||
- node.type.speaker
|
||||
module:
|
||||
- image
|
||||
|
@ -63,7 +63,10 @@ display:
|
|||
style:
|
||||
type: default
|
||||
row:
|
||||
type: fields
|
||||
type: 'entity:node'
|
||||
options:
|
||||
relationship: none
|
||||
view_mode: speaker_profile
|
||||
fields:
|
||||
title:
|
||||
id: title
|
||||
|
|
Reference in a new issue