Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 46 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ dependencies:
- field.field.paragraph.contact_card.field_contact_image_photographer
- field.field.paragraph.contact_card.field_contact_name
- field.field.paragraph.contact_card.field_contact_social_media
- field.field.paragraph.contact_card.field_contact_social_media_link
- field.field.paragraph.contact_card.field_contact_title
- field.field.paragraph.contact_card.field_email
- field.field.paragraph.contact_card.field_phone_number
- image.style.thumbnail
- paragraphs.paragraphs_type.contact_card
module:
- focal_point
- link
- paragraphs
- telephone
_core:
default_config_hash: 2fg4jQrKOkMM-2FA9Rr6hYBXxtU9NVZNa2Gsy0eALnk
default_config_hash: YDSv_lQM9OkDPrZy_gI0k4dUlKswEjQX8YV-v17cgQ8
id: paragraph.contact_card.default
targetEntityType: paragraph
bundle: contact_card
Expand Down Expand Up @@ -76,6 +78,14 @@ content:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_contact_social_media_link:
type: link_default
weight: 8
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_contact_title:
type: string_textfield
weight: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ dependencies:
- field.field.paragraph.contact_card.field_contact_image_photographer
- field.field.paragraph.contact_card.field_contact_name
- field.field.paragraph.contact_card.field_contact_social_media
- field.field.paragraph.contact_card.field_contact_social_media_link
- field.field.paragraph.contact_card.field_contact_title
- field.field.paragraph.contact_card.field_email
- field.field.paragraph.contact_card.field_phone_number
- paragraphs.paragraphs_type.contact_card
- responsive_image.styles.contact_card
module:
- entity_reference_revisions
- helfi_paragraphs_contact_card_listing
- helfi_platform_config
- responsive_image
- telephone
_core:
default_config_hash: 8129V-915NHXMtaglfTEdbOxuxXPq6vrZft2zgHbxL0
default_config_hash: g7mshBIsAGSEoG6m0KX2GLEN58sv4MnWAEXk68dClQ8
id: paragraph.contact_card.default
targetEntityType: paragraph
bundle: contact_card
Expand Down Expand Up @@ -68,6 +70,13 @@ content:
third_party_settings: { }
weight: 6
region: content
field_contact_social_media_link:
type: helfi_social_media_link
label: hidden
settings: { }
third_party_settings: { }
weight: 6
region: content
field_contact_title:
type: string
label: hidden
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dependencies:
module:
- entity_reference_revisions
_core:
default_config_hash: xodW2s0PCtCqEqzgu2EOm4dU3Z1DVbLHoOhrigD2CnU
default_config_hash: lTlhZvDasISbUv0XgdFQzJGR4-6jtxbQet5PmP7sgC4
id: paragraph.contact_card.field_contact_social_media
field_name: field_contact_social_media
entity_type: paragraph
bundle: contact_card
label: 'Social media'
label: 'DEPRECATED Social media'
description: ''
required: false
translatable: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
uuid: b8c80430-0fab-4ac6-8f40-d6ee59523207
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_contact_social_media_link
- paragraphs.paragraphs_type.contact_card
module:
- link
_core:
default_config_hash: cp1Pdcenw0Q_eKTsc-rldDmPOBDfL1WPBsor4uNYbhI
id: paragraph.contact_card.field_contact_social_media_link
field_name: field_contact_social_media_link
entity_type: paragraph
bundle: contact_card
label: 'Social media link'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
title: 0
link_type: 16
field_type: link
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: 4f267178-b6ce-40dc-9f8f-ca0fb026dc57
langcode: en
status: true
dependencies:
module:
- link
- paragraphs
_core:
default_config_hash: orC4vPJ-BnuBierieRFblPkARsyj1wSHskfqx_bv3NU
id: paragraph.field_contact_social_media_link
field_name: field_contact_social_media_link
entity_type: paragraph
type: link
settings: { }
module: link
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Loading