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

Dev to main #961

Merged
merged 40 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ce549dc
Merge branch 'dev' of github.com:City-of-Helsinki/drupal-helfi-kymp i…
teroelonen Aug 30, 2024
3a36cb1
Merge branch 'dev' of github.com:City-of-Helsinki/drupal-helfi-kymp i…
teroelonen Oct 11, 2024
96700ef
UHF-8650: Fixed the privacy policy URL for the journey planner.
khalima Oct 23, 2024
8819b14
UHF-10862: Use HDBT cookie banner's cookie settings service to retrie…
khalima Oct 23, 2024
91f0766
Merge branch 'dev' of github.com:City-of-Helsinki/drupal-helfi-kymp i…
teroelonen Oct 24, 2024
2da4d73
Merge branch 'dev' of github.com:City-of-Helsinki/drupal-helfi-kymp i…
teroelonen Nov 1, 2024
a2b76ec
UHF-9866: Remove arrows from list of plans
teroelonen Nov 1, 2024
04155a0
Update elasticsearch settings
hyrsky Nov 4, 2024
e8fc57c
UHF-10719: Export config
hyrsky Nov 4, 2024
362a93c
UHF-10719: Fix search_api settings
hyrsky Nov 5, 2024
fdd20a3
Update configuration
hel-platta-automation Nov 6, 2024
4fe1913
Merge pull request #960 from City-of-Helsinki/update-configuration
teroelonen Nov 6, 2024
25ed73a
Merge pull request #954 from City-of-Helsinki/UHF-9866
teroelonen Nov 6, 2024
cfa6fff
Update configuration
hel-platta-automation Nov 11, 2024
b60cf13
UHF-9680: Uninstalled modules: eu_cookie_compliance and helfi_eu_cook…
khalima Nov 11, 2024
cf4e633
UHF-9680: Reverted obsolete configuration changes.
khalima Nov 11, 2024
3dacd8c
UHF-9680: Reverted hdbt_admin_tools.site_settings.yml.
khalima Nov 11, 2024
f25ef52
Merge pull request #962 from City-of-Helsinki/update-configuration
khalima Nov 11, 2024
c1a6832
UHF-10719: Merge remote-tracking branch 'origin/dev' into UHF-10719-e…
hyrsky Nov 11, 2024
460e2e2
Merge pull request #950 from City-of-Helsinki/UHF-10862
khalima Nov 11, 2024
95807bc
Merge pull request #964 from City-of-Helsinki/UHF-9680
khalima Nov 11, 2024
b7347cf
Merge pull request #956 from City-of-Helsinki/UHF-10719-es-errors
hyrsky Nov 11, 2024
0baa90e
UHF-10239: Added image gallery to district content type
annadruid Nov 18, 2024
0eb08fc
UHF-10239: Added dependency
annadruid Nov 18, 2024
44bd819
Update configuration
hel-platta-automation Nov 19, 2024
2c28715
Merge pull request #965 from City-of-Helsinki/update-configuration
annadruid Nov 19, 2024
f0c552d
UHF-10239: Merge branch 'dev' of github.com:City-of-Helsinki/drupal-h…
khalima Nov 19, 2024
7501c09
UHF-10239: Added image gallery to district content type.
khalima Nov 19, 2024
56ddcdf
Update field.field.node.district.field_content.yml
khalima Nov 19, 2024
c1e098c
Merge pull request #966 from City-of-Helsinki/UHF-10239
khalima Nov 19, 2024
71e338d
Update configuration
hel-platta-automation Nov 19, 2024
97fbbbc
Merge pull request #967 from City-of-Helsinki/update-configuration
rpnykanen Nov 19, 2024
e342f0a
UHF-9680: Reverted HDBT cookie banner installation.
khalima Nov 19, 2024
9bde0a2
Merge pull request #968 from City-of-Helsinki/UHF-9680_revert
khalima Nov 19, 2024
4f20c8e
UHF-9680: Merge branch 'main' of github.com:City-of-Helsinki/drupal-h…
khalima Nov 19, 2024
3742716
UHF-9680: Merge branch 'dev' of github.com:City-of-Helsinki/drupal-he…
khalima Nov 19, 2024
36e558b
UHF-9680: Reverted the cookie banner installation (properly).
khalima Nov 19, 2024
1ac8776
Merge pull request #969 from City-of-Helsinki/UHF-9680_revert
khalima Nov 19, 2024
3851eb0
UHF-9680: Reverted the user roles.
khalima Nov 19, 2024
e23b9d0
Merge pull request #970 from City-of-Helsinki/UHF-9680_revert
khalima Nov 19, 2024
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
1,858 changes: 843 additions & 1,015 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- paragraphs.paragraphs_type.content_cards
- paragraphs.paragraphs_type.district_and_project_search
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.image_gallery
- paragraphs.paragraphs_type.liftup_with_image
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.list_of_plans
Expand Down Expand Up @@ -57,6 +58,7 @@ settings:
unit_search: unit_search
service_list: service_list
unit_contact_card: unit_contact_card
image_gallery: image_gallery
negate: 0
target_bundles_drag_drop:
accordion:
Expand All @@ -80,6 +82,9 @@ settings:
image:
weight: 0
enabled: true
image_gallery:
weight: 0
enabled: true
liftup_with_image:
weight: 0
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 12
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
uuid: 6f54e74d-5553-4ba9-beb0-af843b204fed
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.image_gallery.field_gallery_item
- field.field.paragraph.image_gallery.field_image_gallery_description
- field.field.paragraph.image_gallery.field_image_gallery_ratio
- field.field.paragraph.image_gallery.field_image_gallery_title
- paragraphs.paragraphs_type.image_gallery
module:
- paragraphs
- text
_core:
default_config_hash: ClzrSrZjVhACSX9k5LALozrSm5gLuFEvOURBKAlRbvs
id: paragraph.image_gallery.default
targetEntityType: paragraph
bundle: image_gallery
mode: default
content:
field_gallery_item:
type: paragraphs
weight: 3
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: closed
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: image_gallery_item
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: duplicate
third_party_settings: { }
field_image_gallery_description:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_image_gallery_ratio:
type: options_select
weight: 2
region: content
settings: { }
third_party_settings: { }
field_image_gallery_title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
uuid: ac59cef5-11ea-4ffa-8550-29adbac16965
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.image_gallery_item.field_gallery_image
- field.field.paragraph.image_gallery_item.field_gallery_image_description
- paragraphs.paragraphs_type.image_gallery_item
module:
- hdbt_admin_tools
- media_library
_core:
default_config_hash: We454Hg-JKGKzTEuGiPpn1di6JpllvY96zuvVNeMX1I
id: paragraph.image_gallery_item.default
targetEntityType: paragraph
bundle: image_gallery_item
mode: default
content:
field_gallery_image:
type: media_library_widget
weight: 0
region: content
settings:
media_types: { }
third_party_settings: { }
field_gallery_image_description:
type: textfield_character_counter
weight: 2
region: content
settings:
counter_step: 0
counter_total: 160
size: 160
placeholder: ''
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- media_library
- text
_core:
default_config_hash: AMDZDzWNP90sUgt9bSZf2RbL7KmSxkXMKIiueo1JSWg
default_config_hash: VflHWgcqxxjyQ5dI9XiXzqbtlh7Pl2_qqR3bz8Zj1jg
id: paragraph.remote_video.default
targetEntityType: paragraph
bundle: remote_video
Expand Down
38 changes: 38 additions & 0 deletions conf/cmi/core.entity_view_display.media.image.image_gallery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
uuid: 276c125d-e2db-44ce-9576-21c45385e0dc
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.media.image_gallery
- field.field.media.image.field_media_image
- field.field.media.image.field_photographer
- media.type.image
- responsive_image.styles.image_gallery_1_1
module:
- responsive_image
_core:
default_config_hash: Ky7rUnc3u7APd8dH1E5EogiDjUtvkJvq0ZHfgG6OlQw
id: media.image.image_gallery
targetEntityType: media
bundle: image
mode: image_gallery
content:
field_media_image:
type: responsive_image
label: hidden
settings:
responsive_image_style: image_gallery_1_1
image_link: ''
image_loading:
attribute: eager
third_party_settings: { }
weight: 0
region: content
hidden:
created: true
field_photographer: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
uuid: 4634b6de-c88e-4454-97b2-5333a9f68c5d
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.image_gallery.field_gallery_item
- field.field.paragraph.image_gallery.field_image_gallery_description
- field.field.paragraph.image_gallery.field_image_gallery_ratio
- field.field.paragraph.image_gallery.field_image_gallery_title
- paragraphs.paragraphs_type.image_gallery
module:
- entity_reference_revisions
- options
- text
_core:
default_config_hash: K6JQi5u8Iwe6KYzLnjn5Mk9HBBXE3P0KHemD_OxmcU8
id: paragraph.image_gallery.default
targetEntityType: paragraph
bundle: image_gallery
mode: default
content:
field_gallery_item:
type: entity_reference_revisions_entity_view
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
weight: 0
region: content
field_image_gallery_description:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: content
field_image_gallery_ratio:
type: list_default
label: hidden
settings: { }
third_party_settings: { }
weight: 3
region: content
field_image_gallery_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 1
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
uuid: fefcfc5a-2130-4993-868c-d7a87b3bc78f
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.image_gallery_item.field_gallery_image
- field.field.paragraph.image_gallery_item.field_gallery_image_description
- paragraphs.paragraphs_type.image_gallery_item
_core:
default_config_hash: sguq7Qqt3__gceyKWUbJTys0llCi28ZdArv-LyN2XBE
id: paragraph.image_gallery_item.default
targetEntityType: paragraph
bundle: image_gallery_item
mode: default
content:
field_gallery_image:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: image
link: false
third_party_settings: { }
weight: 0
region: content
field_gallery_image_description:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 2
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
module:
- text
_core:
default_config_hash: hYT61xkhP2zXO2VXijtXVPkoENlhLvIv5DRycKMm6iE
default_config_hash: TfUdaKwrwdr5ime_VDVt5VlOtlUx4tcGTVyC7dmC3Gk
id: paragraph.remote_video.default
targetEntityType: paragraph
bundle: remote_video
Expand Down
13 changes: 13 additions & 0 deletions conf/cmi/core.entity_view_mode.media.image_gallery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: c52c9e44-0d46-417c-a8d9-372120b2c68a
langcode: en
status: true
dependencies:
module:
- media
_core:
default_config_hash: X_EeW1ealqkAjjQhcc2ehkJxyT9VZ9QH5iTYi-6NeYY
id: media.image_gallery
label: 'Image gallery'
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module:
helfi_paragraphs_hearings: 0
helfi_paragraphs_hero: 0
helfi_paragraphs_image: 0
helfi_paragraphs_image_gallery: 0
helfi_paragraphs_liftup_with_image: 0
helfi_paragraphs_list_of_links: 0
helfi_paragraphs_map: 0
Expand Down
19 changes: 0 additions & 19 deletions conf/cmi/elasticsearch_connector.cluster.kymp.yml

This file was deleted.

5 changes: 5 additions & 0 deletions conf/cmi/field.field.node.district.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- paragraphs.paragraphs_type.event_list
- paragraphs.paragraphs_type.from_library
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.image_gallery
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.map
- paragraphs.paragraphs_type.news_list
Expand Down Expand Up @@ -47,6 +48,7 @@ settings:
contact_card_listing: contact_card_listing
map: map
project_listing: project_listing
image_gallery: image_gallery
negate: 0
target_bundles_drag_drop:
accordion:
Expand All @@ -70,6 +72,9 @@ settings:
image:
weight: 3
enabled: true
image_gallery:
weight: 17
enabled: true
list_of_links:
weight: 4
enabled: true
Expand Down
7 changes: 6 additions & 1 deletion conf/cmi/field.field.node.landing_page.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- paragraphs.paragraphs_type.event_list
- paragraphs.paragraphs_type.from_library
- paragraphs.paragraphs_type.hearings
- paragraphs.paragraphs_type.image_gallery
- paragraphs.paragraphs_type.liftup_with_image
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.list_of_plans
Expand Down Expand Up @@ -61,12 +62,13 @@ settings:
target_group_links: target_group_links
event_list: event_list
news_list: news_list
image_gallery: image_gallery
curated_event_list: curated_event_list
hearings: hearings
service_list: service_list
service_list_search: service_list_search
unit_search: unit_search
unit_contact_card: unit_contact_card
curated_event_list: curated_event_list
negate: 0
target_bundles_drag_drop:
banner:
Expand Down Expand Up @@ -96,6 +98,9 @@ settings:
hearings:
weight: 14
enabled: true
image_gallery:
weight: 15
enabled: true
liftup_with_image:
weight: 3
enabled: true
Expand Down
Loading
Loading