Use paragaphs for events
- Added drupal/paragraphs - Added event paragraph type - Added events field to the Talk and Workshop content types
This commit is contained in:
parent
522715d43b
commit
9b1cda6de8
26 changed files with 359 additions and 272 deletions
|
@ -7,6 +7,7 @@ dependencies:
|
|||
- field.field.node.talk.field_events
|
||||
- node.type.talk
|
||||
module:
|
||||
- paragraphs
|
||||
- text
|
||||
id: node.talk.default
|
||||
targetEntityType: node
|
||||
|
@ -30,14 +31,16 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_events:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 122
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: closed
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: events
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue