Add talk type field
This commit is contained in:
parent
7d71915518
commit
239b2c071c
7 changed files with 71 additions and 1 deletions
|
@ -7,6 +7,7 @@ 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:
|
||||
|
@ -63,6 +64,12 @@ content:
|
|||
third_party_settings: { }
|
||||
type: speakerdeck_widget
|
||||
region: content
|
||||
field_type:
|
||||
weight: 52
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_video:
|
||||
weight: 7
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue