From 2df944773cb6153c4ff82452aca8efc76d59c6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 16:00:45 +0200 Subject: [PATCH 1/9] UHF-9755: Updated configuration based on updates from helfi platform config module. --- ...form_display.node.landing_page.default.yml | 2 +- ...ty_form_display.node.news_item.default.yml | 2 +- ....entity_form_display.node.page.default.yml | 8 +++-- ..._form_display.paragraph.banner.default.yml | 2 +- ...form_display.paragraph.columns.default.yml | 8 ++--- ...m_display.paragraph.event_list.default.yml | 2 ++ ...isplay.paragraph.list_of_links.default.yml | 4 +-- ...y.paragraph.list_of_links_item.default.yml | 2 +- ...w_display.paragraph.event_list.default.yml | 2 ++ ...iew_display.paragraph.hearings.default.yml | 2 +- ...es.external_entity_type.helfi_hearings.yml | 2 +- ....field.node.landing_page.field_content.yml | 12 +++---- ...eld.field.node.news_item.field_content.yml | 2 +- .../field.field.node.page.field_content.yml | 16 +++++----- ...ld.field.node.page.field_lower_content.yml | 18 +++++------ ....field.node.page.field_sidebar_content.yml | 2 +- ...raph.columns.field_columns_left_column.yml | 2 +- ...eld.paragraph.event_list.field_api_url.yml | 2 +- ...agraph.event_list.field_event_location.yml | 2 +- ...graph.event_list.field_filter_keywords.yml | 31 +++++++++++++++++++ ...ist_of_links.field_list_of_links_links.yml | 4 +-- ...of_links_item.field_list_of_links_desc.yml | 2 +- ...f_links_item.field_list_of_links_image.yml | 2 +- ...of_links_item.field_list_of_links_link.yml | 2 +- ...inked_events_keywords.field_keyword_id.yml | 21 +++++++++++++ ...orage.node.field_news_item_links_title.yml | 2 +- .../field.storage.node.field_short_title.yml | 2 +- ...torage.paragraph.field_filter_keywords.yml | 22 +++++++++++++ ...storage.taxonomy_term.field_keyword_id.yml | 23 ++++++++++++++ ...eld_override.node.announcement.promote.yml | 4 +-- ...ield_override.node.announcement.status.yml | 4 +-- ...eld_override.node.landing_page.promote.yml | 4 +-- ...ield_override.node.landing_page.status.yml | 4 +-- ..._field_override.node.news_item.promote.yml | 4 +-- ...e_field_override.node.news_item.status.yml | 4 +-- ....base_field_override.node.page.promote.yml | 4 +-- ...e.base_field_override.node.page.status.yml | 4 +-- ...ouncement.field_announcement_all_pages.yml | 4 +-- conf/cmi/language/fi/views.view.media.yml | 4 +++ conf/cmi/language/sv/views.view.media.yml | 4 +++ ...nomy.vocabulary.linked_events_keywords.yml | 10 ++++++ conf/cmi/views.view.media_library.yml | 4 +-- 42 files changed, 192 insertions(+), 69 deletions(-) create mode 100644 conf/cmi/field.field.paragraph.event_list.field_filter_keywords.yml create mode 100644 conf/cmi/field.field.taxonomy_term.linked_events_keywords.field_keyword_id.yml create mode 100644 conf/cmi/field.storage.paragraph.field_filter_keywords.yml create mode 100644 conf/cmi/field.storage.taxonomy_term.field_keyword_id.yml create mode 100644 conf/cmi/taxonomy.vocabulary.linked_events_keywords.yml diff --git a/conf/cmi/core.entity_form_display.node.landing_page.default.yml b/conf/cmi/core.entity_form_display.node.landing_page.default.yml index cb3c4182..4edc9d26 100644 --- a/conf/cmi/core.entity_form_display.node.landing_page.default.yml +++ b/conf/cmi/core.entity_form_display.node.landing_page.default.yml @@ -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 diff --git a/conf/cmi/core.entity_form_display.node.news_item.default.yml b/conf/cmi/core.entity_form_display.node.news_item.default.yml index fd054759..6d745eb8 100644 --- a/conf/cmi/core.entity_form_display.node.news_item.default.yml +++ b/conf/cmi/core.entity_form_display.node.news_item.default.yml @@ -201,9 +201,9 @@ content: third_party_settings: { } simple_sitemap: weight: 10 - region: content settings: { } third_party_settings: { } + region: content status: type: boolean_checkbox weight: 14 diff --git a/conf/cmi/core.entity_form_display.node.page.default.yml b/conf/cmi/core.entity_form_display.node.page.default.yml index f74fcfa1..aa151821 100644 --- a/conf/cmi/core.entity_form_display.node.page.default.yml +++ b/conf/cmi/core.entity_form_display.node.page.default.yml @@ -79,10 +79,12 @@ content: duplicate: '0' third_party_settings: { } field_lead_in: - type: string_textarea + type: textarea_character_counter weight: 13 region: content settings: + counter_step: 160 + counter_total: 200 rows: 3 placeholder: '' third_party_settings: { } @@ -203,10 +205,12 @@ content: display_label: true third_party_settings: { } title: - type: string_textfield + type: textfield_character_counter weight: 1 region: content settings: + counter_step: 0 + counter_total: 55 size: 60 placeholder: '' third_party_settings: { } diff --git a/conf/cmi/core.entity_form_display.paragraph.banner.default.yml b/conf/cmi/core.entity_form_display.paragraph.banner.default.yml index b628bb39..8b89ceac 100644 --- a/conf/cmi/core.entity_form_display.paragraph.banner.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.banner.default.yml @@ -42,8 +42,8 @@ content: weight: 4 region: content settings: - linkit_profile: helfi linkit_auto_link_text: false + linkit_profile: helfi third_party_settings: { } field_banner_link_design: type: design_field_widget diff --git a/conf/cmi/core.entity_form_display.paragraph.columns.default.yml b/conf/cmi/core.entity_form_display.paragraph.columns.default.yml index e04ffc46..5c878b93 100644 --- a/conf/cmi/core.entity_form_display.paragraph.columns.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.columns.default.yml @@ -29,8 +29,8 @@ content: weight: 2 region: content settings: - title: Lohko - title_plural: Lohkot + title: Paragraph + title_plural: Paragraphs edit_mode: closed_expand_nested closed_mode: summary autocollapse: none @@ -48,8 +48,8 @@ content: weight: 3 region: content settings: - title: Lohko - title_plural: Lohkot + title: Paragraph + title_plural: Paragraphs edit_mode: closed_expand_nested closed_mode: summary autocollapse: none diff --git a/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml b/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml index 77c9f06b..f6fa64bb 100644 --- a/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml @@ -9,6 +9,7 @@ dependencies: - field.field.paragraph.event_list.field_event_list_title - field.field.paragraph.event_list.field_event_location - field.field.paragraph.event_list.field_event_time + - field.field.paragraph.event_list.field_filter_keywords - field.field.paragraph.event_list.field_free_events - field.field.paragraph.event_list.field_remote_events - paragraphs.paragraphs_type.event_list @@ -82,4 +83,5 @@ content: third_party_settings: { } hidden: created: true + field_filter_keywords: true status: true diff --git a/conf/cmi/core.entity_form_display.paragraph.list_of_links.default.yml b/conf/cmi/core.entity_form_display.paragraph.list_of_links.default.yml index 866dbb9f..c9a9d4c0 100644 --- a/conf/cmi/core.entity_form_display.paragraph.list_of_links.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.list_of_links.default.yml @@ -28,8 +28,8 @@ content: weight: 2 region: content settings: - title: Lohko - title_plural: Lohkot + title: Paragraph + title_plural: Paragraphs edit_mode: closed_expand_nested closed_mode: summary autocollapse: none diff --git a/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml b/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml index b52e7f47..0a2be288 100644 --- a/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml @@ -40,8 +40,8 @@ content: weight: 1 region: content settings: - linkit_profile: helfi linkit_auto_link_text: false + linkit_profile: helfi third_party_settings: { } hidden: created: true diff --git a/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml b/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml index 9225c45d..084a4232 100644 --- a/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml @@ -9,6 +9,7 @@ dependencies: - field.field.paragraph.event_list.field_event_list_title - field.field.paragraph.event_list.field_event_location - field.field.paragraph.event_list.field_event_time + - field.field.paragraph.event_list.field_filter_keywords - field.field.paragraph.event_list.field_free_events - field.field.paragraph.event_list.field_remote_events - paragraphs.paragraphs_type.event_list @@ -86,3 +87,4 @@ content: region: content hidden: field_api_url: true + field_filter_keywords: true diff --git a/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml b/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml index 501bec59..fce10d52 100644 --- a/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml @@ -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 diff --git a/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml b/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml index 67b33a58..5cf74c94 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml @@ -8,8 +8,8 @@ id: helfi_hearings label: 'Helfi: Hearing' label_plural: 'Helfi: Hearing' description: 'Helfi hearings from hearing api.' -read_only: true generate_aliases: false +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/field.field.node.landing_page.field_content.yml b/conf/cmi/field.field.node.landing_page.field_content.yml index 081b8da9..fd9fdb96 100644 --- a/conf/cmi/field.field.node.landing_page.field_content.yml +++ b/conf/cmi/field.field.node.landing_page.field_content.yml @@ -39,19 +39,19 @@ settings: handler_settings: target_bundles: crisis_news_paragraph: crisis_news_paragraph - columns: columns list_of_links: list_of_links content_cards: content_cards banner: banner liftup_with_image: liftup_with_image + popular_services: popular_services from_library: from_library - chart: chart - remote_video: remote_video - map: map - event_list: event_list + columns: columns phasing: phasing - popular_services: popular_services + map: map + remote_video: remote_video + chart: chart target_group_links: target_group_links + event_list: event_list hearings: hearings negate: 0 target_bundles_drag_drop: diff --git a/conf/cmi/field.field.node.news_item.field_content.yml b/conf/cmi/field.field.node.news_item.field_content.yml index 77b4e6d1..2d3f9535 100644 --- a/conf/cmi/field.field.node.news_item.field_content.yml +++ b/conf/cmi/field.field.node.news_item.field_content.yml @@ -32,9 +32,9 @@ settings: handler_settings: target_bundles: text: text - banner: banner image: image remote_video: remote_video + banner: banner negate: 0 target_bundles_drag_drop: banner: diff --git a/conf/cmi/field.field.node.page.field_content.yml b/conf/cmi/field.field.node.page.field_content.yml index 2c24f2a1..c066ae2a 100644 --- a/conf/cmi/field.field.node.page.field_content.yml +++ b/conf/cmi/field.field.node.page.field_content.yml @@ -38,19 +38,19 @@ settings: handler_settings: target_bundles: text: text - columns: columns - image: image accordion: accordion + banner: banner + image: image list_of_links: list_of_links - contact_card_listing: contact_card_listing content_cards: content_cards - banner: banner - event_list: event_list - from_library: from_library + columns: columns phasing: phasing - chart: chart - remote_video: remote_video + from_library: from_library map: map + remote_video: remote_video + chart: chart + event_list: event_list + contact_card_listing: contact_card_listing negate: 0 target_bundles_drag_drop: accordion: diff --git a/conf/cmi/field.field.node.page.field_lower_content.yml b/conf/cmi/field.field.node.page.field_lower_content.yml index b9d60253..5d82ec92 100644 --- a/conf/cmi/field.field.node.page.field_lower_content.yml +++ b/conf/cmi/field.field.node.page.field_lower_content.yml @@ -37,20 +37,20 @@ settings: handler: 'default:paragraph' handler_settings: target_bundles: - text: text - columns: columns - image: image - accordion: accordion list_of_links: list_of_links - contact_card_listing: contact_card_listing content_cards: content_cards + text: text + accordion: accordion banner: banner - event_list: event_list - from_library: from_library - chart: chart + image: image + columns: columns phasing: phasing - remote_video: remote_video + from_library: from_library map: map + remote_video: remote_video + chart: chart + event_list: event_list + contact_card_listing: contact_card_listing negate: 0 target_bundles_drag_drop: accordion: diff --git a/conf/cmi/field.field.node.page.field_sidebar_content.yml b/conf/cmi/field.field.node.page.field_sidebar_content.yml index 67e91c2d..da871b0c 100644 --- a/conf/cmi/field.field.node.page.field_sidebar_content.yml +++ b/conf/cmi/field.field.node.page.field_sidebar_content.yml @@ -25,8 +25,8 @@ settings: handler: 'default:paragraph' handler_settings: target_bundles: - sidebar_text: sidebar_text from_library: from_library + sidebar_text: sidebar_text negate: 0 target_bundles_drag_drop: from_library: diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml b/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml index da7eb240..8fd43a34 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml @@ -15,7 +15,7 @@ id: paragraph.columns.field_columns_left_column field_name: field_columns_left_column entity_type: paragraph bundle: columns -label: 'Vasen palsta' +label: 'Left column' description: '' required: true translatable: false diff --git a/conf/cmi/field.field.paragraph.event_list.field_api_url.yml b/conf/cmi/field.field.paragraph.event_list.field_api_url.yml index 73ec44f6..08899a54 100644 --- a/conf/cmi/field.field.paragraph.event_list.field_api_url.yml +++ b/conf/cmi/field.field.paragraph.event_list.field_api_url.yml @@ -14,7 +14,7 @@ field_name: field_api_url entity_type: paragraph bundle: event_list label: 'Api URL' -description: 'Add URL from tapahtumat.hel.fi to form a list of events. Example URL: https://tapahtumat.hel.fi/fi/events?categories=museum' +description: 'Add URL from tapahtumat.hel.fi to form a list of events. Example URL: https://tapahtumat.hel.fi/fi/events?categories=museum. If you want to use the location filter, the URL should contain the IDs of all relevant locations. For example: &places=tprek:123,tprek:456' required: false translatable: false default_value: { } diff --git a/conf/cmi/field.field.paragraph.event_list.field_event_location.yml b/conf/cmi/field.field.paragraph.event_list.field_event_location.yml index 7942827e..16e7a4b0 100644 --- a/conf/cmi/field.field.paragraph.event_list.field_event_location.yml +++ b/conf/cmi/field.field.paragraph.event_list.field_event_location.yml @@ -12,7 +12,7 @@ field_name: field_event_location entity_type: paragraph bundle: event_list label: 'Event location' -description: 'Show "event location" filter. Do not use at the same time with the "Remote events" filter.' +description: 'Show "event location" filter. Do not use at the same time with the "Remote events" filter. The API URL field should include all location IDs, otherwise this list will display all active locations.' required: false translatable: false default_value: diff --git a/conf/cmi/field.field.paragraph.event_list.field_filter_keywords.yml b/conf/cmi/field.field.paragraph.event_list.field_filter_keywords.yml new file mode 100644 index 00000000..65279cf3 --- /dev/null +++ b/conf/cmi/field.field.paragraph.event_list.field_filter_keywords.yml @@ -0,0 +1,31 @@ +uuid: 05609557-0317-49a6-b2dd-1e7a2e69c10b +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_filter_keywords + - paragraphs.paragraphs_type.event_list + - taxonomy.vocabulary.linked_events_keywords +_core: + default_config_hash: zOO1RpDPCcNOWimUEMWLWWTZGDfOxr1BadD0vxMwZl8 +id: paragraph.event_list.field_filter_keywords +field_name: field_filter_keywords +entity_type: paragraph +bundle: event_list +label: Topics +description: 'Select options for "filter by topic" filter. The filter is hidden if no keywords are selected.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + linked_events_keywords: linked_events_keywords + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/conf/cmi/field.field.paragraph.list_of_links.field_list_of_links_links.yml b/conf/cmi/field.field.paragraph.list_of_links.field_list_of_links_links.yml index eeb10b45..a1faf397 100644 --- a/conf/cmi/field.field.paragraph.list_of_links.field_list_of_links_links.yml +++ b/conf/cmi/field.field.paragraph.list_of_links.field_list_of_links_links.yml @@ -14,8 +14,8 @@ id: paragraph.list_of_links.field_list_of_links_links field_name: field_list_of_links_links entity_type: paragraph bundle: list_of_links -label: Linkit -description: 'Linkkilistan linkit.' +label: Links +description: 'The links that you want the paragraph to display.' required: true translatable: false default_value: { } diff --git a/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_desc.yml b/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_desc.yml index 92f7e417..0d878c54 100644 --- a/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_desc.yml +++ b/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_desc.yml @@ -14,7 +14,7 @@ bundle: list_of_links_item label: Description description: 'You can add very short description for the link.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_image.yml b/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_image.yml index e66eccb9..f0f56363 100644 --- a/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_image.yml +++ b/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_image.yml @@ -15,7 +15,7 @@ bundle: list_of_links_item label: Image description: 'Image to be used as thumbnail of the link.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_link.yml b/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_link.yml index 6646ddc1..5ef523e0 100644 --- a/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_link.yml +++ b/conf/cmi/field.field.paragraph.list_of_links_item.field_list_of_links_link.yml @@ -16,7 +16,7 @@ bundle: list_of_links_item label: Link description: 'Internal or external link to the desired location. Link text is displayed for the site user.' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/conf/cmi/field.field.taxonomy_term.linked_events_keywords.field_keyword_id.yml b/conf/cmi/field.field.taxonomy_term.linked_events_keywords.field_keyword_id.yml new file mode 100644 index 00000000..3c5d8bda --- /dev/null +++ b/conf/cmi/field.field.taxonomy_term.linked_events_keywords.field_keyword_id.yml @@ -0,0 +1,21 @@ +uuid: f04d1d15-8a22-440d-aa3f-1af424df9124 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_keyword_id + - taxonomy.vocabulary.linked_events_keywords +_core: + default_config_hash: VHWaAjAYzxCy2U7_c3Vc3MAfurLC2QCPAimZVamsAuU +id: taxonomy_term.linked_events_keywords.field_keyword_id +field_name: field_keyword_id +entity_type: taxonomy_term +bundle: linked_events_keywords +label: 'Keyword ID' +description: 'Linked events keyword id.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/conf/cmi/field.storage.node.field_news_item_links_title.yml b/conf/cmi/field.storage.node.field_news_item_links_title.yml index 6e8b0744..205a4139 100644 --- a/conf/cmi/field.storage.node.field_news_item_links_title.yml +++ b/conf/cmi/field.storage.node.field_news_item_links_title.yml @@ -12,8 +12,8 @@ entity_type: node type: string settings: max_length: 255 - case_sensitive: false is_ascii: false + case_sensitive: false module: core locked: false cardinality: 1 diff --git a/conf/cmi/field.storage.node.field_short_title.yml b/conf/cmi/field.storage.node.field_short_title.yml index b72bf5b8..88cc43fe 100644 --- a/conf/cmi/field.storage.node.field_short_title.yml +++ b/conf/cmi/field.storage.node.field_short_title.yml @@ -12,8 +12,8 @@ entity_type: node type: string settings: max_length: 255 - case_sensitive: false is_ascii: false + case_sensitive: false module: core locked: false cardinality: 1 diff --git a/conf/cmi/field.storage.paragraph.field_filter_keywords.yml b/conf/cmi/field.storage.paragraph.field_filter_keywords.yml new file mode 100644 index 00000000..05ad130e --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_filter_keywords.yml @@ -0,0 +1,22 @@ +uuid: 2950aba3-734a-4bd3-9791-775aceae8e5e +langcode: en +status: true +dependencies: + module: + - paragraphs + - taxonomy +_core: + default_config_hash: p5gLAIXKUuxZdeUFP1juUwV9fUPwzJ7uRLik5wOAK6Y +id: paragraph.field_filter_keywords +field_name: field_filter_keywords +entity_type: paragraph +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.taxonomy_term.field_keyword_id.yml b/conf/cmi/field.storage.taxonomy_term.field_keyword_id.yml new file mode 100644 index 00000000..c4f0a47e --- /dev/null +++ b/conf/cmi/field.storage.taxonomy_term.field_keyword_id.yml @@ -0,0 +1,23 @@ +uuid: 8c76f060-07d3-4c16-b305-cc4ade3105a9 +langcode: en +status: true +dependencies: + module: + - taxonomy +_core: + default_config_hash: 7xItqwaMwhMih7aOv7ihiQx1wvkRGKrWiRJLJnM3RYA +id: taxonomy_term.field_keyword_id +field_name: field_keyword_id +entity_type: taxonomy_term +type: string +settings: + max_length: 255 + case_sensitive: false + is_ascii: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/language/fi/core.base_field_override.node.announcement.promote.yml b/conf/cmi/language/fi/core.base_field_override.node.announcement.promote.yml index 6fb685e0..a29359aa 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.announcement.promote.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.announcement.promote.yml @@ -1,4 +1,4 @@ label: 'Näytetään etusivulla' settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.announcement.status.yml b/conf/cmi/language/fi/core.base_field_override.node.announcement.status.yml index 186ea456..b939375b 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.announcement.status.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.announcement.status.yml @@ -1,4 +1,4 @@ label: Julkaistu settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.landing_page.promote.yml b/conf/cmi/language/fi/core.base_field_override.node.landing_page.promote.yml index 6fb685e0..a29359aa 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.landing_page.promote.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.landing_page.promote.yml @@ -1,4 +1,4 @@ label: 'Näytetään etusivulla' settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.landing_page.status.yml b/conf/cmi/language/fi/core.base_field_override.node.landing_page.status.yml index 186ea456..b939375b 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.landing_page.status.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.landing_page.status.yml @@ -1,4 +1,4 @@ label: Julkaistu settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.news_item.promote.yml b/conf/cmi/language/fi/core.base_field_override.node.news_item.promote.yml index 6fb685e0..a29359aa 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.news_item.promote.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.news_item.promote.yml @@ -1,4 +1,4 @@ label: 'Näytetään etusivulla' settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.news_item.status.yml b/conf/cmi/language/fi/core.base_field_override.node.news_item.status.yml index 186ea456..b939375b 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.news_item.status.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.news_item.status.yml @@ -1,4 +1,4 @@ label: Julkaistu settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.page.promote.yml b/conf/cmi/language/fi/core.base_field_override.node.page.promote.yml index 6fb685e0..a29359aa 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.page.promote.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.page.promote.yml @@ -1,4 +1,4 @@ label: 'Näytetään etusivulla' settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/core.base_field_override.node.page.status.yml b/conf/cmi/language/fi/core.base_field_override.node.page.status.yml index 186ea456..b939375b 100644 --- a/conf/cmi/language/fi/core.base_field_override.node.page.status.yml +++ b/conf/cmi/language/fi/core.base_field_override.node.page.status.yml @@ -1,4 +1,4 @@ label: Julkaistu settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/field.field.node.announcement.field_announcement_all_pages.yml b/conf/cmi/language/fi/field.field.node.announcement.field_announcement_all_pages.yml index a9c158d1..b053189d 100644 --- a/conf/cmi/language/fi/field.field.node.announcement.field_announcement_all_pages.yml +++ b/conf/cmi/language/fi/field.field.node.announcement.field_announcement_all_pages.yml @@ -1,4 +1,4 @@ label: 'Näytä kaikilla sivuilla' settings: - on_label: Käytössä - off_label: 'Pois päältä' + on_label: Kyllä + off_label: Ei diff --git a/conf/cmi/language/fi/views.view.media.yml b/conf/cmi/language/fi/views.view.media.yml index 10a6a313..99e6fb59 100644 --- a/conf/cmi/language/fi/views.view.media.yml +++ b/conf/cmi/language/fi/views.view.media.yml @@ -53,6 +53,7 @@ display: status: expose: label: Tosi + description: '' group_info: label: Julkaisutila group_items: @@ -63,3 +64,6 @@ display: langcode: expose: label: Kieli + media_page_list: + display_options: + menu: { } diff --git a/conf/cmi/language/sv/views.view.media.yml b/conf/cmi/language/sv/views.view.media.yml index e5552f29..16c3d929 100644 --- a/conf/cmi/language/sv/views.view.media.yml +++ b/conf/cmi/language/sv/views.view.media.yml @@ -53,6 +53,7 @@ display: status: expose: label: Sant + description: '' group_info: label: 'Status för publicering' group_items: @@ -63,3 +64,6 @@ display: langcode: expose: label: Språk + media_page_list: + display_options: + menu: { } diff --git a/conf/cmi/taxonomy.vocabulary.linked_events_keywords.yml b/conf/cmi/taxonomy.vocabulary.linked_events_keywords.yml new file mode 100644 index 00000000..6b0b8609 --- /dev/null +++ b/conf/cmi/taxonomy.vocabulary.linked_events_keywords.yml @@ -0,0 +1,10 @@ +uuid: 757cd796-00f7-445a-907d-0977ffe099be +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: e0eqaMehV63Hmtfc20QLyE7IGXuwqhSMNZg9hLgizfM +name: 'Linked Events Keywords' +vid: linked_events_keywords +description: 'Keywords from yso dataset.' +weight: 0 diff --git a/conf/cmi/views.view.media_library.yml b/conf/cmi/views.view.media_library.yml index c0a82c8b..04465bfb 100644 --- a/conf/cmi/views.view.media_library.yml +++ b/conf/cmi/views.view.media_library.yml @@ -1336,7 +1336,7 @@ display: image_link: '' image_style: media_library image_loading: - attribute: lazy + attribute: eager name: id: name table: media_field_data @@ -1376,7 +1376,7 @@ display: custom_date_format: '' timezone: '' tooltip: - date_format: '' + date_format: long custom_date_format: '' time_diff: enabled: false From 4d6ad3edda819cb47b6d6ba0c03a956c138be8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 16:32:20 +0200 Subject: [PATCH 2/9] UHF-9755: Added helfi_emergency_config module to override configurations from helfi platform config. --- conf/cmi/core.extension.yml | 1 + ...ty_view_display.node.news_item.default.yml | 17 ++++++++++++ ...age.content_settings.media.helfi_chart.yml | 9 +++++++ ...ge.content_settings.media.remote_video.yml | 4 +++ .../helfi_emergency_config.info.yml | 5 ++++ .../helfi_emergency_config.module | 26 +++++++++++++++++++ 6 files changed, 62 insertions(+) create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/core.entity_view_display.node.news_item.default.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.remote_video.yml create mode 100644 public/modules/custom/helfi_emergency_config/helfi_emergency_config.info.yml create mode 100644 public/modules/custom/helfi_emergency_config/helfi_emergency_config.module diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 305c1517..89073586 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -41,6 +41,7 @@ module: helfi_base_content: 0 helfi_ckeditor: 0 helfi_emergency_general: 0 + helfi_emergency_config: 0 helfi_eu_cookie_compliance: 0 helfi_image_styles: 0 helfi_media: 0 diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/core.entity_view_display.node.news_item.default.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/core.entity_view_display.node.news_item.default.yml new file mode 100644 index 00000000..2cce8eb2 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/core.entity_view_display.node.news_item.default.yml @@ -0,0 +1,17 @@ +config_rewrite: + replace: ['hidden'] +content: + field_is_crisis_news: + type: boolean + label: above + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + weight: 2 + region: content +hidden: + field_news_item_tags: true + langcode: true + toc_enabled: true diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml new file mode 100644 index 00000000..994b9952 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml @@ -0,0 +1,9 @@ +config_rewrite: + replace: ['dependencies.module'] +dependencies: + module: + - content_translation +third_party_settings: + content_translation: + bundle_settings: + untranslatable_fields_hide: '0' diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.remote_video.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.remote_video.yml new file mode 100644 index 00000000..bcd68556 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.remote_video.yml @@ -0,0 +1,4 @@ +third_party_settings: + content_translation: + bundle_settings: + untranslatable_fields_hide: '0' diff --git a/public/modules/custom/helfi_emergency_config/helfi_emergency_config.info.yml b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.info.yml new file mode 100644 index 00000000..f5ce7df3 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.info.yml @@ -0,0 +1,5 @@ +name: 'Helfi Emergency Config' +type: module +core_version_requirement: ^10 +dependencies: + - helfi_platform_config:helfi_platform_config diff --git a/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module new file mode 100644 index 00000000..0d98d7f9 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module @@ -0,0 +1,26 @@ +rewriteModuleConfig('helfi_emergency_config'); + } +} From 5e3d6fd6c0d31d7a758836d7a628a25d7c697134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 16:34:36 +0200 Subject: [PATCH 3/9] UHF-9755: Added missing configuration for crisis_news_paragraph. --- ...ty_view_display.node.news_item.default.yml | 34 ++++---- conf/cmi/core.extension.yml | 2 +- ...aph.columns.field_columns_right_column.yml | 78 +------------------ ...age.content_settings.media.helfi_chart.yml | 1 + .../helfi_emergency_general.module | 7 ++ 5 files changed, 29 insertions(+), 93 deletions(-) diff --git a/conf/cmi/core.entity_view_display.node.news_item.default.yml b/conf/cmi/core.entity_view_display.node.news_item.default.yml index 7301cabc..d79c9b19 100644 --- a/conf/cmi/core.entity_view_display.node.news_item.default.yml +++ b/conf/cmi/core.entity_view_display.node.news_item.default.yml @@ -32,24 +32,14 @@ content: view_mode: default link: '' third_party_settings: { } - weight: 6 - region: content - field_is_crisis_news: - type: boolean - label: above - settings: - format: default - format_custom_false: '' - format_custom_true: '' - third_party_settings: { } - weight: 2 + weight: 5 region: content field_lead_in: type: text_span label: hidden settings: { } third_party_settings: { } - weight: 3 + weight: 2 region: content field_main_image: type: entity_reference_entity_view @@ -58,14 +48,14 @@ content: view_mode: image_content_area link: false third_party_settings: { } - weight: 5 + weight: 4 region: content field_main_image_caption: type: text_span label: inline settings: { } third_party_settings: { } - weight: 9 + weight: 8 region: content field_news_item_links_link: type: link @@ -77,7 +67,7 @@ content: rel: '0' target: '0' third_party_settings: { } - weight: 8 + weight: 7 region: content field_news_item_links_title: type: string @@ -85,7 +75,7 @@ content: settings: link_to_entity: false third_party_settings: { } - weight: 7 + weight: 6 region: content field_short_title: type: string @@ -117,7 +107,17 @@ content: granularity: 2 refresh: 60 third_party_settings: { } - weight: 4 + weight: 3 + region: content + field_is_crisis_news: + type: boolean + label: above + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + weight: 2 region: content hidden: field_news_item_tags: true diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 89073586..61bacccc 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -40,8 +40,8 @@ module: helfi_api_base: 0 helfi_base_content: 0 helfi_ckeditor: 0 - helfi_emergency_general: 0 helfi_emergency_config: 0 + helfi_emergency_general: 0 helfi_eu_cookie_compliance: 0 helfi_image_styles: 0 helfi_media: 0 diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml b/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml index 216b06ff..0471427e 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml @@ -16,7 +16,7 @@ id: paragraph.columns.field_columns_right_column field_name: field_columns_right_column entity_type: paragraph bundle: columns -label: 'Oikea palsta' +label: 'Right column' description: '' required: true translatable: false @@ -31,87 +31,15 @@ settings: crisis_news_paragraph: crisis_news_paragraph negate: 0 target_bundles_drag_drop: - accordion: - weight: 28 - enabled: false - accordion_item: - weight: 29 - enabled: false - banner: - weight: 30 - enabled: false - chart: - weight: 31 - enabled: false - columns: - weight: 32 - enabled: false - contact_card: - weight: 33 - enabled: false - contact_card_listing: - weight: 34 - enabled: false - content_cards: - weight: 35 - enabled: false crisis_news_paragraph: - weight: 37 + weight: 0 enabled: true - event_list: - weight: 36 - enabled: false - from_library: - weight: 37 - enabled: false - hero: - weight: 38 - enabled: false image: weight: 0 enabled: true - liftup_with_image: - weight: 40 - enabled: false - list_of_links: - weight: 41 - enabled: false - list_of_links_item: - weight: 42 - enabled: false - map: - weight: 43 - enabled: false news_list: - weight: 44 + weight: 0 enabled: true - phasing: - weight: 45 - enabled: false - phasing_item: - weight: 46 - enabled: false - popular_service_item: - weight: 47 - enabled: false - popular_services: - weight: 48 - enabled: false - remote_video: - weight: 49 - enabled: false - sidebar_text: - weight: 50 - enabled: false - social_media_link: - weight: 51 - enabled: false - target_group_link_item: - weight: 52 - enabled: false - target_group_links: - weight: 53 - enabled: false text: weight: 0 enabled: true diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml index 994b9952..2bfe71e8 100644 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language.content_settings.media.helfi_chart.yml @@ -5,5 +5,6 @@ dependencies: - content_translation third_party_settings: content_translation: + enabled: false bundle_settings: untranslatable_fields_hide: '0' diff --git a/public/modules/custom/helfi_emergency_general/helfi_emergency_general.module b/public/modules/custom/helfi_emergency_general/helfi_emergency_general.module index c649a583..94ffb691 100644 --- a/public/modules/custom/helfi_emergency_general/helfi_emergency_general.module +++ b/public/modules/custom/helfi_emergency_general/helfi_emergency_general.module @@ -28,6 +28,13 @@ function helfi_emergency_general_helfi_paragraph_types() : array { ], ], ], + 'paragraph' => [ + 'columns' => [ + 'field_columns_right_column' => [ + 'crisis_news_paragraph', + ], + ], + ], ]; $enabled = []; From 8bc39411c54a8a182feddeea605e307a0064ea75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 17:28:16 +0200 Subject: [PATCH 4/9] UHF-9755: Added configuration reverts for the helfi_eu_cookie_compliance module configurations. --- .../eu_cookie_compliance.cookie_category.essential.yml | 4 ++++ .../eu_cookie_compliance.cookie_category.preference.yml | 4 ++++ .../eu_cookie_compliance.cookie_category.statistics.yml | 4 ++++ .../config/rewrite/eu_cookie_compliance.settings.yml | 4 ++++ .../fi/eu_cookie_compliance.cookie_category.essential.yml | 4 ++++ .../fi/eu_cookie_compliance.cookie_category.preference.yml | 4 ++++ .../fi/eu_cookie_compliance.cookie_category.statistics.yml | 4 ++++ .../sv/eu_cookie_compliance.cookie_category.essential.yml | 4 ++++ .../sv/eu_cookie_compliance.cookie_category.preference.yml | 4 ++++ .../sv/eu_cookie_compliance.cookie_category.statistics.yml | 4 ++++ .../helfi_emergency_config/helfi_emergency_config.module | 1 + 11 files changed, 41 insertions(+) create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml create mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml new file mode 100644 index 00000000..fab38fc3 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Essential cookies help to make the website usable by allowing basic functions, navigating the page and using the protected areas of the site. The website will not work properly without these cookies and their consent is not required.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
cookie-agreedhel.fiUsed by hel.fi Drupal to store information about whether visitors have given or declined the use of cookie categories used on the hel.fi site.100 days
cookie-agreed-versionhel.fiUsed by hel.fi Drupal to store information about what version of the cookie consent the user has agreed to.100 days
cookie-agreed-categorieshel.fiUsed by hel.fi Drupal to store information about what cookie categories the user has agreed to.100 days
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml new file mode 100644 index 00000000..997fa4b9 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Preference cookies modify the visuals and functions of the website based on the user's previous sessions.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
ct0.twitter.com\r\n\t\t\t

This cookie is for authentication.

\r\n\t\t\t
4 hoursThird party
guest_id.twitter.com\r\n\t\t\t

This cookie is for authentication.

\r\n\t\t\t
1 monthThird party
facebook.com\r\n\t\t\t

Iframe pixel

\r\n\t\t\t
Third party
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml new file mode 100644 index 00000000..0f150631 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

The information collected by statistics cookies is used for developing the website.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
_pk_id.*hel.fi\r\n\t\t\t

Matomo Analytics - used to store a few details about the user such as the unique visitor ID

\r\n\t\t\t
393 days
_pk_ses.*hel.fiMatomo Analytics - short lived cookies used to temporarily store data for the visit1 hour
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml new file mode 100644 index 00000000..814230e6 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['allowed_cookies', 'cookie_policy_version'] +allowed_cookies: "essential:AWSELB\r\nessential:AWSELBCORS\r\nessential:cookiehub\r\nessential:mtm_cookie_consent\r\nessential:frosmo_quickContext\r\nessential:id\r\nessential:JSESSIONID\r\nessential:COOKIE_SUPPORT\r\npreference:httpskartta.hel.fi.SWCulture\r\npreference:icareus-device\r\npreference:VISITOR_INFO1_LIVE\r\npreference:CONSENT\r\nstatistics:Snoobisession_hel_fi\r\nstatistics:Snoobi30minute_hel_fi\r\nstatistics:SnoobiID\r\nstatistics:nmstat\r\nstatistics:Snoobisession_hel_projektit\r\nstatistics:Snoobi30minute_hel_projektit\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.141.89f6\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:__utma\r\nstatistics:__utmc\r\nstatistics:__utmz\r\nstatistics:__utmt\r\nstatistics:__utmb\r\nstatistics:__utmb\r\nstatistics:YSC\r\nmarketing:IDE\r\nchat:_genesys.widgets.*\r\nchat:__VCAP_ID__\r\nchat:gcReturnSessionId \r\nchat:gcAlternativeReturnUrl \r\nchat:gcReturnUrl \r\nchat:gcLoginButtonState\r\nchat:leijuke.*\r\nchat:connect.sid" +cookie_policy_version: 1.1.0 diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml new file mode 100644 index 00000000..3e4989cf --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Välttämättömät evästeet auttavat tekemään verkkosivustosta käyttökelpoisen sallimalla perustoimintoja, kuten sivulla siirtymisen ja sivuston suojattujen alueiden käytön. Verkkosivusto ei toimi kunnolla ilman näitä evästeitä eikä niihin tarvita suostumusta.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
cookie-agreedhel.fiSivusto käyttää tätä evästettä tietojen tallentamiseen siitä, ovatko kävijät antaneet hyväksyntänsä tai kieltäytyneet evästeiden käytöstä.100 päivää
cookie-agreed-versionhel.fiTähän evästeeseen tallennetaan käyttäjän hyväksymän evästeselosteen versio.100 päivää
cookie-agreed-categorieshel.fiTähän evästeeseen on tallennettu käyttäjän hyväksymät evästekategoriat.100 päivää
SSESS*hel.fiSisällönhallintajärjestelmän toimintaan liittyvä eväste.23 päivää
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml new file mode 100644 index 00000000..1def0380 --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Mieltymysevästeet mukauttavat sivuston ulkoasua ja toimintaa käyttäjän aiemman käytön perusteella.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
ct0.twitter.com\r\n\t\t\t

Tämä eväste on todennusta varten.

\r\n\t\t\t
4 tuntiaKolmas osapuoli
guest_id.twitter.com\r\n\t\t\t

Tämä eväste on todennusta varten.

\r\n\t\t\t
1 kuukausiKolmas osapuoli
facebook.com\r\n\t\t\t

Iframe-pikseli

\r\n\t\t\t
Kolmas osapuoli
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml new file mode 100644 index 00000000..6981ddeb --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Tilastointievästeiden keräämää tietoa käytetään verkkosivuston kehittämiseen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
_pk_id.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
393 päivää
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
1 tunti
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml new file mode 100644 index 00000000..e108272b --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Nödvändiga cookies hjälper till att göra webbplatsen användbar genom att tillåta grundläggande funktioner som att navigera på sidan och använda de skyddade områdena på webbplatsen. Webbplatsen fungerar inte korrekt utan dessa cookies och kräver inte samtycke.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
cookie-agreedhel.fiCookie möjliggör hantering av cookies på webbplatsen.100 dagar
cookie-agreed-versionhel.fiAnvänds för att lagra information om versionen av cookies samtycke som användaren har godkänt.100 dagar
cookie-agreed-categorieshel.fiAnvänds för att lagra information om vilka cookie -kategorier användaren har godkänt.100 dagar
SSESS*hel.fiEn cookie relaterad till driften av innehållshanteringssystemet.23 dagar
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml new file mode 100644 index 00000000..2b3c23ad --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

Preferenscookies ändrar webbplatsens utseende och funktioner enligt användarens tidigare användning.

\r\n\r\n

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
ct0.twitter.com\r\n\t\t\t

Denna cookie är till för autentisering.

\r\n\t\t\t
4 timmarTredje part
guest_id.twitter.com\r\n\t\t\t

Denna cookie är till för autentisering.

\r\n\t\t\t
1 månadTredje part
facebook.com\r\n\t\t\t

Iframe-pixel

\r\n\t\t\t
Tredje part
\r\n\r\n

\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml new file mode 100644 index 00000000..13485bea --- /dev/null +++ b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml @@ -0,0 +1,4 @@ +config_rewrite: + replace: ['description.value'] +description: + value: "

De uppgifter statistikkakorna samlar in används för att utveckla webbplatsen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
_pk_id.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
393 dagar
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
1 timme
\r\n\r\n

\r\n" diff --git a/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module index 0d98d7f9..0acff8dc 100644 --- a/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module +++ b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module @@ -14,6 +14,7 @@ use Drupal\config_rewrite\ConfigRewriterInterface; */ function helfi_emergency_config_rewrite_config_update(string $module, ConfigRewriterInterface $configRewriter): void { $modules = [ + 'helfi_eu_cookie_compliance', 'helfi_media_chart', 'helfi_media_remote_video', 'helfi_node_news_item', From c2aea483b6e8476b65fd4dbfb9f4acc9bf1db7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 18:35:04 +0200 Subject: [PATCH 5/9] UHF-9755: Update metatag default global image and cookie configurations. --- conf/cmi/eu_cookie_compliance.cookie_category.essential.yml | 2 +- conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml | 2 +- .../fi/eu_cookie_compliance.cookie_category.statistics.yml | 2 +- .../sv/eu_cookie_compliance.cookie_category.statistics.yml | 2 +- conf/cmi/metatag.metatag_defaults.global.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml b/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml index 6a7510d9..914839a1 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml @@ -10,4 +10,4 @@ description: value: "

Essential cookies help to make the website usable by allowing basic functions, navigating the page and using the protected areas of the site. The website will not work properly without these cookies and their consent is not required.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
cookie-agreedhel.fiUsed by hel.fi Drupal to store information about whether visitors have given or declined the use of cookie categories used on the hel.fi site.100 days
cookie-agreed-versionhel.fiUsed by hel.fi Drupal to store information about what version of the cookie consent the user has agreed to.100 days
cookie-agreed-categorieshel.fiUsed by hel.fi Drupal to store information about what cookie categories the user has agreed to.100 days
\r\n" format: full_html checkbox_default_state: required -weight: -10 +weight: -9 diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml index 05a6efc4..fadbf293 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml @@ -10,4 +10,4 @@ description: value: "

The information collected by statistics cookies is used for developing the website.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
_pk_id.*hel.fi\r\n\t\t\t

Matomo Analytics - used to store a few details about the user such as the unique visitor ID

\r\n\t\t\t
393 days
_pk_ses.*hel.fiMatomo Analytics - short lived cookies used to temporarily store data for the visit1 hour
\r\n" format: full_html checkbox_default_state: unchecked -weight: -9 +weight: -7 diff --git a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml index 5543c699..a011fcbb 100644 --- a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml @@ -1,4 +1,4 @@ -label: Tilastointi description: value: "

Tilastointievästeiden keräämää tietoa käytetään verkkosivuston kehittämiseen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
_pk_id.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
393 päivää
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
1 tunti
\r\n" format: full_html +label: Tilastointi diff --git a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml index 1e357493..6d07f1d3 100644 --- a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml @@ -1,4 +1,4 @@ -label: Statistik description: value: "

De uppgifter statistikkakorna samlar in används för att utveckla webbplatsen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
_pk_id.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
393 dagar
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
1 timme
\r\n\r\n

\r\n" format: full_html +label: Statistik diff --git a/conf/cmi/metatag.metatag_defaults.global.yml b/conf/cmi/metatag.metatag_defaults.global.yml index aab5f858..2c8895c2 100644 --- a/conf/cmi/metatag.metatag_defaults.global.yml +++ b/conf/cmi/metatag.metatag_defaults.global.yml @@ -12,6 +12,6 @@ tags: twitter_cards_page_url: '[current-page:url]' twitter_cards_title: '[current-page:title] | [site:page-title-suffix]' twitter_cards_type: summary_large_image - og_image: '[site:default-og-image]' - twitter_cards_image: '[site:default-og-image]' + og_image: '[site:shareable-image]' + twitter_cards_image: '[site:shareable-image]' og_site_name: '[site:page-title-suffix]' From 9718e6efe08605a061067f37259d2119ceacf13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 20:13:37 +0200 Subject: [PATCH 6/9] UHF-9755: Updated configuration based latest updates from helfi platform config. --- ...block.block.hdbt_subtheme_user_inquiry.yml | 40 ---------- ...m_display.paragraph.event_list.default.yml | 12 ++- ...ty_form_display.paragraph.hero.default.yml | 17 +++- ...my_term.linked_events_keywords.default.yml | 77 +++++++++++++++++++ ...w_display.paragraph.event_list.default.yml | 10 ++- ...my_term.linked_events_keywords.default.yml | 27 +++++++ conf/cmi/core.extension.yml | 1 + ...aph.columns.field_columns_right_column.yml | 7 +- ...ld.storage.paragraph.field_hero_design.yml | 17 +--- ...eld.paragraph.event_list.field_api_url.yml | 2 +- ...agraph.event_list.field_event_location.yml | 2 +- ...graph.event_list.field_filter_keywords.yml | 2 + ...ld.storage.paragraph.field_hero_design.yml | 12 --- ...ld.storage.paragraph.field_hero_design.yml | 10 --- 14 files changed, 145 insertions(+), 91 deletions(-) delete mode 100644 conf/cmi/block.block.hdbt_subtheme_user_inquiry.yml create mode 100644 conf/cmi/core.entity_form_display.taxonomy_term.linked_events_keywords.default.yml create mode 100644 conf/cmi/core.entity_view_display.taxonomy_term.linked_events_keywords.default.yml create mode 100644 conf/cmi/language/fi/field.field.paragraph.event_list.field_filter_keywords.yml delete mode 100644 conf/cmi/language/fi/field.storage.paragraph.field_hero_design.yml delete mode 100644 conf/cmi/language/sv/field.storage.paragraph.field_hero_design.yml diff --git a/conf/cmi/block.block.hdbt_subtheme_user_inquiry.yml b/conf/cmi/block.block.hdbt_subtheme_user_inquiry.yml deleted file mode 100644 index ed1c8678..00000000 --- a/conf/cmi/block.block.hdbt_subtheme_user_inquiry.yml +++ /dev/null @@ -1,40 +0,0 @@ -uuid: e99dd403-ef19-4d79-99d8-df3e89824020 -langcode: en -status: true -dependencies: - module: - - helfi_platform_config - - language - - user - theme: - - hdbt_subtheme -id: hdbt_subtheme_user_inquiry -theme: hdbt_subtheme -region: attachments -weight: -19 -provider: helfi_platform_config -plugin: chat_leijuke -settings: - id: chat_leijuke - label: 'User inquiry' - label_display: '' - provider: helfi_platform_config - chat_title: '' - chat_selection: user_inquiry -visibility: - language: - id: language - negate: false - context_mapping: - language: '@language.current_language_context:language_interface' - langcodes: - fi: fi - en: en - sv: sv - user_role: - id: user_role - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - roles: - anonymous: anonymous diff --git a/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml b/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml index f6fa64bb..1dd6e4eb 100644 --- a/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.event_list.default.yml @@ -15,6 +15,7 @@ dependencies: - paragraphs.paragraphs_type.event_list module: - link + - select2 - text _core: default_config_hash: bGb0ZQ38-NxHtZ1rrdqclYHeStlwA5q3ucy5Wpnb0ng @@ -67,6 +68,16 @@ content: settings: display_label: true third_party_settings: { } + field_filter_keywords: + type: select2_entity_reference + weight: 8 + region: content + settings: + width: 100% + autocomplete: true + match_operator: CONTAINS + match_limit: 10 + third_party_settings: { } field_free_events: type: boolean_checkbox weight: 7 @@ -83,5 +94,4 @@ content: third_party_settings: { } hidden: created: true - field_filter_keywords: true status: true diff --git a/conf/cmi/core.entity_form_display.paragraph.hero.default.yml b/conf/cmi/core.entity_form_display.paragraph.hero.default.yml index d32fe62e..8100932d 100644 --- a/conf/cmi/core.entity_form_display.paragraph.hero.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.hero.default.yml @@ -11,9 +11,9 @@ dependencies: - field.field.paragraph.hero.field_hero_title - paragraphs.paragraphs_type.hero module: + - allowed_formats - hdbt_admin_tools - media_library - - text _core: default_config_hash: j-UlMO6TXmxaAcdnfjmPmzKf4SQydcqdiNV0hwGKNfw id: paragraph.hero.default @@ -22,13 +22,18 @@ bundle: hero mode: default content: field_hero_desc: - type: text_textarea + type: formatted_text_character_counter weight: 3 region: content settings: + counter_step: 160 + counter_total: 200 rows: 5 placeholder: '' - third_party_settings: { } + third_party_settings: + allowed_formats: + hide_help: '0' + hide_guidelines: '0' field_hero_design: type: design_field_widget weight: 0 @@ -47,6 +52,8 @@ content: weight: 6 region: content settings: + placeholder_url: '' + placeholder_title: '' linkit_profile: helfi linkit_auto_link_text: false third_party_settings: { } @@ -57,10 +64,12 @@ content: settings: { } third_party_settings: { } field_hero_title: - type: string_textfield + type: textfield_character_counter weight: 2 region: content settings: + counter_step: 0 + counter_total: 55 size: 60 placeholder: '' third_party_settings: { } diff --git a/conf/cmi/core.entity_form_display.taxonomy_term.linked_events_keywords.default.yml b/conf/cmi/core.entity_form_display.taxonomy_term.linked_events_keywords.default.yml new file mode 100644 index 00000000..aed1153a --- /dev/null +++ b/conf/cmi/core.entity_form_display.taxonomy_term.linked_events_keywords.default.yml @@ -0,0 +1,77 @@ +uuid: d3bdb49e-461c-4a0f-a88c-c34eb54f7101 +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.linked_events_keywords.field_keyword_id + - taxonomy.vocabulary.linked_events_keywords + module: + - hdbt_admin_tools + - path + - readonly_field_widget +_core: + default_config_hash: wrJ7qU6IE5H0AiZu6m8w7XCBXT-dqOntJPqFqR0iyU8 +id: taxonomy_term.linked_events_keywords.default +targetEntityType: taxonomy_term +bundle: linked_events_keywords +mode: default +content: + description: + type: formatted_text_character_counter + weight: 0 + region: content + settings: + counter_step: 160 + counter_total: 200 + rows: 5 + placeholder: '' + third_party_settings: { } + field_keyword_id: + type: readonly_field_widget + weight: 101 + region: content + settings: + label: above + formatter_type: null + formatter_settings: { } + show_description: false + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + name: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + simple_sitemap: + weight: 10 + settings: { } + third_party_settings: { } + region: content + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } + translation: + weight: 10 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml b/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml index 084a4232..bab6f926 100644 --- a/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.event_list.default.yml @@ -65,6 +65,14 @@ content: third_party_settings: { } weight: 3 region: content + field_filter_keywords: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 6 + region: content field_free_events: type: boolean label: above @@ -87,4 +95,4 @@ content: region: content hidden: field_api_url: true - field_filter_keywords: true + search_api_excerpt: true diff --git a/conf/cmi/core.entity_view_display.taxonomy_term.linked_events_keywords.default.yml b/conf/cmi/core.entity_view_display.taxonomy_term.linked_events_keywords.default.yml new file mode 100644 index 00000000..968b3c93 --- /dev/null +++ b/conf/cmi/core.entity_view_display.taxonomy_term.linked_events_keywords.default.yml @@ -0,0 +1,27 @@ +uuid: 19cd3ce0-e5a8-4db8-ab50-ae7bde5fa981 +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.linked_events_keywords.field_keyword_id + - taxonomy.vocabulary.linked_events_keywords + module: + - text +_core: + default_config_hash: fBcG1sEoN3MYNH4WUM9M_e2jo304Kha_sUVu26s05ig +id: taxonomy_term.linked_events_keywords.default +targetEntityType: taxonomy_term +bundle: linked_events_keywords +mode: default +content: + description: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: + field_keyword_id: true + langcode: true + search_api_excerpt: true diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 61bacccc..c7d2aa49 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -106,6 +106,7 @@ module: path_alias: 0 phpass: 0 raven: 0 + readonly_field_widget: 0 redirect: 0 responsive_image: 0 rest: 0 diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml b/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml index 0471427e..636b6bc0 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml @@ -26,9 +26,9 @@ settings: handler: 'default:paragraph' handler_settings: target_bundles: - image: image - text: text crisis_news_paragraph: crisis_news_paragraph + text: text + image: image negate: 0 target_bundles_drag_drop: crisis_news_paragraph: @@ -37,9 +37,6 @@ settings: image: weight: 0 enabled: true - news_list: - weight: 0 - enabled: true text: weight: 0 enabled: true diff --git a/conf/cmi/field.storage.paragraph.field_hero_design.yml b/conf/cmi/field.storage.paragraph.field_hero_design.yml index a6f12cf3..d258a8c6 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_design.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_design.yml @@ -12,22 +12,7 @@ field_name: field_hero_design entity_type: paragraph type: list_string settings: - allowed_values: - - - value: without-image-left - label: 'Without image, align left' - - - value: with-image-right - label: 'Image on the right' - - - value: with-image-left - label: 'Image on the left' - - - value: with-image-bottom - label: 'Image on the bottom' - - - value: diagonal - label: Diagonal + allowed_values: { } allowed_values_function: helfi_paragraphs_hero_design_allowed_values module: options locked: false diff --git a/conf/cmi/language/fi/field.field.paragraph.event_list.field_api_url.yml b/conf/cmi/language/fi/field.field.paragraph.event_list.field_api_url.yml index 84bd6531..1eab9886 100644 --- a/conf/cmi/language/fi/field.field.paragraph.event_list.field_api_url.yml +++ b/conf/cmi/language/fi/field.field.paragraph.event_list.field_api_url.yml @@ -1 +1 @@ -description: 'Tapahtumat.hel.fi-osoite, jonka perusteella listaus muodostetaan.' +description: 'Tapahtumat.hel.fi-osoite, jonka perusteella listaus muodostetaan. Esimerkki: https://tapahtumat.hel.fi/fi/events?categories=museum. Jos haluat käyttää tapahtumapaikka-suodatinta, URLissa tulee olla mukana tapahtumapaikkojen ID:t. Esim: &places=tprek:123,tprek:456' diff --git a/conf/cmi/language/fi/field.field.paragraph.event_list.field_event_location.yml b/conf/cmi/language/fi/field.field.paragraph.event_list.field_event_location.yml index 5808b45f..aa160447 100644 --- a/conf/cmi/language/fi/field.field.paragraph.event_list.field_event_location.yml +++ b/conf/cmi/language/fi/field.field.paragraph.event_list.field_event_location.yml @@ -1,5 +1,5 @@ label: Tapahtumapaikka -description: 'Näytä "tapahtumapaikka" -suodatin. Älä käytä yhtä aikaa "Etätapahtumat" -suodattimen kanssa.' +description: 'Näytä "tapahtumapaikka" -suodatin. Älä käytä yhtä aikaa "Etätapahtumat" -suodattimen kanssa. API URL kentässä tulee olla tapahtumapaikkojen ID:t mukana, muuten listassa näytetään kaikki aktiiviset tapahtumapaikat.' settings: on_label: Kyllä off_label: Ei diff --git a/conf/cmi/language/fi/field.field.paragraph.event_list.field_filter_keywords.yml b/conf/cmi/language/fi/field.field.paragraph.event_list.field_filter_keywords.yml new file mode 100644 index 00000000..048db90c --- /dev/null +++ b/conf/cmi/language/fi/field.field.paragraph.event_list.field_filter_keywords.yml @@ -0,0 +1,2 @@ +label: Asiasanat +description: 'Valitse "suodata asiasanoilla" -suodattimen vaihtoehdot. Suodatinta ei näytetä jos ainuttakaan asiasanaa ei ole valittu.' diff --git a/conf/cmi/language/fi/field.storage.paragraph.field_hero_design.yml b/conf/cmi/language/fi/field.storage.paragraph.field_hero_design.yml deleted file mode 100644 index 7e625c9c..00000000 --- a/conf/cmi/language/fi/field.storage.paragraph.field_hero_design.yml +++ /dev/null @@ -1,12 +0,0 @@ -settings: - allowed_values: - - - label: 'Ilman kuvaa, tasattu vasemmalle' - - - label: 'Kuva oikealla' - - - label: 'Kuva vasemmalla' - - - label: 'Kuva alhaalla' - - - label: Diagonaalinen diff --git a/conf/cmi/language/sv/field.storage.paragraph.field_hero_design.yml b/conf/cmi/language/sv/field.storage.paragraph.field_hero_design.yml deleted file mode 100644 index c734c195..00000000 --- a/conf/cmi/language/sv/field.storage.paragraph.field_hero_design.yml +++ /dev/null @@ -1,10 +0,0 @@ -settings: - allowed_values: - - - label: 'Utan bild, justerad vänster' - - - label: 'Bild justerad till höger' - - - label: 'Bild justerad till vänster' - - - label: 'Bild justerad ner' From 726b76ec0e8e97166dd5fb0afe054316d4ea6118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 18 Mar 2024 20:18:12 +0200 Subject: [PATCH 7/9] UHF-9755: Updated helfi packages. --- composer.lock | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/composer.lock b/composer.lock index 30ff3ccc..d4977d7a 100644 --- a/composer.lock +++ b/composer.lock @@ -4138,16 +4138,16 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.6.2", + "version": "2.6.5", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "c00bd0fc8bd2f871482ba26947e3afcc697e63c6" + "reference": "6eaf1f2f4c92620efa786029719d34edd6d6b094" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/c00bd0fc8bd2f871482ba26947e3afcc697e63c6", - "reference": "c00bd0fc8bd2f871482ba26947e3afcc697e63c6", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/6eaf1f2f4c92620efa786029719d34edd6d6b094", + "reference": "6eaf1f2f4c92620efa786029719d34edd6d6b094", "shasum": "" }, "require": { @@ -4176,10 +4176,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.2", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.5", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2024-02-28T08:48:14+00:00" + "time": "2024-03-15T06:41:46+00:00" }, { "name": "drupal/helfi_azure_fs", @@ -4227,12 +4227,12 @@ "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-tools.git", - "reference": "18ace52d7b4c99347a0eb150443062e26a7aabaa" + "reference": "75458dd3ea587b7f033a8bf6102d627d1a2abb50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/18ace52d7b4c99347a0eb150443062e26a7aabaa", - "reference": "18ace52d7b4c99347a0eb150443062e26a7aabaa", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/75458dd3ea587b7f033a8bf6102d627d1a2abb50", + "reference": "75458dd3ea587b7f033a8bf6102d627d1a2abb50", "shasum": "" }, "require": { @@ -4304,20 +4304,20 @@ "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/main", "issues": "https://github.com/City-of-Helsinki/drupal-tools/issues" }, - "time": "2024-02-29T08:57:00+00:00" + "time": "2024-03-14T08:10:18+00:00" }, { "name": "drupal/helfi_platform_config", - "version": "4.3.16", + "version": "4.3.24", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "372c946e224d5d7aa3be3aa33a5b21652093013f" + "reference": "1f72903a8401e8e1cb3a32477b405c7b416e44a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/372c946e224d5d7aa3be3aa33a5b21652093013f", - "reference": "372c946e224d5d7aa3be3aa33a5b21652093013f", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/1f72903a8401e8e1cb3a32477b405c7b416e44a0", + "reference": "1f72903a8401e8e1cb3a32477b405c7b416e44a0", "shasum": "" }, "require": { @@ -4349,6 +4349,8 @@ "drupal/image_style_quality": "^1.4", "drupal/imagecache_external": "^3.0", "drupal/imagemagick": "^3.4", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_draggable": "^2.0", "drupal/linkit": "^6.0", "drupal/media_entity_file_replace": "^1.0", "drupal/menu_block_current_language": "^2.0", @@ -4399,7 +4401,8 @@ "[#UHF-7008] Core localization file download URL is wrong (https://www.drupal.org/project/drupal/issues/3022876)": "https://git.drupalcode.org/project/drupal/-/commit/40a96136b2dfe4322338508dffa636f6cb407900.patch", "[#UHF-7008] Add multilingual support for caching basefield definitions (https://www.drupal.org/project/drupal/issues/3114824)": "https://www.drupal.org/files/issues/2020-02-20/3114824_2.patch", "[#UHF-7008] Admin toolbar and contextual links should always be rendered in the admin language (https://www.drupal.org/project/drupal/issues/2313309)": "https://www.drupal.org/files/issues/2023-12-19/2313309-179.patch", - "[#UHF-9388] Process translation config files for custom modules (https://www.drupal.org/i/2845437)": "https://www.drupal.org/files/issues/2023-10-16/2845437-61.patch" + "[#UHF-9388] Process translation config files for custom modules (https://www.drupal.org/i/2845437)": "https://www.drupal.org/files/issues/2023-10-16/2845437-61.patch", + "[#UHF-9690] Allow updating lists when switching from allowed values to allowed values function (https://www.drupal.org/i/2873353)": "https://www.drupal.org/files/issues/2021-05-18/allow-allowed-values-function-update-D9-2873353_1.patch" }, "drupal/default_content": { "https://www.drupal.org/project/default_content/issues/2640734#comment-14638943": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/main/patches/default_content_2.0.0-alpha2-2640734_manual_imports-e164a354.patch" @@ -4426,23 +4429,23 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.16", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.24", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-02-27T09:50:42+00:00" + "time": "2024-03-18T09:48:34+00:00" }, { "name": "drupal/helfi_tpr", - "version": "2.3.5", + "version": "2.3.6", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr.git", - "reference": "c14c8634c913125faf96d217d11bac4a456049a8" + "reference": "44f69ad718b06aea6022fc9e66c4625525e056c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/c14c8634c913125faf96d217d11bac4a456049a8", - "reference": "c14c8634c913125faf96d217d11bac4a456049a8", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/44f69ad718b06aea6022fc9e66c4625525e056c4", + "reference": "44f69ad718b06aea6022fc9e66c4625525e056c4", "shasum": "" }, "require": { @@ -4468,10 +4471,10 @@ ], "description": "TPR integration", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/2.3.5", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/2.3.6", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/issues" }, - "time": "2024-01-26T07:55:57+00:00" + "time": "2024-03-01T14:46:13+00:00" }, { "name": "drupal/image_style_quality", From c5910bba59eedf892c3ee4f07b60eb4ac4f1e369 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Fri, 22 Mar 2024 15:47:52 +0200 Subject: [PATCH 8/9] UHF-9755: Revert composer.lock from dev --- composer.lock | 440 ++++++++++++++++++++++++++------------------------ 1 file changed, 227 insertions(+), 213 deletions(-) diff --git a/composer.lock b/composer.lock index d4977d7a..d221400e 100644 --- a/composer.lock +++ b/composer.lock @@ -125,16 +125,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770" + "reference": "b8136b945dc3446894e6cd2b2f055e147140faed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/56da9209b24a5a5b5d27bec9e523f02bdd101770", - "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/b8136b945dc3446894e6cd2b2f055e147140faed", + "reference": "b8136b945dc3446894e6cd2b2f055e147140faed", "shasum": "" }, "require": { @@ -152,16 +152,16 @@ "squizlabs/php_codesniffer": "<3.6" }, "require-dev": { - "chi-teck/drupal-coder-extension": "^2.0.0-alpha4", - "drupal/coder": "8.3.22", - "drupal/core": "10.1.x-dev", + "chi-teck/drupal-coder-extension": "^2.0.0-beta2", + "drupal/coder": "8.3.23", + "drupal/core": "10.3.x-dev", "ext-simplexml": "*", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.7", - "symfony/var-dumper": "^6.3", + "phpspec/prophecy-phpunit": "^2.2", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.9", + "symfony/var-dumper": "^6.4", "symfony/yaml": "^6.3", - "vimeo/psalm": "^5.14.0" + "vimeo/psalm": "^5.22.2" }, "bin": [ "bin/dcg" @@ -179,9 +179,9 @@ "description": "Drupal code generator", "support": { "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", - "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.3.0" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.4.0" }, - "time": "2023-10-21T12:57:05+00:00" + "time": "2024-03-10T13:35:00+00:00" }, { "name": "chillerlan/php-qrcode", @@ -1465,16 +1465,16 @@ }, { "name": "doctrine/collections", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "07e16cd7b80a2cffed99e36b541876af172f0257" + "reference": "420480fc085bc65f3c956af13abe8e7546f94813" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/07e16cd7b80a2cffed99e36b541876af172f0257", - "reference": "07e16cd7b80a2cffed99e36b541876af172f0257", + "url": "https://api.github.com/repos/doctrine/collections/zipball/420480fc085bc65f3c956af13abe8e7546f94813", + "reference": "420480fc085bc65f3c956af13abe8e7546f94813", "shasum": "" }, "require": { @@ -1531,7 +1531,7 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.2.0" + "source": "https://github.com/doctrine/collections/tree/2.2.1" }, "funding": [ { @@ -1547,7 +1547,7 @@ "type": "tidelift" } ], - "time": "2024-02-25T22:55:36+00:00" + "time": "2024-03-05T22:28:45+00:00" }, { "name": "doctrine/deprecations", @@ -2270,16 +2270,16 @@ }, { "name": "drupal/core", - "version": "10.2.3", + "version": "10.2.4", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "cc8c7952f7013795b735f5c15290e76937163bb7" + "reference": "d1c5b44adfc79bda03252471491b0fba89d87eff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/cc8c7952f7013795b735f5c15290e76937163bb7", - "reference": "cc8c7952f7013795b735f5c15290e76937163bb7", + "url": "https://api.github.com/repos/drupal/core/zipball/d1c5b44adfc79bda03252471491b0fba89d87eff", + "reference": "d1c5b44adfc79bda03252471491b0fba89d87eff", "shasum": "" }, "require": { @@ -2427,9 +2427,9 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.2.3" + "source": "https://github.com/drupal/core/tree/10.2.4" }, - "time": "2024-02-07T22:44:48+00:00" + "time": "2024-03-06T08:23:56+00:00" }, { "name": "drupal/core-composer-scaffold", @@ -2843,6 +2843,14 @@ "homepage": "https://www.drupal.org/u/greg-boggs", "role": "Maintainer" }, + { + "name": "diamondsea", + "homepage": "https://www.drupal.org/user/430714" + }, + { + "name": "Greg Boggs", + "homepage": "https://www.drupal.org/user/153069" + }, { "name": "hmartens", "homepage": "https://www.drupal.org/user/622826" @@ -2995,6 +3003,10 @@ "name": "See other contributors", "homepage": "https://www.drupal.org/node/2159059/committers" }, + { + "name": "skek", + "homepage": "https://www.drupal.org/user/417078" + }, { "name": "sokru", "homepage": "https://www.drupal.org/user/388235" @@ -3788,23 +3800,21 @@ }, { "name": "drupal/focal_point", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "2.0.2" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.2.zip", - "reference": "2.0.2", - "shasum": "8e809795ec6a68a0bc3740b0b0a41bfa53d4d6d5" + "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.3.zip", + "reference": "2.0.3", + "shasum": "5067b249e39c2f93799a4cadfcc3d3dc981f3ef5" }, "require": { "drupal/core": "^9.3 || ^10", - "drupal/crop": "^2.3", - "drupal/jquery_ui": "^1.6", - "drupal/jquery_ui_draggable": "^2.0" + "drupal/crop": "^2.3" }, "require-dev": { "drupal/crop": "*" @@ -3812,8 +3822,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1690451892", + "version": "2.0.3", + "datestamp": "1710483189", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4019,16 +4029,16 @@ }, { "name": "drupal/hdbt", - "version": "6.4.17", + "version": "6.4.26", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "13dbc7ad6fcf6f943cca47f3002e213052d23111" + "reference": "c2eec066a3d16e08249f1ba0ce62ff87614eadb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/13dbc7ad6fcf6f943cca47f3002e213052d23111", - "reference": "13dbc7ad6fcf6f943cca47f3002e213052d23111", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/c2eec066a3d16e08249f1ba0ce62ff87614eadb7", + "reference": "c2eec066a3d16e08249f1ba0ce62ff87614eadb7", "shasum": "" }, "require": { @@ -4046,23 +4056,23 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.4.17", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.4.26", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2024-02-28T07:06:09+00:00" + "time": "2024-03-15T13:21:30+00:00" }, { "name": "drupal/hdbt_admin", - "version": "3.1.2", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt-admin.git", - "reference": "220819586d9ec9d11d72115be9a271ebc181c513" + "reference": "b39cc0cbf23eeea448a2b10b835b406b19efc3c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/220819586d9ec9d11d72115be9a271ebc181c513", - "reference": "220819586d9ec9d11d72115be9a271ebc181c513", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/b39cc0cbf23eeea448a2b10b835b406b19efc3c0", + "reference": "b39cc0cbf23eeea448a2b10b835b406b19efc3c0", "shasum": "" }, "require": { @@ -4081,10 +4091,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/3.1.2", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/3.1.4", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/issues" }, - "time": "2024-02-09T07:13:18+00:00" + "time": "2024-03-06T12:26:23+00:00" }, { "name": "drupal/health_check", @@ -4227,12 +4237,12 @@ "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-tools.git", - "reference": "75458dd3ea587b7f033a8bf6102d627d1a2abb50" + "reference": "08fe754581afe4ba8d1d7324b193108f476dd548" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/75458dd3ea587b7f033a8bf6102d627d1a2abb50", - "reference": "75458dd3ea587b7f033a8bf6102d627d1a2abb50", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/08fe754581afe4ba8d1d7324b193108f476dd548", + "reference": "08fe754581afe4ba8d1d7324b193108f476dd548", "shasum": "" }, "require": { @@ -4304,20 +4314,20 @@ "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/main", "issues": "https://github.com/City-of-Helsinki/drupal-tools/issues" }, - "time": "2024-03-14T08:10:18+00:00" + "time": "2024-03-20T07:54:25+00:00" }, { "name": "drupal/helfi_platform_config", - "version": "4.3.24", + "version": "4.3.26", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "1f72903a8401e8e1cb3a32477b405c7b416e44a0" + "reference": "fd977de147c9629190e7c1d413a03d1cd20640c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/1f72903a8401e8e1cb3a32477b405c7b416e44a0", - "reference": "1f72903a8401e8e1cb3a32477b405c7b416e44a0", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/fd977de147c9629190e7c1d413a03d1cd20640c2", + "reference": "fd977de147c9629190e7c1d413a03d1cd20640c2", "shasum": "" }, "require": { @@ -4362,6 +4372,7 @@ "drupal/pathauto": "^1.8", "drupal/publication_date": "^2.0@beta", "drupal/rdf": "^2.0", + "drupal/readonly_field_widget": "^1.0", "drupal/redirect": "^1.6", "drupal/role_delegation": "^1.1", "drupal/scheduler": "^1.3", @@ -4411,6 +4422,9 @@ "[#UHF-885] Helfi-specific customizations to EU Cookie Compliance": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/923b35f699820b544397a35b7696570e101cd02c/patches/eu_cookie_compliance_block_8.x-1.24.patch", "[#UHF-8720] Missing config schema for dependencies (https://www.drupal.org/i/3330024)": "https://www.drupal.org/files/issues/2022-12-28/config_dependencies_schema-3330024-2.patch" }, + "drupal/diff": { + "Revision overview form problem, issue 3390329": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/5100132105528b7047b154787afd6459e5e10e18/patches/revision_overview_form.patch" + }, "drupal/paragraphs": { "https://www.drupal.org/project/paragraphs/issues/2904705#comment-13836790": "https://www.drupal.org/files/issues/2020-09-25/2904705-115.patch", "[#UHF-2059] Enhancements for the Admin UI": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/fdccb32397cc6fa19b4d0077b21a2b18aa6be297/patches/helfi_customizations_for_paragraphs_widget_8.x-1.12.patch" @@ -4429,10 +4443,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.24", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.26", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-03-18T09:48:34+00:00" + "time": "2024-03-20T06:32:01+00:00" }, { "name": "drupal/helfi_tpr", @@ -4539,17 +4553,17 @@ }, { "name": "drupal/imagecache_external", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/imagecache_external.git", - "reference": "3.0.1" + "reference": "3.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/imagecache_external-3.0.1.zip", - "reference": "3.0.1", - "shasum": "f36e080a5059d760f4c47ad21ac9391f1b1ea6b3" + "url": "https://ftp.drupal.org/files/projects/imagecache_external-3.0.2.zip", + "reference": "3.0.2", + "shasum": "0c6254c6de9c4ecd62da6f82f231484f5178e61d" }, "require": { "drupal/core": "^9.3 || ^10" @@ -4557,8 +4571,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1665918248", + "version": "3.0.2", + "datestamp": "1709311320", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4891,17 +4905,17 @@ }, { "name": "drupal/linkit", - "version": "6.1.2", + "version": "6.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.1.2" + "reference": "6.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.1.2.zip", - "reference": "6.1.2", - "shasum": "63fb311d2b78df81a9a588330429b640ec7da0e8" + "url": "https://ftp.drupal.org/files/projects/linkit-6.1.3.zip", + "reference": "6.1.3", + "shasum": "469a5e38269ed5e707998000ee4701ab4922e561" }, "require": { "drupal/core": "^10.1" @@ -4913,8 +4927,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.2", - "datestamp": "1696865478", + "version": "6.1.3", + "datestamp": "1710519126", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5256,7 +5270,7 @@ "extra": { "drupal": { "version": "8.x-1.17", - "datestamp": "1705234146", + "datestamp": "1709804220", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6702,26 +6716,30 @@ }, { "name": "drupal/view_unpublished", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_unpublished.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "f9f5e88cbaf1a1e71952d94cf67ef2f180e292be" + "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "14374dd56d841270207e21974c7b7cf8aa1804f7" }, "require": { "drupal/core": "^9.4 || ^10" }, + "require-dev": { + "drupal/coder": "^8.3.18", + "phpcompatibility/php-compatibility": "10.x-dev@dev" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1681757575", + "version": "8.x-1.2", + "datestamp": "1709383642", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6948,23 +6966,23 @@ }, { "name": "drush/drush", - "version": "12.4.3", + "version": "12.5.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971" + "reference": "48dc17e0678e9ac162d4598c9e0a7e9009344ed8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/8245acede57ecc62a90aa0f19ff3b29e5f11f971", - "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/48dc17e0678e9ac162d4598c9e0a7e9009344ed8", + "reference": "48dc17e0678e9ac162d4598c9e0a7e9009344ed8", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^3.0", "composer-runtime-api": "^2.2", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.9.1", + "consolidation/annotated-command": "^4.9.2", "consolidation/config": "^2.1.2", "consolidation/filter-via-dot-access-data": "^2.0.2", "consolidation/output-formatters": "^4.3.2", @@ -7080,7 +7098,7 @@ "issues": "https://github.com/drush-ops/drush/issues", "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/12.4.3" + "source": "https://github.com/drush-ops/drush/tree/12.5.0" }, "funding": [ { @@ -7088,7 +7106,7 @@ "type": "github" } ], - "time": "2023-11-16T22:57:24+00:00" + "time": "2024-03-18T17:30:17+00:00" }, { "name": "easyrdf/easyrdf", @@ -8197,16 +8215,16 @@ }, { "name": "league/container", - "version": "4.2.0", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab" + "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab", - "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab", + "url": "https://api.github.com/repos/thephpleague/container/zipball/ff346319ca1ff0e78277dc2311a42107cc1aab88", + "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88", "shasum": "" }, "require": { @@ -8267,7 +8285,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/4.2.0" + "source": "https://github.com/thephpleague/container/tree/4.2.2" }, "funding": [ { @@ -8275,7 +8293,7 @@ "type": "github" } ], - "time": "2021-11-16T10:29:06+00:00" + "time": "2024-03-13T13:12:53+00:00" }, { "name": "league/flysystem", @@ -8770,16 +8788,16 @@ }, { "name": "mck89/peast", - "version": "v1.16.1", + "version": "v1.16.2", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "f6e681062bb25c8dacbd30e079f4ad3fd890d7ad" + "reference": "2791b08ffcc1862fe18eef85675da3aa58c406fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/f6e681062bb25c8dacbd30e079f4ad3fd890d7ad", - "reference": "f6e681062bb25c8dacbd30e079f4ad3fd890d7ad", + "url": "https://api.github.com/repos/mck89/peast/zipball/2791b08ffcc1862fe18eef85675da3aa58c406fe", + "reference": "2791b08ffcc1862fe18eef85675da3aa58c406fe", "shasum": "" }, "require": { @@ -8792,7 +8810,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.16.1-dev" + "dev-master": "1.16.2-dev" } }, "autoload": { @@ -8813,9 +8831,9 @@ "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", - "source": "https://github.com/mck89/peast/tree/v1.16.1" + "source": "https://github.com/mck89/peast/tree/v1.16.2" }, - "time": "2024-02-14T08:15:19+00:00" + "time": "2024-03-05T09:16:03+00:00" }, { "name": "microsoft/azure-storage-blob", @@ -8956,16 +8974,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.0.1", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "2218c2252c874a4624ab2f613d86ac32d227bc69" + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2218c2252c874a4624ab2f613d86ac32d227bc69", - "reference": "2218c2252c874a4624ab2f613d86ac32d227bc69", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", "shasum": "" }, "require": { @@ -9008,9 +9026,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" }, - "time": "2024-02-21T19:24:10+00:00" + "time": "2024-03-05T20:51:40+00:00" }, { "name": "nodespark/des-connector", @@ -9248,16 +9266,16 @@ }, { "name": "pear/archive_tar", - "version": "1.4.14", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" + "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b439c859564f5cbb0f64ad6002d0afe84a889602", + "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602", "shasum": "" }, "require": { @@ -9288,7 +9306,7 @@ "./" ], "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], "authors": [ { @@ -9314,17 +9332,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", "source": "https://github.com/pear/Archive_Tar" }, - "funding": [ - { - "url": "https://github.com/mrook", - "type": "github" - }, - { - "url": "https://www.patreon.com/michielrook", - "type": "patreon" - } - ], - "time": "2021-07-20T13:53:39+00:00" + "time": "2024-03-16T16:21:40+00:00" }, { "name": "pear/console_getopt", @@ -9379,16 +9387,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.14", + "version": "v1.10.15", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" + "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", - "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/ce0adade8b97561656ace07cdaac4751c271ea8c", + "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c", "shasum": "" }, "require": { @@ -9401,9 +9409,9 @@ }, "type": "library", "autoload": { - "psr-0": { - "": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -9424,7 +9432,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2023-11-26T16:15:38+00:00" + "time": "2024-03-16T18:41:45+00:00" }, { "name": "pear/pear_exception", @@ -9823,30 +9831,30 @@ }, { "name": "phrity/util-errorhandler", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/sirn-se/phrity-util-errorhandler.git", - "reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc" + "reference": "4016d9f9615a4c602f525b0542e4835e316a42e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc", - "reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc", + "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/4016d9f9615a4c602f525b0542e4835e316a42e4", + "reference": "4016d9f9615a4c602f525b0542e4835e316a42e4", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4 | ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.0", - "phpunit/phpunit": "^8.0|^9.0", + "phpunit/phpunit": "^9.0 | ^10.0 | ^11.0", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { "psr-4": { - "": "src/" + "Phrity\\Util\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -9868,9 +9876,9 @@ ], "support": { "issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues", - "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.0.1" + "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.1.0" }, - "time": "2022-10-27T12:14:42+00:00" + "time": "2024-03-05T19:32:14+00:00" }, { "name": "psr/cache", @@ -10236,16 +10244,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.0", + "version": "v0.12.2", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" + "reference": "9185c66c2165bbf4d71de78a69dccf4974f9538d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9185c66c2165bbf4d71de78a69dccf4974f9538d", + "reference": "9185c66c2165bbf4d71de78a69dccf4974f9538d", "shasum": "" }, "require": { @@ -10309,9 +10317,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.2" }, - "time": "2023-12-20T15:28:09+00:00" + "time": "2024-03-17T01:53:00+00:00" }, { "name": "ralouphie/getallheaders", @@ -10431,16 +10439,16 @@ }, { "name": "ruflin/elastica", - "version": "7.3.1", + "version": "7.3.2", "source": { "type": "git", "url": "https://github.com/ruflin/Elastica.git", - "reference": "7c61a630c3d456b00a5610960ae3a9bd29987469" + "reference": "84ba137678707a1aa4242d12bad891dc38fa2608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ruflin/Elastica/zipball/7c61a630c3d456b00a5610960ae3a9bd29987469", - "reference": "7c61a630c3d456b00a5610960ae3a9bd29987469", + "url": "https://api.github.com/repos/ruflin/Elastica/zipball/84ba137678707a1aa4242d12bad891dc38fa2608", + "reference": "84ba137678707a1aa4242d12bad891dc38fa2608", "shasum": "" }, "require": { @@ -10494,22 +10502,22 @@ ], "support": { "issues": "https://github.com/ruflin/Elastica/issues", - "source": "https://github.com/ruflin/Elastica/tree/7.3.1" + "source": "https://github.com/ruflin/Elastica/tree/7.3.2" }, - "time": "2023-04-21T09:04:46+00:00" + "time": "2024-03-11T14:11:50+00:00" }, { "name": "sebastian/diff", - "version": "4.0.5", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", "shasum": "" }, "require": { @@ -10554,7 +10562,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" }, "funding": [ { @@ -10562,7 +10570,7 @@ "type": "github" } ], - "time": "2023-05-07T05:35:17+00:00" + "time": "2024-03-02T06:30:58+00:00" }, { "name": "sentry/sentry", @@ -11405,16 +11413,16 @@ }, { "name": "symfony/http-kernel", - "version": "v6.4.4", + "version": "v6.4.5", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "7a186f64a7f02787c04e8476538624d6aa888e42" + "reference": "f6947cb939d8efee137797382cb4db1af653ef75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7a186f64a7f02787c04e8476538624d6aa888e42", - "reference": "7a186f64a7f02787c04e8476538624d6aa888e42", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6947cb939d8efee137797382cb4db1af653ef75", + "reference": "f6947cb939d8efee137797382cb4db1af653ef75", "shasum": "" }, "require": { @@ -11498,7 +11506,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.4" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.5" }, "funding": [ { @@ -11514,7 +11522,7 @@ "type": "tidelift" } ], - "time": "2024-02-27T06:32:13+00:00" + "time": "2024-03-04T21:00:47+00:00" }, { "name": "symfony/mailer", @@ -12825,16 +12833,16 @@ }, { "name": "symfony/routing", - "version": "v6.4.3", + "version": "v6.4.5", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842" + "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842", + "url": "https://api.github.com/repos/symfony/routing/zipball/7fe30068e207d9c31c0138501ab40358eb2d49a4", + "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4", "shasum": "" }, "require": { @@ -12888,7 +12896,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.3" + "source": "https://github.com/symfony/routing/tree/v6.4.5" }, "funding": [ { @@ -12904,7 +12912,7 @@ "type": "tidelift" } ], - "time": "2024-01-30T13:55:02+00:00" + "time": "2024-02-27T12:33:30+00:00" }, { "name": "symfony/serializer", @@ -16007,20 +16015,21 @@ }, { "name": "phar-io/manifest", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "reference": "54750ef60c58e43759730615a392c31c80e23176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", + "reference": "54750ef60c58e43759730615a392c31c80e23176", "shasum": "" }, "require": { "ext-dom": "*", + "ext-libxml": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", @@ -16061,9 +16070,15 @@ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" + "source": "https://github.com/phar-io/manifest/tree/2.0.4" }, - "time": "2021-07-20T11:28:43+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2024-03-03T12:33:53+00:00" }, { "name": "phar-io/version", @@ -16909,16 +16924,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.30", + "version": "9.2.31", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089" + "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089", - "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", + "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", "shasum": "" }, "require": { @@ -16975,7 +16990,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" }, "funding": [ { @@ -16983,7 +16998,7 @@ "type": "github" } ], - "time": "2023-12-22T06:47:57+00:00" + "time": "2024-03-02T06:37:42+00:00" }, { "name": "phpunit/php-file-iterator", @@ -17331,16 +17346,16 @@ }, { "name": "sebastian/cli-parser", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b", + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b", "shasum": "" }, "require": { @@ -17375,7 +17390,7 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2" }, "funding": [ { @@ -17383,7 +17398,7 @@ "type": "github" } ], - "time": "2020-09-28T06:08:49+00:00" + "time": "2024-03-02T06:27:43+00:00" }, { "name": "sebastian/code-unit", @@ -17692,16 +17707,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.5", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72", + "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72", "shasum": "" }, "require": { @@ -17757,7 +17772,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6" }, "funding": [ { @@ -17765,20 +17780,20 @@ "type": "github" } ], - "time": "2022-09-14T06:03:37+00:00" + "time": "2024-03-02T06:33:00+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.6", + "version": "5.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bde739e7565280bda77be70044ac1047bc007e34" + "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", - "reference": "bde739e7565280bda77be70044ac1047bc007e34", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", + "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", "shasum": "" }, "require": { @@ -17821,7 +17836,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7" }, "funding": [ { @@ -17829,7 +17844,7 @@ "type": "github" } ], - "time": "2023-08-02T09:26:13+00:00" + "time": "2024-03-02T06:35:11+00:00" }, { "name": "sebastian/lines-of-code", @@ -18065,16 +18080,16 @@ }, { "name": "sebastian/resource-operations", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", "shasum": "" }, "require": { @@ -18086,7 +18101,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -18107,8 +18122,7 @@ "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4" }, "funding": [ { @@ -18116,7 +18130,7 @@ "type": "github" } ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2024-03-14T16:00:52+00:00" }, { "name": "sebastian/type", @@ -19041,16 +19055,16 @@ }, { "name": "theseer/tokenizer", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "shasum": "" }, "require": { @@ -19079,7 +19093,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.2" + "source": "https://github.com/theseer/tokenizer/tree/1.2.3" }, "funding": [ { @@ -19087,7 +19101,7 @@ "type": "github" } ], - "time": "2023-11-20T00:12:19+00:00" + "time": "2024-03-03T12:36:25+00:00" }, { "name": "weitzman/drupal-test-traits", From f3a1d8ecd0ca6a25536ac3d5a3bf812549dd4dbd Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Mon, 25 Mar 2024 08:40:19 +0200 Subject: [PATCH 9/9] UHF-9755: Install cookie settings from helfi_platform_config --- .../eu_cookie_compliance.cookie_category.chat.yml | 13 +++++++++++++ ..._cookie_compliance.cookie_category.essential.yml | 4 ++-- ...cookie_compliance.cookie_category.preference.yml | 4 ++-- ...cookie_compliance.cookie_category.statistics.yml | 4 ++-- conf/cmi/eu_cookie_compliance.settings.yml | 4 ++-- .../eu_cookie_compliance.cookie_category.chat.yml | 4 ++++ ..._cookie_compliance.cookie_category.essential.yml | 2 +- ...cookie_compliance.cookie_category.preference.yml | 2 +- ...cookie_compliance.cookie_category.statistics.yml | 2 +- .../eu_cookie_compliance.cookie_category.chat.yml | 4 ++++ ..._cookie_compliance.cookie_category.essential.yml | 2 +- ...cookie_compliance.cookie_category.preference.yml | 2 +- ...cookie_compliance.cookie_category.statistics.yml | 2 +- ..._cookie_compliance.cookie_category.essential.yml | 4 ---- ...cookie_compliance.cookie_category.preference.yml | 4 ---- ...cookie_compliance.cookie_category.statistics.yml | 4 ---- .../rewrite/eu_cookie_compliance.settings.yml | 4 ---- ..._cookie_compliance.cookie_category.essential.yml | 4 ---- ...cookie_compliance.cookie_category.preference.yml | 4 ---- ...cookie_compliance.cookie_category.statistics.yml | 4 ---- ..._cookie_compliance.cookie_category.essential.yml | 4 ---- ...cookie_compliance.cookie_category.preference.yml | 4 ---- ...cookie_compliance.cookie_category.statistics.yml | 4 ---- .../helfi_emergency_config.module | 1 - 24 files changed, 35 insertions(+), 55 deletions(-) create mode 100644 conf/cmi/eu_cookie_compliance.cookie_category.chat.yml create mode 100644 conf/cmi/language/fi/eu_cookie_compliance.cookie_category.chat.yml create mode 100644 conf/cmi/language/sv/eu_cookie_compliance.cookie_category.chat.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml delete mode 100644 public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.chat.yml b/conf/cmi/eu_cookie_compliance.cookie_category.chat.yml new file mode 100644 index 00000000..8e8162ac --- /dev/null +++ b/conf/cmi/eu_cookie_compliance.cookie_category.chat.yml @@ -0,0 +1,13 @@ +uuid: 6f1bc78f-379c-4826-bcfb-a374144f2f76 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: xNnKeE0hcae-UY0_lNU6QCmWy0Or-D1YSjvlmrh2xuo +id: chat +label: 'Functional chat cookies' +description: + value: '

The chats on the hel.fi  website require functional chat cookies to function. By using a chat, you automatically accept the functional cookies it requires.  No separate cookie consent is needed. Functional chat cookies are only downloaded to your device if you start a chat.

NameProviderPurpose of the cookieValidityType
_genesys.widgets.*hel.fiUsed for storing data required by the chat functionality.Session 
leijuke.*hel.fiUsed for storing data required by the chat functionality.Session 
' + format: full_html +checkbox_default_state: unchecked +weight: -5 diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml b/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml index 914839a1..d88c53db 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.essential.yml @@ -3,11 +3,11 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: _t7KlporqDL3DArj6oSOO8nYsti4sn1kbsjV_-srYzM + default_config_hash: ujEJIqkiAV4NaTCVYoK6BHX9wxK5UhNvgjF0PwWGPKA id: essential label: 'Essential cookies' description: - value: "

Essential cookies help to make the website usable by allowing basic functions, navigating the page and using the protected areas of the site. The website will not work properly without these cookies and their consent is not required.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
cookie-agreedhel.fiUsed by hel.fi Drupal to store information about whether visitors have given or declined the use of cookie categories used on the hel.fi site.100 days
cookie-agreed-versionhel.fiUsed by hel.fi Drupal to store information about what version of the cookie consent the user has agreed to.100 days
cookie-agreed-categorieshel.fiUsed by hel.fi Drupal to store information about what cookie categories the user has agreed to.100 days
\r\n" + value: '

Essential cookies help to make the website usable by allowing basic functions, navigating the page and using the protected areas of the site. The website will not work properly without these cookies and their consent is not required.

NameProviderPurpose of the cookieValidityType
cookiehubcookiehub.comUsed by CookieHub to store information about whether visitors have given or declined the use of cookie categories used on the hel.fi site.365 days 
cookie-agreedhel.fiUsed by hel.fi Drupal to store information about whether visitors have given or declined the use of cookie categories used on the hel.fi site.100 days 
cookie-agreed-versionhel.fiUsed by hel.fi Drupal to store information about what version of the cookie consent the user has agreed to.100 days 
cookie-agreed-categorieshel.fiUsed by hel.fi Drupal to store information about what cookie categories the user has agreed to.100 days 
SSESS*hel.fiA cookie related to the operation of the content management system.23 days 
AWSELBCORSsiteimproveanalytics.ioThe cookie is related to a load distribution function used to direct requests to servers with the least traffic.SessionThird party
mtm_cookie_consentkartta.hel.fiA technical cookie that stores information about how you responded to the notice in the cookie banner about the use of cookies.10950 days 
JSESSIONID

helsinkikanava.fi

coh-chat-app-prod.eu-de.mybluemix.net

The cookie is an obligatory cookie that facilitates visiting the website.SessionThird party
COOKIE_SUPPORThelsinkikanava.fiThe cookie facilitates managing cookies on the website.365 daysThird party
GUEST_LANGUAGE_IDhelsinkikanava.fiThis cookie is generated by the Liferay, its function is to store the language preferences.365 daysThird party
' format: full_html checkbox_default_state: required weight: -9 diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.preference.yml b/conf/cmi/eu_cookie_compliance.cookie_category.preference.yml index bf998558..104e3e03 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.preference.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.preference.yml @@ -3,11 +3,11 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: Z1hhaGuFxO5u3okdCurl5uTPrPMl4SbozTZaBotYy3k + default_config_hash: YFGMD4KVRhhDUqFw1sVymoaelefU_LjdLgOF-fipCCQ id: preference label: Preference description: - value: "

Preference cookies modify the visuals and functions of the website based on the user's previous sessions.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
ct0.twitter.com\r\n\t\t\t

This cookie is for authentication.

\r\n\t\t\t
4 hoursThird party
guest_id.twitter.com\r\n\t\t\t

This cookie is for authentication.

\r\n\t\t\t
1 monthThird party
facebook.com\r\n\t\t\t

Iframe pixel

\r\n\t\t\t
Third party
\r\n" + value: '

Preference cookies modify the visuals and functions of the website based on the user''s previous sessions.

NameProviderPurpose of the cookieValidityType
httpskartta.hel.fi.SWCulturekartta.hel.fiThe City''s map service cookie saves the language in which the service is used.1826 days 
icareus-devicehelsinkikanava.fiThe Helsinki Channel video server cookie facilitates including videos as part of the website''s content.365 daysThird party
VISITOR_INFO1_LIVEyoutube.comThe YouTube cookie selects the old or new video player depending on the connection speed.180 daysThird party
CONSENTyoutube.comUsed by Google to store user consent preferences5947 days, 15 hoursThird party
' format: full_html checkbox_default_state: unchecked weight: -8 diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml index fadbf293..c6097686 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml @@ -3,11 +3,11 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: KE94aKL1mb_W5FdLIATbr09dWpldobitqdVQlR_gjYU + default_config_hash: NlhM_VFvjk8vl9Da66LXiKgwGHR3HUQaJrEE9cnID4s id: statistics label: Statistics description: - value: "

The information collected by statistics cookies is used for developing the website.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
_pk_id.*hel.fi\r\n\t\t\t

Matomo Analytics - used to store a few details about the user such as the unique visitor ID

\r\n\t\t\t
393 days
_pk_ses.*hel.fiMatomo Analytics - short lived cookies used to temporarily store data for the visit1 hour
\r\n" + value: '

The information collected by statistics cookies is used for developing the website.

NameProviderPurpose of the cookieValidityType
nmstathel.fiThe Siteimprove statistics cookie collects information about the use of the website.1000 days 
_pk_id.*hel.fiMatomo Analytics - used to store a few details about the user such as the unique visitor ID393 days 
_pk_ses.141.89f6hel.fi-1 hour 
_pk_id.*kartta.hel.fiMatomo Analytics - used to store a few details about the user such as the unique visitor ID393 days 
_pk_ses.*kartta.hel.fiMatomo Analytics - short lived cookies used to temporarily store data for the visit1 hour 
_pk_id.*palvelukartta.hel.fiMatomo Analytics - used to store a few details about the user such as the unique visitor ID393 days 
_pk_ses.*palvelukartta.hel.fiMatomo Analytics - short lived cookies used to temporarily store data for the visit1 hour 
rnsbidreactandshare.com

A record related to the operation of the 

Askem

 react buttons.

-Local storage
rnsbid_tsreactandshare.com

A record related to the operation of the 

Askem

 react buttons.

-Local storage
rns_reaction_*reactandshare.com

A record related to the operation of the 

Askem

 react buttons.

-Local storage
YSCyoutube.comThe YouTube cookie facilitates including videos as part of the website''s content.SessionThird party
' format: full_html checkbox_default_state: unchecked weight: -7 diff --git a/conf/cmi/eu_cookie_compliance.settings.yml b/conf/cmi/eu_cookie_compliance.settings.yml index c8efeae2..363a255d 100644 --- a/conf/cmi/eu_cookie_compliance.settings.yml +++ b/conf/cmi/eu_cookie_compliance.settings.yml @@ -60,7 +60,7 @@ better_support_for_screen_readers: false method: categories disabled_javascripts: '' automatic_cookies_removal: true -allowed_cookies: "essential:AWSELB\r\nessential:AWSELBCORS\r\nessential:cookiehub\r\nessential:mtm_cookie_consent\r\nessential:frosmo_quickContext\r\nessential:id\r\nessential:JSESSIONID\r\nessential:COOKIE_SUPPORT\r\npreference:httpskartta.hel.fi.SWCulture\r\npreference:icareus-device\r\npreference:VISITOR_INFO1_LIVE\r\npreference:CONSENT\r\nstatistics:Snoobisession_hel_fi\r\nstatistics:Snoobi30minute_hel_fi\r\nstatistics:SnoobiID\r\nstatistics:nmstat\r\nstatistics:Snoobisession_hel_projektit\r\nstatistics:Snoobi30minute_hel_projektit\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.141.89f6\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:__utma\r\nstatistics:__utmc\r\nstatistics:__utmz\r\nstatistics:__utmt\r\nstatistics:__utmb\r\nstatistics:__utmb\r\nstatistics:YSC\r\nmarketing:IDE\r\nchat:_genesys.widgets.*\r\nchat:__VCAP_ID__\r\nchat:gcReturnSessionId \r\nchat:gcAlternativeReturnUrl \r\nchat:gcReturnUrl \r\nchat:gcLoginButtonState\r\nchat:leijuke.*\r\nchat:connect.sid" +allowed_cookies: "helfi_accordions_open\r\nessential:AWSELBCORS\r\nessential:cookiehub\r\nessential:mtm_cookie_consent\r\nessential:JSESSIONID\r\nessential:COOKIE_SUPPORT\r\nessential:GUEST_LANGUAGE_ID\r\npreference:httpskartta.hel.fi.SWCulture\r\npreference:icareus-device\r\npreference:VISITOR_INFO1_LIVE\r\npreference:CONSENT\r\nstatistics:nmstat\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.141.89f6\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:rnsbid\r\nstatistics:rnsbid_ts\r\nstatistics:rns_reaction_*\r\nstatistics:YSC\r\nchat:_genesys.widgets.*\r\nchat:leijuke.*" consent_storage_method: do_not_store withdraw_message: value: '

Hel.fi uses cookies

You have given your consent for us to set cookies.

' @@ -75,7 +75,7 @@ enable_save_preferences_button: true domain_all_sites: true settings_tab_enabled: false containing_element: body -cookie_policy_version: 1.1.0 +cookie_policy_version: 1.2.2 cookie_value_disagreed: '0' cookie_value_agreed_show_thank_you: '1' cookie_value_agreed: '2' diff --git a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.chat.yml b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.chat.yml new file mode 100644 index 00000000..38b87a53 --- /dev/null +++ b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.chat.yml @@ -0,0 +1,4 @@ +description: + value: '

Toiminnallisten chat-evästeiden avulla mahdollistetaan helfi-sivujen chattien toiminta. Jos aloitat chatin, hyväksyt sen käyttöön liittyvät toiminnalliset evästeet automaattisesti.  Evästeiden hyväksymiseen ei tällöin tarvita erillistä suostumusta. Toiminnallisia chat-evästeitä ladataan laitteellesi vain, jos käynnistät chatin.

NimiTarjoajaTarkoitusVoimassaTyyppi
_genesys.widgets.*hel.fiKäytetään chatin tarvitseman datan tallentamiseen.Istunto 
leijuke.*hel.fiKäytetään chatin tarvitseman datan tallentamiseen.Istunto 
' + format: full_html +label: 'Toiminnalliset chat-evästeet' diff --git a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.essential.yml b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.essential.yml index 80ccba25..9b6d874d 100644 --- a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.essential.yml +++ b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.essential.yml @@ -1,4 +1,4 @@ description: - value: "

Välttämättömät evästeet auttavat tekemään verkkosivustosta käyttökelpoisen sallimalla perustoimintoja, kuten sivulla siirtymisen ja sivuston suojattujen alueiden käytön. Verkkosivusto ei toimi kunnolla ilman näitä evästeitä eikä niihin tarvita suostumusta.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
cookie-agreedhel.fiSivusto käyttää tätä evästettä tietojen tallentamiseen siitä, ovatko kävijät antaneet hyväksyntänsä tai kieltäytyneet evästeiden käytöstä.100 päivää
cookie-agreed-versionhel.fiTähän evästeeseen tallennetaan käyttäjän hyväksymän evästeselosteen versio.100 päivää
cookie-agreed-categorieshel.fiTähän evästeeseen on tallennettu käyttäjän hyväksymät evästekategoriat.100 päivää
SSESS*hel.fiSisällönhallintajärjestelmän toimintaan liittyvä eväste.23 päivää
\r\n" + value: '

Välttämättömät evästeet auttavat tekemään verkkosivustosta käyttökelpoisen sallimalla perustoimintoja, kuten sivulla siirtymisen ja sivuston suojattujen alueiden käytön. Verkkosivusto ei toimi kunnolla ilman näitä evästeitä eikä niihin tarvita suostumusta.

NimiTarjoajaTarkoitusVoimassaTyyppi
cookiehubCookiehubMahdollistaa evästehallinnan hel.fi sivuilla.365 päivää 
cookie-agreedhel.fiSivusto käyttää tätä evästettä tietojen tallentamiseen siitä, ovatko kävijät antaneet hyväksyntänsä tai kieltäytyneet evästeiden käytöstä.100 päivää 
cookie-agreed-versionhel.fiTähän evästeeseen tallennetaan käyttäjän hyväksymän evästeselosteen versio.100 päivää 
cookie-agreed-categorieshel.fiTähän evästeeseen on tallennettu käyttäjän hyväksymät evästekategoriat.100 päivää 
SSESS*hel.fiSisällönhallintajärjestelmän toimintaan liittyvä eväste.23 päivää 
AWSELBCORSsiteimproveanalytics.ioEväste liittyy palvelinten kuormanjakotoiminnallisuuteen, jolla ohjataan pyynnöt vähimmällä käytöllä olevalle palvelimille.IstuntoKolmas osapuoli
mtm_cookie_consentkartta.hel.fiTekninen eväste johon talletetaan tieto valinnastasi evästeiden käytöstä kertovan bannerin kohdalla10950 päivää 
JSESSIONID

helsinkikanava.fi

coh-chat-app-prod.eu-de.mybluemix.net

Sivuston pakollinen eväste mahdollistaa kävijän vierailun sivustolla.IstuntoKolmas osapuoli
COOKIE_SUPPORThelsinkikanava.fiMahdollistaa evästeiden hallinnan sivustolla.365 päivääKolmas osapuoli
GUEST_LANGUAGE_IDhelsinkikanava.fiTämän evästeen on luonut Liferay, se tallentaa kieliasetukset.365 päivääKolmas osapuoli
' format: full_html label: 'Välttämättömät toiminnalliset evästeet' diff --git a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.preference.yml b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.preference.yml index 3db49607..cfcd465b 100644 --- a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.preference.yml +++ b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.preference.yml @@ -1,4 +1,4 @@ label: Personointi description: - value: "

Mieltymysevästeet mukauttavat sivuston ulkoasua ja toimintaa käyttäjän aiemman käytön perusteella.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
ct0.twitter.com\r\n\t\t\t

Tämä eväste on todennusta varten.

\r\n\t\t\t
4 tuntiaKolmas osapuoli
guest_id.twitter.com\r\n\t\t\t

Tämä eväste on todennusta varten.

\r\n\t\t\t
1 kuukausiKolmas osapuoli
facebook.com\r\n\t\t\t

Iframe-pikseli

\r\n\t\t\t
Kolmas osapuoli
\r\n" + value: '

Mieltymysevästeet mukauttavat sivuston ulkoasua ja toimintaa käyttäjän aiemman käytön perusteella.

NimiTarjoajaTarkoitusVoimassaTyyppi
httpskartta.hel.fi.SWCulturekartta.hel.fiKaupungin karttapalvelun evästeeseen tallennetaan kieli, jolla palvelua käytetään.1826 päivää 
icareus-devicehelsinkikanava.fiHelsinki-kanavan videopalvelimen eväste.365 päivääKolmas osapuoli
VISITOR_INFO1_LIVEyoutube.comYouTuben eväste valitsee yhteyden nopeuden mukaan, joko vanhan tai uuden videosoittimen.180 päivääKolmas osapuoli
CONSENTyoutube.comGooglen eväste tallentaa kävijän evästehyväskynnän.5947 päivää, 15 tuntiaKolmas osapuoli
' format: full_html diff --git a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml index a011fcbb..ed207fe2 100644 --- a/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/language/fi/eu_cookie_compliance.cookie_category.statistics.yml @@ -1,4 +1,4 @@ description: - value: "

Tilastointievästeiden keräämää tietoa käytetään verkkosivuston kehittämiseen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
_pk_id.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
393 päivää
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
1 tunti
\r\n" + value: '

Tilastointievästeiden keräämää tietoa käytetään verkkosivuston kehittämiseen.

NimiTarjoajaTarkoitusVoimassaTyyppi
nmstathel.fiSiteimproven tilastointieväste kerää tietoa kävijän sivujen käytöstä.1000 päivää 
_pk_id.*hel.fiMatomo-tilastointijärjestelmän eväste.393 päivää 
_pk_ses.141.89f6hel.fi-1 tunti 
_pk_id.*kartta.hel.fiMatomo-tilastointijärjestelmän eväste.393 päivää 
_pk_ses.*kartta.hel.fiMatomo-tilastointijärjestelmän eväste.1 tunti 
_pk_id.*palvelukartta.hel.fiMatomo-tilastointijärjestelmän eväste.393 päivää 
_pk_ses.*palvelukartta.hel.fiMatomo-tilastointijärjestelmän eväste.1 tunti 
rnsbidreactandshare.comAskem-reaktionappien toimintaan liittyvä tietue.-Paikallinen muisti
rnsbid_tsreactandshare.comAskem-reaktionappien toimintaan liittyvä tietue.-Paikallinen muisti
rns_reaction_*reactandshare.comAskem-reaktionappien toimintaan liittyvä tietue.-Paikallinen muisti
YSCyoutube.comYouTuben eväste mahdollistaa videoiden upottamisen sivustolle.IstuntoKolmas osapuoli
' format: full_html label: Tilastointi diff --git a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.chat.yml b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.chat.yml new file mode 100644 index 00000000..7d6c800c --- /dev/null +++ b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.chat.yml @@ -0,0 +1,4 @@ +description: + value: '

Chattarna på webbplatsen hel.fi  fungerar med hjälp av funktionella chattkakor. Om du inleder en chatt godkänner du automatiskt de nödvändiga funktionella kakorna.  Då behövs inget separat samtycke till kakor. Funktionella chattkakor laddas endast ner på din enhet om du inleder en chatt.

NamnTjänsteleverantörCookie syfteGiltighetTyp
_genesys.widgets.*hel.fiAnvänds för att lagra data som behövs för chatten.session 
leijuke.*hel.fiAnvänds för att lagra data som behövs för chatten.session 
' + format: full_html +label: 'Funktionella chattkakor' diff --git a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.essential.yml b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.essential.yml index 45ac4fb9..4ea0a73a 100644 --- a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.essential.yml +++ b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.essential.yml @@ -1,4 +1,4 @@ description: - value: "

Nödvändiga cookies hjälper till att göra webbplatsen användbar genom att tillåta grundläggande funktioner som att navigera på sidan och använda de skyddade områdena på webbplatsen. Webbplatsen fungerar inte korrekt utan dessa cookies och kräver inte samtycke.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
cookie-agreedhel.fiCookie möjliggör hantering av cookies på webbplatsen.100 dagar
cookie-agreed-versionhel.fiAnvänds för att lagra information om versionen av cookies samtycke som användaren har godkänt.100 dagar
cookie-agreed-categorieshel.fiAnvänds för att lagra information om vilka cookie -kategorier användaren har godkänt.100 dagar
SSESS*hel.fiEn cookie relaterad till driften av innehållshanteringssystemet.23 dagar
\r\n" + value: '

Nödvändiga cookies hjälper till att göra webbplatsen användbar genom att tillåta grundläggande funktioner som att navigera på sidan och använda de skyddade områdena på webbplatsen. Webbplatsen fungerar inte korrekt utan dessa cookies och kräver inte samtycke.

NamnTjänsteleverantörCookie syfteGiltighetTyp
cookiehubcookiehub.comCookie möjliggör hantering av cookies på hel.fi webbplatsen.365 dagar 
cookie-agreedhel.fiCookie möjliggör hantering av cookies på webbplatsen.100 dagar 
cookie-agreed-versionhel.fiAnvänds för att lagra information om versionen av cookies samtycke som användaren har godkänt.100 dagar 
cookie-agreed-categorieshel.fiAnvänds för att lagra information om vilka cookie -kategorier användaren har godkänt.100 dagar 
SSESS*hel.fiEn cookie relaterad till driften av innehållshanteringssystemet.23 dagar 
AWSELBCORSsiteimproveanalytics.ioCookie är kopplad till funktionen för lastfördelning som styr begäran till en server med mindre belastning.sessionTredje part
mtm_cookie_consentkartta.hel.fiA technical cookie that stores information about how you responded to the notice in the cookie banner about the use of cookies.10950 dagar 
JSESSIONID

helsinkikanava.fi

coh-chat-app-prod.eu-de.mybluemix.net

Kakan är en obligatorisk kaka som gör det möjligt för besökaren att besöka webbplatsen.sessionTredje part
COOKIE_SUPPORThelsinkikanava.fiKakan möjliggör hanteringen av kakor på webbplatsen.365 dagarTredje part
GUEST_LANGUAGE_IDhelsinkikanava.fiDenna cookie genereras av Liferay, dess funktion är att lagra språkinställningarna.365 dagarTredje part
' format: full_html label: 'Nödvändiga funktionella cookies' diff --git a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.preference.yml b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.preference.yml index ce11a410..b1314484 100644 --- a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.preference.yml +++ b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.preference.yml @@ -1,4 +1,4 @@ label: Preferens description: - value: "

Preferenscookies ändrar webbplatsens utseende och funktioner enligt användarens tidigare användning.

\r\n\r\n

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
ct0.twitter.com\r\n\t\t\t

Denna cookie är till för autentisering.

\r\n\t\t\t
4 timmarTredje part
guest_id.twitter.com\r\n\t\t\t

Denna cookie är till för autentisering.

\r\n\t\t\t
1 månadTredje part
facebook.com\r\n\t\t\t

Iframe-pixel

\r\n\t\t\t
Tredje part
\r\n\r\n

\r\n" + value: '

Preferenscookies ändrar webbplatsens utseende och funktioner enligt användarens tidigare användning.

NamnTjänsteleverantörCookie syfteGiltighetTyp
httpskartta.hel.fi.SWCulturekartta.hel.fiI kakan på stadens kaktjänst sparas det språk som användaren använder i tjänsten.1826 dagar 
icareus-devicehelsinkikanava.fiHelsinki-kanavas kaka gör det möjligt att göra videor till en del av innehållet på webbplatsen.365 dagarTredje part
VISITOR_INFO1_LIVEyoutube.comYouTubes kaka väljer antingen den nya eller gamla videospelaren enligt förbindelsens hastighet.180 dagarTredje part
CONSENTyoutube.comAnvänds av Google för att lagra inställningar för användarens samtycke5947 dagar, 15 timmarTredje part

 

' format: full_html diff --git a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml index 6d07f1d3..e142011a 100644 --- a/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/language/sv/eu_cookie_compliance.cookie_category.statistics.yml @@ -1,4 +1,4 @@ description: - value: "

De uppgifter statistikkakorna samlar in används för att utveckla webbplatsen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
_pk_id.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
393 dagar
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
1 timme
\r\n\r\n

\r\n" + value: '

De uppgifter statistikkakorna samlar in används för att utveckla webbplatsen.

NamnTjänsteleverantörCookie syfteGiltighetTyp
nmstathel.fiSiteimproves kaka samlar information om hur webbplatsen används.1000 dagar 
_pk_id.*hel.fiMatomo-statistiksystemets kaka samlar information om hur webbplatsen används.393 dagar 
_pk_ses.141.89f6hel.fi-1 timme 
_pk_id.*kartta.hel.fiMatomo-statistiksystemets kaka samlar information om hur webbplatsen används.393 dagar 
_pk_ses.*kartta.hel.fiMatomo-statistiksystemets kaka samlar information om hur webbplatsen används.1 timme 
_pk_id.*palvelukartta.hel.fiMatomo-statistiksystemets kaka samlar information om hur webbplatsen används.393 dagar 
_pk_ses.*palvelukartta.hel.fiMatomo-statistiksystemets kaka samlar information om hur webbplatsen används.1 timme 
rnsbidreactandshare.com

En post relaterad till driften av reaktionsknappen 

Askem

.

-Lokalt minne
rnsbid_tsreactandshare.com

En post relaterad till driften av reaktionsknappen 

Askem

.

-Lokalt minne
rns_reaction_*reactandshare.com

En post relaterad till driften av reaktionsknappen 

Askem

.

-Lokalt minne
YSCyoutube.comYouTubes kaka gör det möjligt att göra videor till en del av innehållet på webbplatsen.sessionTredje part

 

' format: full_html label: Statistik diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml deleted file mode 100644 index fab38fc3..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.essential.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Essential cookies help to make the website usable by allowing basic functions, navigating the page and using the protected areas of the site. The website will not work properly without these cookies and their consent is not required.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
cookie-agreedhel.fiUsed by hel.fi Drupal to store information about whether visitors have given or declined the use of cookie categories used on the hel.fi site.100 days
cookie-agreed-versionhel.fiUsed by hel.fi Drupal to store information about what version of the cookie consent the user has agreed to.100 days
cookie-agreed-categorieshel.fiUsed by hel.fi Drupal to store information about what cookie categories the user has agreed to.100 days
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml deleted file mode 100644 index 997fa4b9..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.preference.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Preference cookies modify the visuals and functions of the website based on the user's previous sessions.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
ct0.twitter.com\r\n\t\t\t

This cookie is for authentication.

\r\n\t\t\t
4 hoursThird party
guest_id.twitter.com\r\n\t\t\t

This cookie is for authentication.

\r\n\t\t\t
1 monthThird party
facebook.com\r\n\t\t\t

Iframe pixel

\r\n\t\t\t
Third party
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml deleted file mode 100644 index 0f150631..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.cookie_category.statistics.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

The information collected by statistics cookies is used for developing the website.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NameProviderPurpose of the cookieValidityType
_pk_id.*hel.fi\r\n\t\t\t

Matomo Analytics - used to store a few details about the user such as the unique visitor ID

\r\n\t\t\t
393 days
_pk_ses.*hel.fiMatomo Analytics - short lived cookies used to temporarily store data for the visit1 hour
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml deleted file mode 100644 index 814230e6..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/eu_cookie_compliance.settings.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['allowed_cookies', 'cookie_policy_version'] -allowed_cookies: "essential:AWSELB\r\nessential:AWSELBCORS\r\nessential:cookiehub\r\nessential:mtm_cookie_consent\r\nessential:frosmo_quickContext\r\nessential:id\r\nessential:JSESSIONID\r\nessential:COOKIE_SUPPORT\r\npreference:httpskartta.hel.fi.SWCulture\r\npreference:icareus-device\r\npreference:VISITOR_INFO1_LIVE\r\npreference:CONSENT\r\nstatistics:Snoobisession_hel_fi\r\nstatistics:Snoobi30minute_hel_fi\r\nstatistics:SnoobiID\r\nstatistics:nmstat\r\nstatistics:Snoobisession_hel_projektit\r\nstatistics:Snoobi30minute_hel_projektit\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.141.89f6\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:_pk_id.*\r\nstatistics:_pk_ses.*\r\nstatistics:__utma\r\nstatistics:__utmc\r\nstatistics:__utmz\r\nstatistics:__utmt\r\nstatistics:__utmb\r\nstatistics:__utmb\r\nstatistics:YSC\r\nmarketing:IDE\r\nchat:_genesys.widgets.*\r\nchat:__VCAP_ID__\r\nchat:gcReturnSessionId \r\nchat:gcAlternativeReturnUrl \r\nchat:gcReturnUrl \r\nchat:gcLoginButtonState\r\nchat:leijuke.*\r\nchat:connect.sid" -cookie_policy_version: 1.1.0 diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml deleted file mode 100644 index 3e4989cf..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.essential.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Välttämättömät evästeet auttavat tekemään verkkosivustosta käyttökelpoisen sallimalla perustoimintoja, kuten sivulla siirtymisen ja sivuston suojattujen alueiden käytön. Verkkosivusto ei toimi kunnolla ilman näitä evästeitä eikä niihin tarvita suostumusta.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
cookie-agreedhel.fiSivusto käyttää tätä evästettä tietojen tallentamiseen siitä, ovatko kävijät antaneet hyväksyntänsä tai kieltäytyneet evästeiden käytöstä.100 päivää
cookie-agreed-versionhel.fiTähän evästeeseen tallennetaan käyttäjän hyväksymän evästeselosteen versio.100 päivää
cookie-agreed-categorieshel.fiTähän evästeeseen on tallennettu käyttäjän hyväksymät evästekategoriat.100 päivää
SSESS*hel.fiSisällönhallintajärjestelmän toimintaan liittyvä eväste.23 päivää
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml deleted file mode 100644 index 1def0380..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.preference.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Mieltymysevästeet mukauttavat sivuston ulkoasua ja toimintaa käyttäjän aiemman käytön perusteella.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
ct0.twitter.com\r\n\t\t\t

Tämä eväste on todennusta varten.

\r\n\t\t\t
4 tuntiaKolmas osapuoli
guest_id.twitter.com\r\n\t\t\t

Tämä eväste on todennusta varten.

\r\n\t\t\t
1 kuukausiKolmas osapuoli
facebook.com\r\n\t\t\t

Iframe-pikseli

\r\n\t\t\t
Kolmas osapuoli
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml deleted file mode 100644 index 6981ddeb..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language/fi/eu_cookie_compliance.cookie_category.statistics.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Tilastointievästeiden keräämää tietoa käytetään verkkosivuston kehittämiseen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NimiTarjoajaTarkoitusVoimassaTyyppi
_pk_id.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
393 päivää
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-tilastointijärjestelmän eväste.

\r\n\t\t\t
1 tunti
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml deleted file mode 100644 index e108272b..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.essential.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Nödvändiga cookies hjälper till att göra webbplatsen användbar genom att tillåta grundläggande funktioner som att navigera på sidan och använda de skyddade områdena på webbplatsen. Webbplatsen fungerar inte korrekt utan dessa cookies och kräver inte samtycke.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
cookie-agreedhel.fiCookie möjliggör hantering av cookies på webbplatsen.100 dagar
cookie-agreed-versionhel.fiAnvänds för att lagra information om versionen av cookies samtycke som användaren har godkänt.100 dagar
cookie-agreed-categorieshel.fiAnvänds för att lagra information om vilka cookie -kategorier användaren har godkänt.100 dagar
SSESS*hel.fiEn cookie relaterad till driften av innehållshanteringssystemet.23 dagar
\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml deleted file mode 100644 index 2b3c23ad..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.preference.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

Preferenscookies ändrar webbplatsens utseende och funktioner enligt användarens tidigare användning.

\r\n\r\n

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
ct0.twitter.com\r\n\t\t\t

Denna cookie är till för autentisering.

\r\n\t\t\t
4 timmarTredje part
guest_id.twitter.com\r\n\t\t\t

Denna cookie är till för autentisering.

\r\n\t\t\t
1 månadTredje part
facebook.com\r\n\t\t\t

Iframe-pixel

\r\n\t\t\t
Tredje part
\r\n\r\n

\r\n" diff --git a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml b/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml deleted file mode 100644 index 13485bea..00000000 --- a/public/modules/custom/helfi_emergency_config/config/rewrite/language/sv/eu_cookie_compliance.cookie_category.statistics.yml +++ /dev/null @@ -1,4 +0,0 @@ -config_rewrite: - replace: ['description.value'] -description: - value: "

De uppgifter statistikkakorna samlar in används för att utveckla webbplatsen.

\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n
NamnTjänsteleverantörCookie syfteGiltighetTyp
_pk_id.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
393 dagar
_pk_ses.*hel.fi\r\n\t\t\t

Matomo-statistiksystemets kaka samlar information om hur webbplatsen används.

\r\n\t\t\t
1 timme
\r\n\r\n

\r\n" diff --git a/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module index 0acff8dc..0d98d7f9 100644 --- a/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module +++ b/public/modules/custom/helfi_emergency_config/helfi_emergency_config.module @@ -14,7 +14,6 @@ use Drupal\config_rewrite\ConfigRewriterInterface; */ function helfi_emergency_config_rewrite_config_update(string $module, ConfigRewriterInterface $configRewriter): void { $modules = [ - 'helfi_eu_cookie_compliance', 'helfi_media_chart', 'helfi_media_remote_video', 'helfi_node_news_item',