Config sync
This commit is contained in:
parent
60eca9f3b8
commit
98c667cce4
11 changed files with 465 additions and 26 deletions
|
|
@ -0,0 +1,59 @@
|
|||
uuid: 70ab11b6-84b3-4624-b816-a2d9968bfd1d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.speaker_profile_schedule
|
||||
- field.field.node.speaker.body
|
||||
- field.field.node.speaker.field_drupal_org_handle
|
||||
- field.field.node.speaker.field_email_address
|
||||
- field.field.node.speaker.field_organisation
|
||||
- field.field.node.speaker.field_profile_picture
|
||||
- field.field.node.speaker.field_twitter_handle
|
||||
- image.style.speaker_profile_small
|
||||
- node.type.speaker
|
||||
module:
|
||||
- image
|
||||
- user
|
||||
id: node.speaker.speaker_profile_schedule
|
||||
targetEntityType: node
|
||||
bundle: speaker
|
||||
mode: speaker_profile_schedule
|
||||
content:
|
||||
field_drupal_org_handle:
|
||||
weight: 3
|
||||
label: inline
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_organisation:
|
||||
weight: 1
|
||||
label: inline
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_profile_picture:
|
||||
type: image
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: speaker_profile_small
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
field_twitter_handle:
|
||||
weight: 2
|
||||
label: inline
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
field_email_address: true
|
||||
links: true
|
||||
Reference in a new issue