Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #201

Merged
merged 1 commit into from
Aug 9, 2023
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
94 changes: 49 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 @@ -6,12 +6,12 @@ dependencies:
- field.storage.paragraph.field_title
- paragraphs.paragraphs_type.contact_card_listing
_core:
default_config_hash: kdKc_1jRpFFpVgiylfofxe6JZyl5xOjMYEAlvcwPdCU
default_config_hash: wVwE7xrXuQ3BymCdqpyrTEoV_pKubFHD709zQ7JDZW4
id: paragraph.contact_card_listing.field_title
field_name: field_title
entity_type: paragraph
bundle: contact_card_listing
label: 'Job title'
label: Title
description: ''
required: false
translatable: false
Expand Down
15 changes: 15 additions & 0 deletions conf/cmi/field.field.tpr_service.tpr_service.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ dependencies:
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.banner
- paragraphs.paragraphs_type.columns
- paragraphs.paragraphs_type.contact_card_listing
- paragraphs.paragraphs_type.content_cards
- paragraphs.paragraphs_type.event_list
- paragraphs.paragraphs_type.from_library
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.map
- paragraphs.paragraphs_type.phasing
- paragraphs.paragraphs_type.remote_video
- paragraphs.paragraphs_type.text
Expand Down Expand Up @@ -43,6 +46,9 @@ settings:
from_library: from_library
remote_video: remote_video
phasing: phasing
contact_card_listing: contact_card_listing
map: map
event_list: event_list
negate: 0
target_bundles_drag_drop:
accordion:
Expand All @@ -54,9 +60,15 @@ settings:
columns:
weight: 0
enabled: true
contact_card_listing:
weight: 0
enabled: true
content_cards:
weight: 0
enabled: true
event_list:
weight: 0
enabled: true
from_library:
weight: 0
enabled: true
Expand All @@ -66,6 +78,9 @@ settings:
list_of_links:
weight: 0
enabled: true
map:
weight: 0
enabled: true
phasing:
weight: 0
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ dependencies:
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.banner
- paragraphs.paragraphs_type.columns
- paragraphs.paragraphs_type.contact_card_listing
- paragraphs.paragraphs_type.content_cards
- paragraphs.paragraphs_type.event_list
- paragraphs.paragraphs_type.from_library
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.liftup_with_image
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.map
- paragraphs.paragraphs_type.news_list
- paragraphs.paragraphs_type.phasing
- paragraphs.paragraphs_type.remote_video
- paragraphs.paragraphs_type.text
module:
- entity_reference_revisions
- helfi_tpr
Expand Down Expand Up @@ -47,6 +50,9 @@ settings:
news_list: news_list
event_list: event_list
phasing: phasing
text: text
contact_card_listing: contact_card_listing
map: map
negate: 0
target_bundles_drag_drop:
accordion:
Expand All @@ -58,6 +64,9 @@ settings:
columns:
weight: 0
enabled: true
contact_card_listing:
weight: 0
enabled: true
content_cards:
weight: 0
enabled: true
Expand All @@ -76,6 +85,9 @@ settings:
list_of_links:
weight: 0
enabled: true
map:
weight: 0
enabled: true
news_list:
weight: 0
enabled: true
Expand All @@ -85,4 +97,7 @@ settings:
remote_video:
weight: 0
enabled: true
text:
weight: 0
enabled: true
field_type: entity_reference_revisions
Loading