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 #923

Merged
merged 4 commits into from
Sep 9, 2024
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
248 changes: 126 additions & 122 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ content:
weight: 1
region: content
settings:
linkit_auto_link_text: false
linkit_profile: helfi
linkit_auto_link_text: false
third_party_settings: { }
hidden:
created: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ content:
weight: 0
region: content
list:
weight: 100
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ id: helfi_hearings
label: 'Helfi: Hearing'
label_plural: 'Helfi: Hearing'
description: 'Helfi hearings from hearing api.'
generate_aliases: false
read_only: true
generate_aliases: false
field_mapper_id: jsonpath
field_mapper_config:
field_mappings:
Expand Down
5 changes: 5 additions & 0 deletions conf/cmi/field.field.node.landing_page.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- paragraphs.paragraphs_type.service_list
- paragraphs.paragraphs_type.service_list_search
- paragraphs.paragraphs_type.target_group_links
- paragraphs.paragraphs_type.unit_contact_card
- paragraphs.paragraphs_type.unit_search
module:
- entity_reference_revisions
Expand Down Expand Up @@ -65,6 +66,7 @@ settings:
service_list: service_list
service_list_search: service_list_search
unit_search: unit_search
unit_contact_card: unit_contact_card
negate: 0
target_bundles_drag_drop:
banner:
Expand Down Expand Up @@ -127,6 +129,9 @@ settings:
target_group_links:
weight: 12
enabled: true
unit_contact_card:
weight: 18
enabled: true
unit_search:
weight: 17
enabled: true
Expand Down
5 changes: 5 additions & 0 deletions conf/cmi/field.field.node.page.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- paragraphs.paragraphs_type.remote_video
- paragraphs.paragraphs_type.service_list_search
- paragraphs.paragraphs_type.text
- paragraphs.paragraphs_type.unit_contact_card
- paragraphs.paragraphs_type.unit_search
module:
- entity_reference_revisions
Expand Down Expand Up @@ -67,6 +68,7 @@ settings:
content_liftup: content_liftup
service_list_search: service_list_search
unit_search: unit_search
unit_contact_card: unit_contact_card
negate: 0
target_bundles_drag_drop:
accordion:
Expand Down Expand Up @@ -132,6 +134,9 @@ settings:
text:
weight: 0
enabled: true
unit_contact_card:
weight: 18
enabled: true
unit_search:
weight: 17
enabled: true
Expand Down
5 changes: 5 additions & 0 deletions conf/cmi/field.field.node.page.field_lower_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- paragraphs.paragraphs_type.remote_video
- paragraphs.paragraphs_type.service_list_search
- paragraphs.paragraphs_type.text
- paragraphs.paragraphs_type.unit_contact_card
- paragraphs.paragraphs_type.unit_search
module:
- entity_reference_revisions
Expand Down Expand Up @@ -61,6 +62,7 @@ settings:
content_liftup: content_liftup
service_list_search: service_list_search
unit_search: unit_search
unit_contact_card: unit_contact_card
negate: 0
target_bundles_drag_drop:
accordion:
Expand Down Expand Up @@ -117,6 +119,9 @@ settings:
text:
weight: 2
enabled: true
unit_contact_card:
weight: 18
enabled: true
unit_search:
weight: 17
enabled: true
Expand Down
1 change: 1 addition & 0 deletions conf/cmi/language/ru/core.entity_view_mode.media.card.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Card
1 change: 1 addition & 0 deletions conf/cmi/language/ru/responsive_image.styles.card.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Card
Loading