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:
Oliver Davies 2020-02-07 22:53:44 +00:00
parent 522715d43b
commit 9b1cda6de8
26 changed files with 359 additions and 272 deletions

View file

@ -0,0 +1,36 @@
uuid: 9382d377-3f8c-4c9d-8c60-98024c6a9a0a
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.event.field_link
- field.field.paragraph.event.field_name
- paragraphs.paragraphs_type.event
module:
- link
id: paragraph.event.default
targetEntityType: paragraph
bundle: event
mode: default
content:
field_link:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
type: link
region: content
field_name:
weight: 0
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
hidden: { }