Add talk type field
This commit is contained in:
parent
7d71915518
commit
239b2c071c
7 changed files with 71 additions and 1 deletions
|
@ -7,10 +7,12 @@ dependencies:
|
|||
- field.field.node.talk.field_events
|
||||
- field.field.node.talk.field_excerpt
|
||||
- field.field.node.talk.field_slides
|
||||
- field.field.node.talk.field_type
|
||||
- field.field.node.talk.field_video
|
||||
- node.type.talk
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- options
|
||||
- speakerdeck_field
|
||||
- text
|
||||
- user
|
||||
|
@ -42,6 +44,13 @@ content:
|
|||
third_party_settings: { }
|
||||
type: speakerdeck_formatter
|
||||
region: content
|
||||
field_type:
|
||||
weight: 5
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_video:
|
||||
type: entity_reference_entity_view
|
||||
weight: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue