From 6f18fd7cdc953f22b0ef9d64025ce114d33118c1 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Thu, 11 Apr 2024 14:32:44 +0300 Subject: [PATCH 1/8] Update workflows with drush helfi:tools:update-platform --- .github/workflows/test.yml | 12 +++++++++++- .github/workflows/update-config.yml | 1 - 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f3761fc..f4a302d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,10 +23,13 @@ jobs: MYSQL_ROOT_PASSWORD: drupal ports: - 3306:3306 - steps: - uses: actions/checkout@v4 + - name: Set browsertest output folder + run: | + echo "BROWSERTEST_OUTPUT_DIRECTORY=$GITHUB_WORKSPACE/public/sites/simpletest" >> $GITHUB_ENV + - name: Make sure configuration was exported in correct language (en or und) run: | OUTPUT=$(grep -oP '^langcode: \b(?!(?:en|und)\b)\w+' conf -R || true) @@ -76,3 +79,10 @@ jobs: composer test-php public/modules/custom if [ -d "tests/" ]; then composer test-php tests/; else echo "No DTT tests found. Ignoring..."; fi + - name: Create an artifact from test report + uses: actions/upload-artifact@v4 + if: always() + with: + name: results + path: ${{ env.BROWSERTEST_OUTPUT_DIRECTORY }} + retention-days: 1 diff --git a/.github/workflows/update-config.yml b/.github/workflows/update-config.yml index 347b9b96..1a7d61f7 100644 --- a/.github/workflows/update-config.yml +++ b/.github/workflows/update-config.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/city-of-helsinki/drupal-php-docker:8.3-alpine - services: db: image: mysql:8 From 1f57db9dc61755b54b8b1d7c31c896b7a13e9148 Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:34:13 +0000 Subject: [PATCH 2/8] Update configuration --- composer.lock | 112 +++++++++++++++++++++---------------- conf/cmi/diff.settings.yml | 1 + 2 files changed, 66 insertions(+), 47 deletions(-) diff --git a/composer.lock b/composer.lock index 48208a77..5c039af3 100644 --- a/composer.lock +++ b/composer.lock @@ -125,16 +125,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "3.4.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "b8136b945dc3446894e6cd2b2f055e147140faed" + "reference": "74c2dc687e124bfc4001e73e9346b33067e2ec2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/b8136b945dc3446894e6cd2b2f055e147140faed", - "reference": "b8136b945dc3446894e6cd2b2f055e147140faed", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/74c2dc687e124bfc4001e73e9346b33067e2ec2b", + "reference": "74c2dc687e124bfc4001e73e9346b33067e2ec2b", "shasum": "" }, "require": { @@ -152,7 +152,7 @@ "squizlabs/php_codesniffer": "<3.6" }, "require-dev": { - "chi-teck/drupal-coder-extension": "^2.0.0-beta2", + "chi-teck/drupal-coder-extension": "^2.0.0-beta3", "drupal/coder": "8.3.23", "drupal/core": "10.3.x-dev", "ext-simplexml": "*", @@ -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.4.0" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.5.0" }, - "time": "2024-03-10T13:35:00+00:00" + "time": "2024-04-11T11:23:44+00:00" }, { "name": "commerceguys/addressing", @@ -2436,27 +2436,37 @@ }, { "name": "drupal/diff", - "version": "1.1.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/diff.git", - "reference": "8.x-1.1" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "b7558b0f431d5945289829946e0beba61bf7ae18" + "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "7a6e70546d97974600baffd0695105e88699744e" }, "require": { "drupal/core": "^9.3 || ^10", "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" }, + "require-dev": { + "jangregor/phpstan-prophecy": "dev-master", + "mglaman/phpstan-drupal": "^1.2.10", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.11", + "phpstan/phpstan-deprecation-rules": "*", + "phpstan/phpstan-phpunit": "1.4.x-dev", + "phpstan/phpstan-strict-rules": "^1@stable", + "previousnext/coding-standard": "^1" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1665437355", + "version": "8.x-1.3", + "datestamp": "1712883857", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2494,8 +2504,9 @@ "role": "Maintainer" }, { - "name": "Junyor", - "homepage": "https://www.drupal.org/user/7006" + "name": "Adam Bramley (acbramley)", + "homepage": "https://www.drupal.org/u/acbramley", + "role": "Maintainer" }, { "name": "lhangea", @@ -2525,7 +2536,7 @@ "description": "Compares two entity revisions", "homepage": "https://www.drupal.org/project/diff", "support": { - "source": "http://cgit.drupalcode.org/diff", + "source": "https://git.drupalcode.org/project/diff", "issues": "https://www.drupal.org/project/issues/diff" } }, @@ -3738,16 +3749,16 @@ }, { "name": "drupal/hdbt", - "version": "6.4.38", + "version": "6.5.0", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "3f3e9804313966576ad5be2104ebe9f068d7bf16" + "reference": "2fb76db289a31c99ff4d3bc992d5d53a3ab28010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/3f3e9804313966576ad5be2104ebe9f068d7bf16", - "reference": "3f3e9804313966576ad5be2104ebe9f068d7bf16", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/2fb76db289a31c99ff4d3bc992d5d53a3ab28010", + "reference": "2fb76db289a31c99ff4d3bc992d5d53a3ab28010", "shasum": "" }, "require": { @@ -3765,23 +3776,23 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.4.38", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.5.0", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2024-04-05T13:21:39+00:00" + "time": "2024-04-12T11:25:31+00:00" }, { "name": "drupal/hdbt_admin", - "version": "3.1.5", + "version": "3.1.6", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt-admin.git", - "reference": "d18b7e2dd960bd5ec14d3af04dc5a69c8eda8b96" + "reference": "96f29332a57540bda695cd53e5b288bc96960076" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/d18b7e2dd960bd5ec14d3af04dc5a69c8eda8b96", - "reference": "d18b7e2dd960bd5ec14d3af04dc5a69c8eda8b96", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/96f29332a57540bda695cd53e5b288bc96960076", + "reference": "96f29332a57540bda695cd53e5b288bc96960076", "shasum": "" }, "require": { @@ -3800,10 +3811,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/3.1.5", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/3.1.6", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/issues" }, - "time": "2024-03-25T06:34:59+00:00" + "time": "2024-04-11T13:46:53+00:00" }, { "name": "drupal/health_check", @@ -4061,16 +4072,16 @@ }, { "name": "drupal/helfi_platform_config", - "version": "4.3.44", + "version": "4.3.46", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "cb2337998747dfdef4dd046276bf40407d51c20b" + "reference": "b57b2672d67140ce61e9dbe8dc0ac03c3213f749" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/cb2337998747dfdef4dd046276bf40407d51c20b", - "reference": "cb2337998747dfdef4dd046276bf40407d51c20b", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/b57b2672d67140ce61e9dbe8dc0ac03c3213f749", + "reference": "b57b2672d67140ce61e9dbe8dc0ac03c3213f749", "shasum": "" }, "require": { @@ -4167,7 +4178,7 @@ "[#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" + "Revision overview form problem (https://www.drupal.org/i/3390329)": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/05989cc82b2817de994ad4e9289ccb777f71f23f/patches/diff_8.x_1.3_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", @@ -4187,10 +4198,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.44", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.46", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-04-11T11:45:16+00:00" + "time": "2024-04-12T08:42:29+00:00" }, { "name": "drupal/helfi_proxy", @@ -15984,28 +15995,35 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", + "version": "5.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + "reference": "298d2febfe79d03fe714eb871d5538da55205b1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a", + "reference": "298d2febfe79d03fe714eb871d5538da55205b1a", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.1", "ext-filter": "*", - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", - "phpdocumentor/type-resolver": "^1.3", + "phpdocumentor/type-resolver": "^1.7", + "phpstan/phpdoc-parser": "^1.7", "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2", - "psalm/phar": "^4.8" + "mockery/mockery": "~1.3.5", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-webmozart-assert": "^1.2", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^5.13" }, "type": "library", "extra": { @@ -16029,15 +16047,15 @@ }, { "name": "Jaap van Otterdijk", - "email": "account@ijaap.nl" + "email": "opensource@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0" }, - "time": "2021-10-19T17:43:47+00:00" + "time": "2024-04-09T21:13:58+00:00" }, { "name": "phpdocumentor/type-resolver", diff --git a/conf/cmi/diff.settings.yml b/conf/cmi/diff.settings.yml index 7f584bed..256ca692 100644 --- a/conf/cmi/diff.settings.yml +++ b/conf/cmi/diff.settings.yml @@ -15,4 +15,5 @@ general_settings: unified_fields: enabled: false weight: 2 + visual_default_view_mode: full visual_inline_theme: admin From 9970ec6679359c086b0b7d6cd70241d5077dc8f4 Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:25:50 +0000 Subject: [PATCH 3/8] Update configuration --- composer.lock | 26 +++++++++++++------------- conf/cmi/editor.editor.full_html.yml | 3 ++- conf/cmi/editor.editor.minimal.yml | 5 +++-- conf/cmi/filter.format.full_html.yml | 4 ++-- conf/cmi/filter.format.minimal.yml | 4 ++-- 5 files changed, 22 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index 5c039af3..d80419bc 100644 --- a/composer.lock +++ b/composer.lock @@ -4072,16 +4072,16 @@ }, { "name": "drupal/helfi_platform_config", - "version": "4.3.46", + "version": "4.3.47", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "b57b2672d67140ce61e9dbe8dc0ac03c3213f749" + "reference": "714f675e021eba2036cc4f7ac334887589b3c0c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/b57b2672d67140ce61e9dbe8dc0ac03c3213f749", - "reference": "b57b2672d67140ce61e9dbe8dc0ac03c3213f749", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/714f675e021eba2036cc4f7ac334887589b3c0c5", + "reference": "714f675e021eba2036cc4f7ac334887589b3c0c5", "shasum": "" }, "require": { @@ -4198,10 +4198,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.46", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.47", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-04-12T08:42:29+00:00" + "time": "2024-04-12T11:30:15+00:00" }, { "name": "drupal/helfi_proxy", @@ -6387,17 +6387,17 @@ }, { "name": "drupal/token", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.13" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "df3cae709fcc1a99ac1111ce67a0d6af56d287d7" }, "require": { "drupal/core": "^9.2 || ^10" @@ -6405,8 +6405,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1697885927", + "version": "8.x-1.14", + "datestamp": "1713009399", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/conf/cmi/editor.editor.full_html.yml b/conf/cmi/editor.editor.full_html.yml index e523bb05..2e61e13f 100644 --- a/conf/cmi/editor.editor.full_html.yml +++ b/conf/cmi/editor.editor.full_html.yml @@ -7,7 +7,7 @@ dependencies: module: - ckeditor5 _core: - default_config_hash: 6rE3ZrnVZlyWJ666VxrZAjXyipoRfxSuvcgxoWduDKQ + default_config_hash: ugdwymSgCGFPKEgJ5z8jmQmqYze8oXVFgpsZYlqJxys format: full_html editor: ckeditor5 settings: @@ -134,6 +134,7 @@ settings: allowed_tags: - '
' - '
' + - '

' helfi_ckeditor_helfi_link: helfi_link_attributes: - '' diff --git a/conf/cmi/editor.editor.minimal.yml b/conf/cmi/editor.editor.minimal.yml index 9aef3075..08505ed5 100644 --- a/conf/cmi/editor.editor.minimal.yml +++ b/conf/cmi/editor.editor.minimal.yml @@ -7,7 +7,7 @@ dependencies: module: - ckeditor5 _core: - default_config_hash: rid5XXLDfJZlrwYxIxxELVd9rUvaHjkeoqtXgJW_m1Q + default_config_hash: 5-ooLNHf6seCXcxTq7GgRliZT6bSLCwAXekmT61kdqw format: minimal editor: ckeditor5 settings: @@ -113,7 +113,8 @@ settings: search: '(.*?)<\/a>' replace: $1 ckeditor5_sourceEditing: - allowed_tags: { } + allowed_tags: + - '

' helfi_ckeditor_helfi_link: helfi_link_attributes: - '' diff --git a/conf/cmi/filter.format.full_html.yml b/conf/cmi/filter.format.full_html.yml index aeac9e33..7d2c83e8 100644 --- a/conf/cmi/filter.format.full_html.yml +++ b/conf/cmi/filter.format.full_html.yml @@ -7,7 +7,7 @@ dependencies: - helfi_api_base - linkit _core: - default_config_hash: b1oU0qRmI0LdV1sazHQHpTgk64EjNss5_RdX8BAHdno + default_config_hash: xxHLW002R-dZCvOXLi3XVocmJDegHzCwUAcrM7nEVI4 name: HTML format: full_html weight: 0 @@ -42,7 +42,7 @@ filters: status: true weight: -50 settings: - allowed_html: '

' + 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
JSESSIONIDcoh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloudUsed for chat app functionality. Its value is used to access session data on server of the application.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
helfi-settingshel.fiUsed by hel.fi Drupal to store information about closed announcements and accordions'' state.-Local storage
' 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 32ff624b..b8f71dc6 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.preference.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.preference.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: YFGMD4KVRhhDUqFw1sVymoaelefU_LjdLgOF-fipCCQ + default_config_hash: BwKDK32cXZ8tG-wXieYydXADp4Me--qV4Szfv-lnHh0 id: preference label: Preference description: diff --git a/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml b/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml index b7125138..845915ab 100644 --- a/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml +++ b/conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: NlhM_VFvjk8vl9Da66LXiKgwGHR3HUQaJrEE9cnID4s + default_config_hash: glZBG2i_IAny_s6qkmpwkGc78p03E6A2hHGJHWAfbfw id: statistics label: Statistics description: diff --git a/conf/cmi/eu_cookie_compliance.settings.yml b/conf/cmi/eu_cookie_compliance.settings.yml index 3ef0ef89..9af81af2 100644 --- a/conf/cmi/eu_cookie_compliance.settings.yml +++ b/conf/cmi/eu_cookie_compliance.settings.yml @@ -71,7 +71,7 @@ enable_save_preferences_button: true domain_all_sites: true settings_tab_enabled: false containing_element: body -cookie_policy_version: 1.2.3 +cookie_policy_version: 1.2.4 cookie_value_disagreed: '0' cookie_value_agreed_show_thank_you: '1' cookie_value_agreed: '2' diff --git a/conf/cmi/helfi_api_base.features.yml b/conf/cmi/helfi_api_base.features.yml new file mode 100644 index 00000000..03425184 --- /dev/null +++ b/conf/cmi/helfi_api_base.features.yml @@ -0,0 +1,2 @@ +logger: true +disable_user_password: true 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 75b9197d..2ac84c9a 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.

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
JSESSIONIDcoh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloudKäytetään chat-sovellustoiminnallisuutta varten. Evästettä käytetään sovelluksen palvelimella olevan istuntotiedon hakemiseen.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
' + 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
JSESSIONIDcoh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloudKäytetään chat-sovellustoiminnallisuutta varten. Evästettä käytetään sovelluksen palvelimella olevan istuntotiedon hakemiseen.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
helfi-settingshel.fiSivusto käyttää tätä tietuetta tietojen tallentamiseen siitä, mitä poikkeusilmoituksia on suljettu ja mikä on avattavien sisältöalueiden tila.-Paikallinen muisti
' format: full_html label: 'Välttämättömät toiminnalliset evästeet' 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 c8c5582d..a0522db8 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.

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
JSESSIONIDcoh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloudAnvänds för chattapplikationens funktionalitet. Dess värde används för att få tillgång till sessiondata på applikationens server.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
' + 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
JSESSIONIDcoh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloudAnvänds för chattapplikationens funktionalitet. Dess värde används för att få tillgång till sessiondata på applikationens server.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
helfi-settingshel.fiAnvänds av hel.fi Drupal för att lagra information om stängda meddelanden och accordions'' tillstånd.-Lokalt minne
' format: full_html label: 'Nödvändiga funktionella cookies' From c8a5d1e467fb80be15a6c3771279560accaf2377 Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:22:01 +0000 Subject: [PATCH 6/8] Update configuration --- composer.lock | 207 +++++++----------- ...link_content.menu_link_content.changed.yml | 2 +- ..._content.menu_link_content.description.yml | 2 +- ...u_link_content.menu_link_content.title.yml | 2 +- ...tem.paragraphs_library_item.paragraphs.yml | 2 +- ...re.date_format.publication_date_format.yml | 2 +- conf/cmi/core.date_format.time.yml | 2 +- ...display.paragraph.service_list.default.yml | 2 +- ....paragraph.service_list_search.default.yml | 2 +- ...unit_accessibility_information.default.yml | 2 +- ...ay.paragraph.unit_contact_card.default.yml | 2 +- ..._display.paragraph.unit_search.default.yml | 2 +- ...isplay.tpr_service.tpr_service.default.yml | 2 +- ...form_display.tpr_unit.tpr_unit.default.yml | 2 +- ...display.paragraph.service_list.default.yml | 2 +- ....paragraph.service_list_search.default.yml | 2 +- ...unit_accessibility_information.default.yml | 2 +- ...ay.paragraph.unit_contact_card.default.yml | 2 +- ..._display.paragraph.unit_search.default.yml | 2 +- ...and_service.tpr_errand_service.default.yml | 2 +- ...isplay.tpr_service.tpr_service.default.yml | 2 +- ...display.tpr_service.tpr_service.teaser.yml | 2 +- ...rvice.tpr_service.teaser_search_result.yml | 2 +- ...ce_channel.tpr_service_channel.default.yml | 2 +- ...view_display.tpr_unit.tpr_unit.default.yml | 2 +- ...view_display.tpr_unit.tpr_unit.minimal.yml | 2 +- ..._view_display.tpr_unit.tpr_unit.teaser.yml | 2 +- ...ay.tpr_unit.tpr_unit.teaser_with_image.yml | 2 +- ..._display.tpr_unit.tpr_unit.wide_teaser.yml | 2 +- ...re.entity_view_mode.tpr_service.teaser.yml | 2 +- ..._mode.tpr_service.teaser_search_result.yml | 2 +- ...core.entity_view_mode.tpr_unit.minimal.yml | 2 +- .../core.entity_view_mode.tpr_unit.teaser.yml | 2 +- ...y_view_mode.tpr_unit.teaser_with_image.yml | 2 +- .../core.entity_view_mode.tpr_unit.token.yml | 2 +- ....entity_view_mode.tpr_unit.wide_teaser.yml | 2 +- ...ce_list.field_service_list_description.yml | 2 +- ...rvice_list.field_service_list_services.yml | 2 +- ....service_list.field_service_list_title.yml | 2 +- ..._search.field_service_list_description.yml | 2 +- ..._search.field_service_list_service_ids.yml | 2 +- ...ist_search.field_service_list_services.yml | 2 +- ...e_list_search.field_service_list_title.yml | 2 +- ...ormation.field_unit_accessibility_unit.yml | 2 +- ..._contact_card.field_unit_contact_title.yml | 2 +- ...t_contact_card.field_unit_contact_unit.yml | 2 +- ...ct_card.field_unit_contact_use_address.yml | 2 +- ...ct_card.field_unit_contact_use_details.yml | 2 +- ...ntact_card.field_unit_contact_use_link.yml | 2 +- ...ct_card.field_unit_contact_use_opening.yml | 2 +- ...t_card.field_unit_contact_use_override.yml | 2 +- ...tact_card.field_unit_contact_use_phone.yml | 2 +- ...ct_card.field_unit_contact_use_picture.yml | 2 +- ...act_card.field_unit_contact_use_postal.yml | 2 +- ....unit_search.field_search_results_term.yml | 2 +- ...unit_search.field_search_results_terms.yml | 2 +- ...t_search.field_unit_search_description.yml | 2 +- ...t_search.field_unit_search_meta_button.yml | 2 +- ...nit_search.field_unit_search_meta_desc.yml | 2 +- ...it_search.field_unit_search_meta_label.yml | 2 +- ...earch.field_unit_search_meta_placehold.yml | 2 +- ...ph.unit_search.field_unit_search_title.yml | 2 +- ...ph.unit_search.field_unit_search_units.yml | 2 +- ....tpr_service.tpr_service.field_content.yml | 2 +- ...ervice.tpr_service.field_lower_content.yml | 2 +- ...tpr_service.tpr_service.field_metatags.yml | 2 +- ...vice.tpr_service.field_sidebar_content.yml | 2 +- ....field.tpr_unit.tpr_unit.field_content.yml | 2 +- ....tpr_unit.tpr_unit.field_lower_content.yml | 2 +- ...field.tpr_unit.tpr_unit.field_metatags.yml | 2 +- ...ield.tpr_unit.tpr_unit.field_unit_type.yml | 2 +- conf/cmi/field.storage.node.field_content.yml | 2 +- .../cmi/field.storage.node.field_has_hero.yml | 2 +- conf/cmi/field.storage.node.field_hero.yml | 2 +- conf/cmi/field.storage.node.field_lead_in.yml | 2 +- .../field.storage.node.field_liftup_image.yml | 2 +- ...field.storage.node.field_lower_content.yml | 2 +- .../cmi/field.storage.node.field_metatags.yml | 2 +- ...eld.storage.node.field_sidebar_content.yml | 2 +- ...ld.storage.paragraph.field_description.yml | 2 +- .../field.storage.paragraph.field_icon.yml | 2 +- ...d.storage.paragraph.field_iframe_title.yml | 2 +- ...ge.paragraph.field_search_results_term.yml | 2 +- ...e.paragraph.field_search_results_terms.yml | 2 +- ...ragraph.field_service_list_description.yml | 2 +- ...ragraph.field_service_list_service_ids.yml | 2 +- ....paragraph.field_service_list_services.yml | 2 +- ...age.paragraph.field_service_list_title.yml | 2 +- .../field.storage.paragraph.field_title.yml | 2 +- ...aragraph.field_unit_accessibility_unit.yml | 2 +- ...age.paragraph.field_unit_contact_title.yml | 2 +- ...rage.paragraph.field_unit_contact_unit.yml | 2 +- ...ragraph.field_unit_contact_use_address.yml | 2 +- ...ragraph.field_unit_contact_use_details.yml | 2 +- ....paragraph.field_unit_contact_use_link.yml | 2 +- ...ragraph.field_unit_contact_use_opening.yml | 2 +- ...agraph.field_unit_contact_use_override.yml | 2 +- ...paragraph.field_unit_contact_use_phone.yml | 2 +- ...ragraph.field_unit_contact_use_picture.yml | 2 +- ...aragraph.field_unit_contact_use_postal.yml | 2 +- ...aragraph.field_unit_search_description.yml | 2 +- ...aragraph.field_unit_search_meta_button.yml | 2 +- ....paragraph.field_unit_search_meta_desc.yml | 2 +- ...paragraph.field_unit_search_meta_label.yml | 2 +- ...graph.field_unit_search_meta_placehold.yml | 2 +- ...rage.paragraph.field_unit_search_title.yml | 2 +- ...rage.paragraph.field_unit_search_units.yml | 2 +- ...ield.storage.tpr_service.field_content.yml | 2 +- ...torage.tpr_service.field_lower_content.yml | 2 +- ...eld.storage.tpr_service.field_metatags.yml | 2 +- ...rage.tpr_service.field_sidebar_content.yml | 2 +- .../field.storage.tpr_unit.field_content.yml | 2 +- ...d.storage.tpr_unit.field_lower_content.yml | 2 +- .../field.storage.tpr_unit.field_metatags.yml | 2 +- ...field.storage.tpr_unit.field_unit_type.yml | 2 +- ...gs.menu_link_content.menu_link_content.yml | 2 +- ...ntent_settings.taxonomy_term.unit_type.yml | 2 +- .../fi/metatag.metatag_defaults.node.yml | 3 - .../sv/metatag.metatag_defaults.node.yml | 3 - conf/cmi/linkit.linkit_profile.helfi.yml | 2 +- conf/cmi/metatag.metatag_defaults.node.yml | 2 +- .../metatag.metatag_defaults.tpr_service.yml | 4 +- .../cmi/metatag.metatag_defaults.tpr_unit.yml | 4 +- ...aragraphs.paragraphs_type.service_list.yml | 2 +- ...hs.paragraphs_type.service_list_search.yml | 2 +- ...hs_type.unit_accessibility_information.yml | 2 +- ...aphs.paragraphs_type.unit_contact_card.yml | 2 +- ...paragraphs.paragraphs_type.unit_search.yml | 2 +- conf/cmi/raven.settings.yml | 10 +- .../system.action.node_break_lock_action.yml | 2 +- ...agraphs_library_item_break_lock_action.yml | 2 +- ...action.taxonomy_term_break_lock_action.yml | 2 +- ...m.action.tpr_service_break_lock_action.yml | 2 +- ...stem.action.tpr_unit_break_lock_action.yml | 2 +- .../system.menu.footer-bottom-navigation.yml | 2 +- .../system.menu.footer-top-navigation-2.yml | 2 +- .../cmi/system.menu.footer-top-navigation.yml | 2 +- .../cmi/system.menu.header-top-navigation.yml | 2 +- conf/cmi/taxonomy.vocabulary.unit_type.yml | 2 +- conf/cmi/views.view.er_tpr_unit.yml | 2 +- conf/cmi/views.view.locked_services.yml | 2 +- conf/cmi/views.view.locked_units.yml | 2 +- conf/cmi/views.view.service_list.yml | 2 +- conf/cmi/views.view.service_units.yml | 2 +- conf/cmi/views.view.unit_search.yml | 2 +- conf/cmi/views.view.unit_services.yml | 2 +- 146 files changed, 228 insertions(+), 283 deletions(-) diff --git a/composer.lock b/composer.lock index a1bffd72..cb537c10 100644 --- a/composer.lock +++ b/composer.lock @@ -1190,16 +1190,16 @@ }, { "name": "doctrine/collections", - "version": "2.2.1", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "420480fc085bc65f3c956af13abe8e7546f94813" + "reference": "d8af7f248c74f195f7347424600fd9e17b57af59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/420480fc085bc65f3c956af13abe8e7546f94813", - "reference": "420480fc085bc65f3c956af13abe8e7546f94813", + "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59", + "reference": "d8af7f248c74f195f7347424600fd9e17b57af59", "shasum": "" }, "require": { @@ -1256,7 +1256,7 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.2.1" + "source": "https://github.com/doctrine/collections/tree/2.2.2" }, "funding": [ { @@ -1272,7 +1272,7 @@ "type": "tidelift" } ], - "time": "2024-03-05T22:28:45+00:00" + "time": "2024-04-18T06:56:21+00:00" }, { "name": "doctrine/deprecations", @@ -2629,26 +2629,29 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.10", + "version": "2.1.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.10" + "reference": "2.1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.10.zip", - "reference": "2.1.10", - "shasum": "309692d71a2f54bb59cfda22df25caa2eaf4516a" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.11.zip", + "reference": "2.1.11", + "shasum": "23fd7f0e7ceb091162468eed290d083a2e3b62af" }, "require": { "drupal/core": "^9 || ^10" }, + "conflict": { + "drupal/csp": "<1.24" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.10", - "datestamp": "1713205086", + "version": "2.1.11", + "datestamp": "1713470242", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3382,58 +3385,6 @@ "source": "https://git.drupalcode.org/project/file_mdm" } }, - { - "name": "drupal/filelog", - "version": "2.1.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/filelog.git", - "reference": "2.1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/filelog-2.1.1.zip", - "reference": "2.1.1", - "shasum": "647180cbfcb727a057bc3556b8f571946963bba6" - }, - "require": { - "drupal/core": "^9 || ^10", - "ext-zlib": "*", - "php": "^8" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.1", - "datestamp": "1655354915", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Christoph Burschka", - "homepage": "https://github.com/cburschka", - "email": "christoph@burschka.de", - "role": "Maintainer" - } - ], - "description": "Logs system events to a file.", - "homepage": "https://www.drupal.org/project/filelog", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://cgit.drupalcode.org/filelog", - "issues": "https://www.drupal.org/project/issues/filelog" - } - }, { "name": "drupal/flysystem", "version": "2.1.0-rc6", @@ -3749,16 +3700,16 @@ }, { "name": "drupal/hdbt", - "version": "6.5.4", + "version": "6.5.7", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "0d3268793c2bc1a838dd540d89c478d673c47666" + "reference": "cecf18288e723bc4275e83bf58832f6537c40b4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/0d3268793c2bc1a838dd540d89c478d673c47666", - "reference": "0d3268793c2bc1a838dd540d89c478d673c47666", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/cecf18288e723bc4275e83bf58832f6537c40b4f", + "reference": "cecf18288e723bc4275e83bf58832f6537c40b4f", "shasum": "" }, "require": { @@ -3776,10 +3727,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.5.4", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.5.7", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2024-04-17T12:09:51+00:00" + "time": "2024-04-22T10:15:30+00:00" }, { "name": "drupal/hdbt_admin", @@ -3868,22 +3819,22 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.6.9", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "127d597e16333dd1d5963004db8e8c3226794827" + "reference": "a4a0aaf97d34d0a04c6799be10b198558cce60aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/127d597e16333dd1d5963004db8e8c3226794827", - "reference": "127d597e16333dd1d5963004db8e8c3226794827", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/a4a0aaf97d34d0a04c6799be10b198558cce60aa", + "reference": "a4a0aaf97d34d0a04c6799be10b198558cce60aa", "shasum": "" }, "require": { "drupal/entity": "^1.0", - "drupal/filelog": "^2.1", "drupal/health_check": "^3.0", + "drupal/raven": "^4.0 || ^5.0", "ext-curl": "*", "firebase/php-jwt": "^6.5", "php": "^8.1", @@ -3906,10 +3857,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.9", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.0", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2024-04-16T07:26:44+00:00" + "time": "2024-04-17T14:27:13+00:00" }, { "name": "drupal/helfi_azure_fs", @@ -4038,26 +3989,26 @@ }, { "name": "drupal/helfi_navigation", - "version": "2.2.1", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation.git", - "reference": "69ab951f8dc3bbd2c2916f67f3d9b597ab0b5bef" + "reference": "dfe38c974e0f02588a05a156733e4ca5862948c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-navigation/zipball/69ab951f8dc3bbd2c2916f67f3d9b597ab0b5bef", - "reference": "69ab951f8dc3bbd2c2916f67f3d9b597ab0b5bef", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-navigation/zipball/dfe38c974e0f02588a05a156733e4ca5862948c6", + "reference": "dfe38c974e0f02588a05a156733e4ca5862948c6", "shasum": "" }, "require": { "drupal/helfi_api_base": "*", + "drupal/menu_block_current_language": "^2.0", "php": "^8.1" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "drupal/coder": "^8.3", - "drupal/menu_block_current_language": "^2.0" + "drupal/coder": "^8.3" }, "type": "drupal-module", "license": [ @@ -4065,23 +4016,23 @@ ], "description": "Helfi - Navigation", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation/tree/2.2.1", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation/tree/2.2.2", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-navigation/issues" }, - "time": "2024-03-20T15:55:31+00:00" + "time": "2024-04-18T12:43:06+00:00" }, { "name": "drupal/helfi_platform_config", - "version": "4.3.48", + "version": "4.3.49", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "a854d31a4833b8f7b3ebe468faceb97c121a1dd5" + "reference": "d5382f4501486bd8e4b2c175ed5e2769f00df4e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/a854d31a4833b8f7b3ebe468faceb97c121a1dd5", - "reference": "a854d31a4833b8f7b3ebe468faceb97c121a1dd5", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/d5382f4501486bd8e4b2c175ed5e2769f00df4e8", + "reference": "d5382f4501486bd8e4b2c175ed5e2769f00df4e8", "shasum": "" }, "require": { @@ -4198,10 +4149,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.48", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.49", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-04-17T12:09:58+00:00" + "time": "2024-04-19T11:57:05+00:00" }, { "name": "drupal/helfi_proxy", @@ -5420,17 +5371,17 @@ }, { "name": "drupal/raven", - "version": "5.0.7", + "version": "5.0.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/raven.git", - "reference": "5.0.7" + "reference": "5.0.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/raven-5.0.7.zip", - "reference": "5.0.7", - "shasum": "42eb860dd5f0474541e2d5a81a3cb5ecdf514edb" + "url": "https://ftp.drupal.org/files/projects/raven-5.0.11.zip", + "reference": "5.0.11", + "shasum": "ef441bbeb2f58e2efe57cc0fc3343e14c4944b4b" }, "require": { "drupal/core": "^10.1", @@ -5445,8 +5396,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.0.7", - "datestamp": "1706562438", + "version": "5.0.11", + "datestamp": "1713227351", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7684,24 +7635,24 @@ }, { "name": "grasmash/yaml-cli", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/grasmash/yaml-cli.git", - "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0" + "reference": "a5af7c16a0b98fca7d06e85ba517d526e1ba21de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/00f3fd775f6abbfacd44432f1999c3c3b02791f0", - "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0", + "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/a5af7c16a0b98fca7d06e85ba517d526e1ba21de", + "reference": "a5af7c16a0b98fca7d06e85ba517d526e1ba21de", "shasum": "" }, "require": { "dflydev/dot-access-data": "^3", "php": ">=8.0", - "symfony/console": "^6", - "symfony/filesystem": "^6", - "symfony/yaml": "^6" + "symfony/console": "^6 || ^7", + "symfony/filesystem": "^6 || ^7", + "symfony/yaml": "^6 || ^7" }, "require-dev": { "php-coveralls/php-coveralls": "^2", @@ -7734,9 +7685,9 @@ "description": "A command line tool for reading and manipulating yaml files.", "support": { "issues": "https://github.com/grasmash/yaml-cli/issues", - "source": "https://github.com/grasmash/yaml-cli/tree/3.1.0" + "source": "https://github.com/grasmash/yaml-cli/tree/3.2.0" }, - "time": "2022-05-09T20:22:34+00:00" + "time": "2024-04-17T16:23:04+00:00" }, { "name": "guzzlehttp/guzzle", @@ -8065,16 +8016,16 @@ }, { "name": "jean85/pretty-package-versions", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", "shasum": "" }, "require": { @@ -8082,9 +8033,9 @@ "php": "^7.1|^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", + "friendsofphp/php-cs-fixer": "^3.2", "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^0.12.66", + "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^7.5|^8.5|^9.4", "vimeo/psalm": "^4.3" }, @@ -8118,9 +8069,9 @@ ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" }, - "time": "2021-10-08T21:21:46+00:00" + "time": "2024-03-08T09:58:59+00:00" }, { "name": "league/container", @@ -10285,16 +10236,16 @@ }, { "name": "sentry/sentry", - "version": "4.6.0", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "30d98a460ab10f7b7032d76c62da5b1ce6c0765d" + "reference": "d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/30d98a460ab10f7b7032d76c62da5b1ce6c0765d", - "reference": "30d98a460ab10f7b7032d76c62da5b1ce6c0765d", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f", + "reference": "d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f", "shasum": "" }, "require": { @@ -10358,7 +10309,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.6.0" + "source": "https://github.com/getsentry/sentry-php/tree/4.7.0" }, "funding": [ { @@ -10370,7 +10321,7 @@ "type": "custom" } ], - "time": "2024-02-13T11:32:56+00:00" + "time": "2024-04-10T13:22:13+00:00" }, { "name": "stomp-php/stomp-php", @@ -13332,16 +13283,16 @@ }, { "name": "twig/twig", - "version": "v3.9.1", + "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "664647f46bf68a98cf5af27b42de8017a3e2d878" + "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/664647f46bf68a98cf5af27b42de8017a3e2d878", - "reference": "664647f46bf68a98cf5af27b42de8017a3e2d878", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", + "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", "shasum": "" }, "require": { @@ -13395,7 +13346,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.9.1" + "source": "https://github.com/twigphp/Twig/tree/v3.9.3" }, "funding": [ { @@ -13407,7 +13358,7 @@ "type": "tidelift" } ], - "time": "2024-04-17T09:00:00+00:00" + "time": "2024-04-18T11:59:33+00:00" }, { "name": "twistor/flysystem-stream-wrapper", diff --git a/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.changed.yml b/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.changed.yml index 8b661ff1..fd7546a4 100644 --- a/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.changed.yml +++ b/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.changed.yml @@ -5,7 +5,7 @@ dependencies: module: - menu_link_content _core: - default_config_hash: v6llNeddbJ6cmQt3R529LRDDTIzgLEJYYyZOQnzMH4I + default_config_hash: qWt0tWh2nA2cnBynl8E15pEQ1WiuN8KMuyWXZMdhIw0 id: menu_link_content.menu_link_content.changed field_name: changed entity_type: menu_link_content diff --git a/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.description.yml b/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.description.yml index 4e28e254..995a2cfa 100644 --- a/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.description.yml +++ b/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.description.yml @@ -5,7 +5,7 @@ dependencies: module: - menu_link_content _core: - default_config_hash: P8cJkUXUk4w08Db1MO10LmaFAPSWqQ6cPXybeQUIJvg + default_config_hash: I1PmvCDgcDrAB8KEZTiPmImhJZk32GoODOeP-vOClG0 id: menu_link_content.menu_link_content.description field_name: description entity_type: menu_link_content diff --git a/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.title.yml b/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.title.yml index 7e9d0a04..b930aa15 100644 --- a/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.title.yml +++ b/conf/cmi/core.base_field_override.menu_link_content.menu_link_content.title.yml @@ -5,7 +5,7 @@ dependencies: module: - menu_link_content _core: - default_config_hash: z7ZMS8WT4ri7lBI1n6b6TD__0CpNGbXxBLIBFc2MOa8 + default_config_hash: mrIUt3RplgWSH-u49yBzztGnlYVMjiGURE0i35OzA7Y id: menu_link_content.menu_link_content.title field_name: title entity_type: menu_link_content diff --git a/conf/cmi/core.base_field_override.paragraphs_library_item.paragraphs_library_item.paragraphs.yml b/conf/cmi/core.base_field_override.paragraphs_library_item.paragraphs_library_item.paragraphs.yml index 8d0aeac7..6f2fd8b3 100644 --- a/conf/cmi/core.base_field_override.paragraphs_library_item.paragraphs_library_item.paragraphs.yml +++ b/conf/cmi/core.base_field_override.paragraphs_library_item.paragraphs_library_item.paragraphs.yml @@ -24,7 +24,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: _Nbhr4JLQXcrcmDFzHXgntvTpv2ZLX_zza-h7gjrYws + default_config_hash: fuWt-DilpY06q_b2CMeUfYLEKRH1rVprThQB_IJ8Opk id: paragraphs_library_item.paragraphs_library_item.paragraphs field_name: paragraphs entity_type: paragraphs_library_item diff --git a/conf/cmi/core.date_format.publication_date_format.yml b/conf/cmi/core.date_format.publication_date_format.yml index a0ae5c73..92d6a0f8 100644 --- a/conf/cmi/core.date_format.publication_date_format.yml +++ b/conf/cmi/core.date_format.publication_date_format.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: BkpFqSItc6gSqoNEgRUBLDpW-ZIo_cOcHnd2Cvmt4b4 + default_config_hash: JrBtZ3ORYM_2YSyDynJkhCPWdV4t9ugKOlhvHp9sUcA id: publication_date_format label: 'Publication date format' locked: false diff --git a/conf/cmi/core.date_format.time.yml b/conf/cmi/core.date_format.time.yml index 6ee73593..362b9fd4 100644 --- a/conf/cmi/core.date_format.time.yml +++ b/conf/cmi/core.date_format.time.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: m9KQTmQxMNWAdMMidmQsDSS4daorJXBZWqvHoIk7dAs + default_config_hash: LKNZxwmvvdBbwKKdmfnHYp5VmTNPl2i8k-AGHcJjQG4 id: time label: 'Default time' locked: false diff --git a/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml b/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml index ad96f431..8fccbabe 100644 --- a/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml @@ -11,7 +11,7 @@ dependencies: - select2 - text _core: - default_config_hash: HRJthBxvAGUBr6dtFdoppGlWcpwgHitZVOPkvRHm5sY + default_config_hash: G-kR7KJ0n-KzPzxJiFmownVBKFJKbJjnTc8Rzxs4Ly4 id: paragraph.service_list.default targetEntityType: paragraph bundle: service_list diff --git a/conf/cmi/core.entity_form_display.paragraph.service_list_search.default.yml b/conf/cmi/core.entity_form_display.paragraph.service_list_search.default.yml index 15365e0e..88fb62d0 100644 --- a/conf/cmi/core.entity_form_display.paragraph.service_list_search.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.service_list_search.default.yml @@ -12,7 +12,7 @@ dependencies: - select2 - text _core: - default_config_hash: ogViA6v_uJJcVnEC4WODDNOEoa7kRMpTgOVsUl_JD-g + default_config_hash: fy6jxnFLEWsj9s00rbzapuiQiUb3QPz_-rgzL7sP2A8 id: paragraph.service_list_search.default targetEntityType: paragraph bundle: service_list_search diff --git a/conf/cmi/core.entity_form_display.paragraph.unit_accessibility_information.default.yml b/conf/cmi/core.entity_form_display.paragraph.unit_accessibility_information.default.yml index d9535294..105e520d 100644 --- a/conf/cmi/core.entity_form_display.paragraph.unit_accessibility_information.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.unit_accessibility_information.default.yml @@ -6,7 +6,7 @@ dependencies: - field.field.paragraph.unit_accessibility_information.field_unit_accessibility_unit - paragraphs.paragraphs_type.unit_accessibility_information _core: - default_config_hash: XTEz2KOP0AxeNZflb25hxjCLvb_Tl590CDAqqxbAFW4 + default_config_hash: pL77_3MYY87PU3cyfGX1cYUlL4bdZrH-ukGkws_6tWk id: paragraph.unit_accessibility_information.default targetEntityType: paragraph bundle: unit_accessibility_information diff --git a/conf/cmi/core.entity_form_display.paragraph.unit_contact_card.default.yml b/conf/cmi/core.entity_form_display.paragraph.unit_contact_card.default.yml index c4fc4cf6..77af8f3f 100644 --- a/conf/cmi/core.entity_form_display.paragraph.unit_contact_card.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.unit_contact_card.default.yml @@ -15,7 +15,7 @@ dependencies: - field.field.paragraph.unit_contact_card.field_unit_contact_use_postal - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: Bq6G32sj09-QkuhN599_1I8I8SYgRyC4LsKo7y2srSM + default_config_hash: XnijiEfDptaMmJSLOaRAbmsG5jdy70ENYFsDRp7dXck id: paragraph.unit_contact_card.default targetEntityType: paragraph bundle: unit_contact_card diff --git a/conf/cmi/core.entity_form_display.paragraph.unit_search.default.yml b/conf/cmi/core.entity_form_display.paragraph.unit_search.default.yml index 66daf30a..ea8901b8 100644 --- a/conf/cmi/core.entity_form_display.paragraph.unit_search.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.unit_search.default.yml @@ -39,7 +39,7 @@ third_party_settings: description: '' required_fields: true _core: - default_config_hash: vbRB18A3JsLF_zwHOAgvihRh5k7hedeENTPhXgJEkJ8 + default_config_hash: GcT7qj196wwATfjmkyBN9-DDG7Wdn-eN6c2wue_Lc0o id: paragraph.unit_search.default targetEntityType: paragraph bundle: unit_search diff --git a/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml b/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml index b8fbd956..6f97afab 100644 --- a/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml +++ b/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml @@ -15,7 +15,7 @@ dependencies: - path - readonly_field_widget _core: - default_config_hash: TuN2oM9gnDHnqYyB_3Y28xQmAKLYtQD0cry_Qo4jByo + default_config_hash: amvJn8QveSpTGPn4OxMMjWzFFf7N17O7DvmtGbcW9UI id: tpr_service.tpr_service.default targetEntityType: tpr_service bundle: tpr_service diff --git a/conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml b/conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml index 57408cb6..9a10699e 100644 --- a/conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml +++ b/conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml @@ -20,7 +20,7 @@ dependencies: - readonly_field_widget - text _core: - default_config_hash: rWjpesn9mLPiT19k4RZ1DEjahx07CnmM2G6kg47-IFE + default_config_hash: 3g-O4ktKMQhcD-6PCt5VJF3r8nqL-lulPMSA7-Y6ra4 id: tpr_unit.tpr_unit.default targetEntityType: tpr_unit bundle: tpr_unit diff --git a/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml b/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml index d008b579..1420a009 100644 --- a/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml @@ -10,7 +10,7 @@ dependencies: module: - text _core: - default_config_hash: kW70crB1EX1jLksh-hgRFpNJ1-PSnTUlofrFYeanHkQ + default_config_hash: eiglOcpySWdNY4rKKPVCrKwrxr25tn6Cbj0EC5mZD-o id: paragraph.service_list.default targetEntityType: paragraph bundle: service_list diff --git a/conf/cmi/core.entity_view_display.paragraph.service_list_search.default.yml b/conf/cmi/core.entity_view_display.paragraph.service_list_search.default.yml index dece1c82..37a4bb99 100644 --- a/conf/cmi/core.entity_view_display.paragraph.service_list_search.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.service_list_search.default.yml @@ -11,7 +11,7 @@ dependencies: module: - text _core: - default_config_hash: 4XcLG72bt62muHNaqaomX1kaqTOb8uT6heFE83q3ld0 + default_config_hash: 6s7ClCY0Ye2Q8BJVAPkAwGuxMVSrDzeGeGGghM7kDAg id: paragraph.service_list_search.default targetEntityType: paragraph bundle: service_list_search diff --git a/conf/cmi/core.entity_view_display.paragraph.unit_accessibility_information.default.yml b/conf/cmi/core.entity_view_display.paragraph.unit_accessibility_information.default.yml index 9d03f3de..ab172f8e 100644 --- a/conf/cmi/core.entity_view_display.paragraph.unit_accessibility_information.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.unit_accessibility_information.default.yml @@ -6,7 +6,7 @@ dependencies: - field.field.paragraph.unit_accessibility_information.field_unit_accessibility_unit - paragraphs.paragraphs_type.unit_accessibility_information _core: - default_config_hash: fs0hvNS9lcziz7yNYs7VDWHmIs6wqeA2SZxMrkpb3KQ + default_config_hash: nD2FMGbeq63DBUh4e46vLm1rhjhLoRIMd_om9U0BKO0 id: paragraph.unit_accessibility_information.default targetEntityType: paragraph bundle: unit_accessibility_information diff --git a/conf/cmi/core.entity_view_display.paragraph.unit_contact_card.default.yml b/conf/cmi/core.entity_view_display.paragraph.unit_contact_card.default.yml index 4308ce40..725ef046 100644 --- a/conf/cmi/core.entity_view_display.paragraph.unit_contact_card.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.unit_contact_card.default.yml @@ -15,7 +15,7 @@ dependencies: - field.field.paragraph.unit_contact_card.field_unit_contact_use_postal - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: EU0zJOIFt1tmZeUsDpYl1d3uFvYxMy7dPm6tX4qhGC0 + default_config_hash: DvEDTYQYY2bJ_PzPZtlMEowZm2o5MrLaCa3p9T-NTAs id: paragraph.unit_contact_card.default targetEntityType: paragraph bundle: unit_contact_card diff --git a/conf/cmi/core.entity_view_display.paragraph.unit_search.default.yml b/conf/cmi/core.entity_view_display.paragraph.unit_search.default.yml index 62682779..9c2a0625 100644 --- a/conf/cmi/core.entity_view_display.paragraph.unit_search.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.unit_search.default.yml @@ -16,7 +16,7 @@ dependencies: module: - text _core: - default_config_hash: _rIJbTr_x5HmlmN6Fw3EBsKZGvNOyKbQjSaKc1mKNG8 + default_config_hash: IL_JPdFWgs51XtqLJLeqJdz48OmHbS-ce11cW_UYwAw id: paragraph.unit_search.default targetEntityType: paragraph bundle: unit_search diff --git a/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml b/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml index b14ff9b4..4a19bc6e 100644 --- a/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml +++ b/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml @@ -7,7 +7,7 @@ dependencies: - link - text _core: - default_config_hash: meHtG3XT9u_TTzIJMXY2wn_dg1i-8K53Z2pAGaEsEb4 + default_config_hash: cOt6kKLKF6kBMVhPBG2d70sX0dCJoLkbONDl7nq9e3Q id: tpr_errand_service.tpr_errand_service.default targetEntityType: tpr_errand_service bundle: tpr_errand_service diff --git a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml index 35f5171f..bccb5a1a 100644 --- a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml +++ b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml @@ -14,7 +14,7 @@ dependencies: - metatag - text _core: - default_config_hash: bipB-zcUXW3e12wtjBTJ42I9vKovNlR8ZW8o-73Reas + default_config_hash: FpnYo5IdVxWpdELG0Wm8Nzi1kXiJrrIjm28ViLuz4Mk id: tpr_service.tpr_service.default targetEntityType: tpr_service bundle: tpr_service diff --git a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml index 902a6d7b..88ce536f 100644 --- a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml +++ b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml @@ -12,7 +12,7 @@ dependencies: - helfi_tpr - text _core: - default_config_hash: _3hhx9CkvItBW_aQmvGwqAsj65Tat3XlacXqHwECJgo + default_config_hash: Omdo6M-IMXkz9G6hFOYAv8AUs4xpI0Twd_xy_nqlIXA id: tpr_service.tpr_service.teaser targetEntityType: tpr_service bundle: tpr_service diff --git a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser_search_result.yml b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser_search_result.yml index 83c7b2c1..8c7cc1f7 100644 --- a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser_search_result.yml +++ b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser_search_result.yml @@ -12,7 +12,7 @@ dependencies: - helfi_tpr - text _core: - default_config_hash: eoKQQ4Dm1sXFoG58JFBy_EocUfCV1R4fVs65N63D7xo + default_config_hash: Zqle6dVKIzR8o-4kbybadE49WQ-T_Np_CypDeRRSYqg id: tpr_service.tpr_service.teaser_search_result targetEntityType: tpr_service bundle: tpr_service diff --git a/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml b/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml index 807ba27d..84a00087 100644 --- a/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml +++ b/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml @@ -9,7 +9,7 @@ dependencies: - telephone - text _core: - default_config_hash: 9XViQdkj3AGE9DnZ_8xfkqd8ZNNYMpNf7YLno-9_-40 + default_config_hash: BTW_HW2OYa0RCH89g2y9lkd3VN_gzGOx1F8pjFoClNk id: tpr_service_channel.tpr_service_channel.default targetEntityType: tpr_service_channel bundle: tpr_service_channel diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml index 5c155b50..10e2d398 100644 --- a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml @@ -20,7 +20,7 @@ dependencies: - telephone - text _core: - default_config_hash: KKLuQo4x7W4plteNKkenZDXlAFJZq_JIKLNpkVpMvY0 + default_config_hash: 8yqntKJ5sVjYrAf4wrF72PSSJYKBKApvvSNACQEMvSY id: tpr_unit.tpr_unit.default targetEntityType: tpr_unit bundle: tpr_unit diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.minimal.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.minimal.yml index 947fcd05..35b2112e 100644 --- a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.minimal.yml +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.minimal.yml @@ -14,7 +14,7 @@ dependencies: - address - helfi_tpr _core: - default_config_hash: hyQdtfnFAHflVh30neHIGf5Q1EQKwQ6Fh8L40BGc6Q4 + default_config_hash: UXbsPhSx5OhRv-SiUJKF71LT6PzjzoW2XgBTOdLD54w id: tpr_unit.tpr_unit.minimal targetEntityType: tpr_unit bundle: tpr_unit diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser.yml index bdca186b..138f681a 100644 --- a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser.yml +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser.yml @@ -16,7 +16,7 @@ dependencies: - helfi_tpr - imagecache_external _core: - default_config_hash: bu1vbWjYc7PTOP7denJmdFWv2Zxqx4AW3vn1SI8bTBE + default_config_hash: m1bmfjjZv3vQY6PgMNy1iVlUMSu481oOvcyJZSDTlvs id: tpr_unit.tpr_unit.teaser targetEntityType: tpr_unit bundle: tpr_unit diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser_with_image.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser_with_image.yml index 66d2bb93..6277c8d6 100644 --- a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser_with_image.yml +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.teaser_with_image.yml @@ -17,7 +17,7 @@ dependencies: - imagecache_external - telephone _core: - default_config_hash: McJz2HeaXm4Y5NdPeFwbANVbhm0Gkt4cWqbbUqxkUfg + default_config_hash: XgxN3jbnhDyWylFc1AbX-ZCkbtmkCWri5liWmWtvm4E id: tpr_unit.tpr_unit.teaser_with_image targetEntityType: tpr_unit bundle: tpr_unit diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml index 6e623733..97ef330f 100644 --- a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml @@ -17,7 +17,7 @@ dependencies: - imagecache_external - telephone _core: - default_config_hash: 4JVDtiNxzY2SrNjrfQQb9FqiK5AqDROxV5xrIRT9iYs + default_config_hash: cckwj35wWsGAYunHIdT0rY9aYhkXdHeMC-kIFwe8cpY id: tpr_unit.tpr_unit.wide_teaser targetEntityType: tpr_unit bundle: tpr_unit diff --git a/conf/cmi/core.entity_view_mode.tpr_service.teaser.yml b/conf/cmi/core.entity_view_mode.tpr_service.teaser.yml index 20280f0e..13758e71 100644 --- a/conf/cmi/core.entity_view_mode.tpr_service.teaser.yml +++ b/conf/cmi/core.entity_view_mode.tpr_service.teaser.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: i_wjmDIqaBVX_NtJINMsSeUkcCwfmH8OsoB93VymSzU + default_config_hash: mYXGkc9X4WnppyKBEO4sV7QYIqdB4c7wRN74IyWw53s id: tpr_service.teaser label: Teaser description: '' diff --git a/conf/cmi/core.entity_view_mode.tpr_service.teaser_search_result.yml b/conf/cmi/core.entity_view_mode.tpr_service.teaser_search_result.yml index 66d75940..b0998b7e 100644 --- a/conf/cmi/core.entity_view_mode.tpr_service.teaser_search_result.yml +++ b/conf/cmi/core.entity_view_mode.tpr_service.teaser_search_result.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: Bck2wHrov_usRbEmhg9RWaK8Z0oIunYGSPSiqrtdsn8 + default_config_hash: fzSXLoxw7b-BEGzoSXlpt2_PXIvs5oYPhgH7XgoHrV0 id: tpr_service.teaser_search_result label: 'Teaser search result' description: '' diff --git a/conf/cmi/core.entity_view_mode.tpr_unit.minimal.yml b/conf/cmi/core.entity_view_mode.tpr_unit.minimal.yml index 2b7e3bb5..f95686c1 100644 --- a/conf/cmi/core.entity_view_mode.tpr_unit.minimal.yml +++ b/conf/cmi/core.entity_view_mode.tpr_unit.minimal.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: oC631SbwdCatNJWszkWAMTv-HhBr0SNctVNIuglNmRk + default_config_hash: JpDr2YXo_nWvPuiCLUFrcc7_Vvotyp1JE9WV9hvLK2I id: tpr_unit.minimal label: Minimal description: '' diff --git a/conf/cmi/core.entity_view_mode.tpr_unit.teaser.yml b/conf/cmi/core.entity_view_mode.tpr_unit.teaser.yml index 414ce912..3f90cbe9 100644 --- a/conf/cmi/core.entity_view_mode.tpr_unit.teaser.yml +++ b/conf/cmi/core.entity_view_mode.tpr_unit.teaser.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: TSNBB3UUcZstVdW5hFlz-fFEJYyVvdhfrmVqSA1yH-c + default_config_hash: hP-czgVyhYGFaW4sDcJ-c7V5NjpzRDDHESelZ_pVHv8 id: tpr_unit.teaser label: Teaser description: '' diff --git a/conf/cmi/core.entity_view_mode.tpr_unit.teaser_with_image.yml b/conf/cmi/core.entity_view_mode.tpr_unit.teaser_with_image.yml index 7d6f9e8f..9cdd930d 100644 --- a/conf/cmi/core.entity_view_mode.tpr_unit.teaser_with_image.yml +++ b/conf/cmi/core.entity_view_mode.tpr_unit.teaser_with_image.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: AT-6ewVmv-w7sldP6bao9gCSTFtvUZOBaxEw8CUz0qc + default_config_hash: QRNGg4xEDWzlalcBbwFgtRSoLgn-bg_fnUbfOHCU3sI id: tpr_unit.teaser_with_image label: 'Teaser with image' description: '' diff --git a/conf/cmi/core.entity_view_mode.tpr_unit.token.yml b/conf/cmi/core.entity_view_mode.tpr_unit.token.yml index badbfb03..f10e0d83 100644 --- a/conf/cmi/core.entity_view_mode.tpr_unit.token.yml +++ b/conf/cmi/core.entity_view_mode.tpr_unit.token.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: e-6Lzi05F7EOEjvoo3YbLY-ig8Ha3dPyz8_FV5rl5fU + default_config_hash: 6v9tmcPfWyZdnI_xYTHtRWszit_jQFOPOXIi0GGYIqc id: tpr_unit.token label: Token description: '' diff --git a/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml b/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml index 667ee6e0..281f64da 100644 --- a/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml +++ b/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: pCrUWHaeZex0d_WTGOeIQJaFAmfPt_TqErzFsTn3xFE + default_config_hash: LHSCUu61QmAp9xLqPCXxulNsrk79jkqds89okZ9vqWo id: tpr_unit.wide_teaser label: 'Wide Teaser' description: '' diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml index 88d8a944..cb335cac 100644 --- a/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: F7V4AQx0zWAdd6NyulXLp4K2s6PBezGsl_ecYU16FNI + default_config_hash: WSLXzsm7pXNMESax5DNMHcbnI_0fm2Hnv-jtq9Hs5Dw id: paragraph.service_list.field_service_list_description field_name: field_service_list_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml index 99f4e96c..60c1bf97 100644 --- a/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_service_list_services - paragraphs.paragraphs_type.service_list _core: - default_config_hash: XwZrOmb0A1YNyW05mKirfMztU2UQan3_Pcrs8VmooR0 + default_config_hash: BZjWuIfNTc5Op1duIqH3ObCJwMI3QEwAgBq351kAzzA id: paragraph.service_list.field_service_list_services field_name: field_service_list_services entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml index 89f436a1..33f8d294 100644 --- a/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_service_list_title - paragraphs.paragraphs_type.service_list _core: - default_config_hash: oBzVKXOGVyK1Hf2Ndjf41frBNagrtCe9_a15bzOSPDs + default_config_hash: lKL12RTyHJIVk8ofzLrcfFTfy_A_0zAQ-OwohKBwN4w id: paragraph.service_list.field_service_list_title field_name: field_service_list_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_description.yml b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_description.yml index 514051ee..e18a9431 100644 --- a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_description.yml +++ b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_description.yml @@ -12,7 +12,7 @@ third_party_settings: allowed_formats: allowed_formats: { } _core: - default_config_hash: yeqBqggQyiFRO9uAQLAdhfLG0WuHCnqkOKMGQmJHwRE + default_config_hash: vONhqGcBcVmPubucjAYf01UQF9M6rZjZE2VixG7UNwc id: paragraph.service_list_search.field_service_list_description field_name: field_service_list_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_service_ids.yml b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_service_ids.yml index a0d6e375..c7217b58 100644 --- a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_service_ids.yml +++ b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_service_ids.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_service_list_service_ids - paragraphs.paragraphs_type.service_list_search _core: - default_config_hash: pkOQqZ0G4ORl5Azr8Re8gwetouG59hOQt5JxVd8kpwU + default_config_hash: TP_IVXamUvFpvtsgUxmNMmvHBi1jWZquzDOyBfY2Gk4 id: paragraph.service_list_search.field_service_list_service_ids field_name: field_service_list_service_ids entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_services.yml b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_services.yml index e8ab54f1..8c4e0793 100644 --- a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_services.yml +++ b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_services.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_service_list_services - paragraphs.paragraphs_type.service_list_search _core: - default_config_hash: RscGeFdyxsYK1PVhK3dBNHlSyub_bE8t096GS-8eEhU + default_config_hash: lc2D8amu1wUNWrlLU6wg_FtxmZGUQRn8CrGydtYwWSg id: paragraph.service_list_search.field_service_list_services field_name: field_service_list_services entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_title.yml b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_title.yml index fdb13b8c..c0c8e2cb 100644 --- a/conf/cmi/field.field.paragraph.service_list_search.field_service_list_title.yml +++ b/conf/cmi/field.field.paragraph.service_list_search.field_service_list_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_service_list_title - paragraphs.paragraphs_type.service_list_search _core: - default_config_hash: NtEMPnv-Of-pK6EwR3ru5V2sUExN1SNjUQuS3H589Bo + default_config_hash: R6Xb9GkS-TmDUHfPEm5TWgyyt8mijAWsbRBuqxFXULg id: paragraph.service_list_search.field_service_list_title field_name: field_service_list_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_accessibility_information.field_unit_accessibility_unit.yml b/conf/cmi/field.field.paragraph.unit_accessibility_information.field_unit_accessibility_unit.yml index a3ad2b28..afcd7fd4 100644 --- a/conf/cmi/field.field.paragraph.unit_accessibility_information.field_unit_accessibility_unit.yml +++ b/conf/cmi/field.field.paragraph.unit_accessibility_information.field_unit_accessibility_unit.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_accessibility_unit - paragraphs.paragraphs_type.unit_accessibility_information _core: - default_config_hash: ALIooZkYAEjfYbY7WHEJz8hSboKA9IjSro9xUr5Lpxw + default_config_hash: dJIF4dFNkWVOIFfjysbaqQC7R_nVNHjoeumZks2-AY0 id: paragraph.unit_accessibility_information.field_unit_accessibility_unit field_name: field_unit_accessibility_unit entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_title.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_title.yml index 882b360d..46d54225 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_title.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_title - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: BBtHOIG5Kl00da2A5MGqujVP7Mv30KLIQo0EppzL_6Y + default_config_hash: naZYC-AB_hI23uWltMtB5_GCy_d25LIFTQqZkDlqb6s id: paragraph.unit_contact_card.field_unit_contact_title field_name: field_unit_contact_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_unit.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_unit.yml index a155701c..3a154181 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_unit.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_unit.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_unit - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: '-TJ64AvbccN9tM_3346W4uk62EMhack-1q7ScuxBvc8' + default_config_hash: waDmESx61VFglFFxDDR5utJkuUkkFwhuT-q4jDvc2Io id: paragraph.unit_contact_card.field_unit_contact_unit field_name: field_unit_contact_unit entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_address.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_address.yml index a6ed6d73..54454f8b 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_address.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_address.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_address - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: iLunbVe1WwilCBd7ga4v1cMXJVMBff5W71TtUaGBFMY + default_config_hash: '-CO_oQe3qxbwaJKgY8J-sRsuP4aOVvBFXpq6UNTVtfQ' id: paragraph.unit_contact_card.field_unit_contact_use_address field_name: field_unit_contact_use_address entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_details.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_details.yml index f7907e6e..c2ebd8a0 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_details.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_details.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_details - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: mKUcY-77saUKuSnjzPmx8QHw-gtexDvlq60TkWZIfJw + default_config_hash: UAFTSp4ZssdialurpXE-j-ZnS5atHKOIZwshZWZel-Y id: paragraph.unit_contact_card.field_unit_contact_use_details field_name: field_unit_contact_use_details entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_link.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_link.yml index 0da4df6d..522737ca 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_link.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_link.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_link - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: 3C8lV79YWtodb_RzX5bcS31hANW92D4ic6XUUsSP5DA + default_config_hash: 5YM4zyd4QFS-EvNcAYglfKXoDrFqG9gtaKT7BAGIBTE id: paragraph.unit_contact_card.field_unit_contact_use_link field_name: field_unit_contact_use_link entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_opening.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_opening.yml index 7b947f4e..add87f9a 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_opening.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_opening.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_opening - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: OAgqWDx1bTc8LKZaeOBw6xVxNTBrL6ivYhKXxO2YGQI + default_config_hash: wiNkaCpFOEVhcpAOr8Q5RGfP7E3EWu8NKcRKRR79euc id: paragraph.unit_contact_card.field_unit_contact_use_opening field_name: field_unit_contact_use_opening entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_override.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_override.yml index 094d1222..8eb999d4 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_override.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_override.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_override - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: 8CkfaWELO_WKLOH9HtEAEjBJ4GXUTt-9nYYPvyOpT48 + default_config_hash: OUmYNrZkTVviMpx_YQ4MBoI5iGPJJx1GNYcaKcUQ2As id: paragraph.unit_contact_card.field_unit_contact_use_override field_name: field_unit_contact_use_override entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_phone.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_phone.yml index 36a59807..aaabd4c9 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_phone.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_phone.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_phone - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: BnO5qnDTPxaMoFFoYvGvl8YDm-kg_8u6ftGQEcrS8PQ + default_config_hash: XXitB7rbXlSpOp7sacd36-tuEMbyXRLTm7-O8Ya3djU id: paragraph.unit_contact_card.field_unit_contact_use_phone field_name: field_unit_contact_use_phone entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_picture.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_picture.yml index 0f1e2e3a..9f2c8ac5 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_picture.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_picture.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_picture - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: W9PYT8Kh6u4JtMcPeUHHWL7JCpUl9x9LGu3IUq7plzU + default_config_hash: ybbmifukacPQuoKD_WyOIeGYYnYgbAxNO_P-9oRKjsI id: paragraph.unit_contact_card.field_unit_contact_use_picture field_name: field_unit_contact_use_picture entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_postal.yml b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_postal.yml index 6deef637..503840a0 100644 --- a/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_postal.yml +++ b/conf/cmi/field.field.paragraph.unit_contact_card.field_unit_contact_use_postal.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_contact_use_postal - paragraphs.paragraphs_type.unit_contact_card _core: - default_config_hash: LK-JB_ukUxsmyTtykK_7GlgaMDQMmgDvZ9MIMtIKjiA + default_config_hash: bM4yXm_Ch9hVKLwqRQevjr-1SstsQ1n3sjxIpGbqvco id: paragraph.unit_contact_card.field_unit_contact_use_postal field_name: field_unit_contact_use_postal entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_search_results_term.yml b/conf/cmi/field.field.paragraph.unit_search.field_search_results_term.yml index c16c0afb..cf1da429 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_search_results_term.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_search_results_term.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_search_results_term - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: XRHpCh3T9okEVBDCzBVMtmiYlNMiMQB2iYFvkMQuXkI + default_config_hash: 4j74nJ8pkwO1PEDOmqnoweXkXM22J3cWhPd9okr7XyU id: paragraph.unit_search.field_search_results_term field_name: field_search_results_term entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_search_results_terms.yml b/conf/cmi/field.field.paragraph.unit_search.field_search_results_terms.yml index 6b9a5167..29c18ebf 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_search_results_terms.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_search_results_terms.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_search_results_terms - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: RXz51vDkOLZTPtXNThDBWaYCId5eFU9080-fzmD5pf4 + default_config_hash: fV2TW0cKm-hmWX0ZDo6YPoqdyzTRKXmpFzMXMn5qm-0 id: paragraph.unit_search.field_search_results_terms field_name: field_search_results_terms entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_description.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_description.yml index 33692ab5..f55976cb 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_description.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_description.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: ZTGauGBzc-adynSr7Fa8sun-ObVxDXyauVyGkBt3lDQ + default_config_hash: '-fU9zvFO6Dfra-ZVdz-qu9kFcongWTAIeM63PJ2_yR0' id: paragraph.unit_search.field_unit_search_description field_name: field_unit_search_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_button.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_button.yml index 81c6f774..99278f02 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_button.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_button.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_search_meta_button - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: WMu_pMff9ufbsIcNN5Zvzs4WpVegPk-rKheQ66Bdu9Y + default_config_hash: 8BW7RzghSe7lYQ9KMRW2NRbyOXuO8FzEMDUBA5thsKE id: paragraph.unit_search.field_unit_search_meta_button field_name: field_unit_search_meta_button entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_desc.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_desc.yml index 13bb73b7..1169c269 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_desc.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_desc.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_search_meta_desc - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: eO7p_-lmOug7Mm2Rdxt0p-TTT6V2MBBxH9L_YEo-7ZM + default_config_hash: hLpHRtmZHbLmB5LJ5QrCiU4WbgdDi9M5o-FvCcc8a9Q id: paragraph.unit_search.field_unit_search_meta_desc field_name: field_unit_search_meta_desc entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_label.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_label.yml index 7661569a..07741794 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_label.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_label.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_search_meta_label - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: _CohHpP7Jn_QVCGv0OEu_fADS_cFoVCJazqqiPhdmr4 + default_config_hash: OEhMNp8S1NYyAXrheH67TRabPIzFGqsHZnqmc3PAAuA id: paragraph.unit_search.field_unit_search_meta_label field_name: field_unit_search_meta_label entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_placehold.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_placehold.yml index 3d1b4544..b0239501 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_placehold.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_meta_placehold.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_search_meta_placehold - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: GrQB9l3hLoUZhQ-FDWoVOX0rTHMExIq0kin0dlxTtVk + default_config_hash: GaDAu9V05K9fLRknTO5ZeZm5KLZCiZaDPR9aj8OoNiw id: paragraph.unit_search.field_unit_search_meta_placehold field_name: field_unit_search_meta_placehold entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_title.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_title.yml index adcaacb3..126e679b 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_title.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_search_title - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: sQpUskn9FCVfQsBAjHS47snj5E5RTU_TYqZXqI9ceAs + default_config_hash: 7cR0jEOyeMeH22va4HYiy7UZM3glvW1yvOuik7hr9qE id: paragraph.unit_search.field_unit_search_title field_name: field_unit_search_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_units.yml b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_units.yml index f1b201b2..7d0de84b 100644 --- a/conf/cmi/field.field.paragraph.unit_search.field_unit_search_units.yml +++ b/conf/cmi/field.field.paragraph.unit_search.field_unit_search_units.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_unit_search_units - paragraphs.paragraphs_type.unit_search _core: - default_config_hash: SCT4zl8xO6Z8CNUEXaB2oT-hw7lmB9_g78Qnq_f32Sg + default_config_hash: Pbsh5Vkiz_LpPDJg6Y9vVUl1nGAyMMdh1i1gCB57XmA id: paragraph.unit_search.field_unit_search_units field_name: field_unit_search_units entity_type: paragraph diff --git a/conf/cmi/field.field.tpr_service.tpr_service.field_content.yml b/conf/cmi/field.field.tpr_service.tpr_service.field_content.yml index f9aa1e8e..cf5d51c4 100644 --- a/conf/cmi/field.field.tpr_service.tpr_service.field_content.yml +++ b/conf/cmi/field.field.tpr_service.tpr_service.field_content.yml @@ -23,7 +23,7 @@ dependencies: - entity_reference_revisions - helfi_tpr _core: - default_config_hash: xwV8V9oqgwBpuEwFQk0laZrlgnyTvyKUPjFd9p1mMOY + default_config_hash: IreRPp_R8iN3HQMvgE4hlVOYKqJwXMN5-jYgCzswYaE id: tpr_service.tpr_service.field_content field_name: field_content entity_type: tpr_service diff --git a/conf/cmi/field.field.tpr_service.tpr_service.field_lower_content.yml b/conf/cmi/field.field.tpr_service.tpr_service.field_lower_content.yml index 01b55ccf..ff745303 100644 --- a/conf/cmi/field.field.tpr_service.tpr_service.field_lower_content.yml +++ b/conf/cmi/field.field.tpr_service.tpr_service.field_lower_content.yml @@ -25,7 +25,7 @@ dependencies: - entity_reference_revisions - helfi_tpr _core: - default_config_hash: 0w6TAkgLk9On5XOviDXTpRRHVp8nbu2p0XIiehLioLs + default_config_hash: q-oa5ZNTKInja1A8MaGO4_hg006nfMgJe8_gwqlm3pA id: tpr_service.tpr_service.field_lower_content field_name: field_lower_content entity_type: tpr_service diff --git a/conf/cmi/field.field.tpr_service.tpr_service.field_metatags.yml b/conf/cmi/field.field.tpr_service.tpr_service.field_metatags.yml index 36b34073..c9dd7b8c 100644 --- a/conf/cmi/field.field.tpr_service.tpr_service.field_metatags.yml +++ b/conf/cmi/field.field.tpr_service.tpr_service.field_metatags.yml @@ -8,7 +8,7 @@ dependencies: - helfi_tpr - metatag _core: - default_config_hash: 5x1CWNf72cYy-JGW87JAyxyWU83DHkXlxsNzkc3by7U + default_config_hash: 50avGTEAY4LrDVTpoww8vLa8Viq85hu9AATbYGq8MhI id: tpr_service.tpr_service.field_metatags field_name: field_metatags entity_type: tpr_service diff --git a/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml b/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml index 722275c2..b63a9161 100644 --- a/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml +++ b/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml @@ -10,7 +10,7 @@ dependencies: - entity_reference_revisions - helfi_tpr _core: - default_config_hash: 2Cnwe0fNZpuNDGlHzy54i1Qhrc7QLtTUkRRnvfrDObo + default_config_hash: 3C5zcCobb9n7EPOR9DYFOkk1FSpaa52Z7KnPnzr4A4M id: tpr_service.tpr_service.field_sidebar_content field_name: field_sidebar_content entity_type: tpr_service diff --git a/conf/cmi/field.field.tpr_unit.tpr_unit.field_content.yml b/conf/cmi/field.field.tpr_unit.tpr_unit.field_content.yml index 74ed5360..a6deee8d 100644 --- a/conf/cmi/field.field.tpr_unit.tpr_unit.field_content.yml +++ b/conf/cmi/field.field.tpr_unit.tpr_unit.field_content.yml @@ -18,7 +18,7 @@ dependencies: - entity_reference_revisions - helfi_tpr _core: - default_config_hash: 7mu1uOGOAtNGBSsMGRGHZ7E2-6BYzH1Giv6pIn5tgHY + default_config_hash: _IJ_T9TBnThINg3bPV8UvibWhWUhtPldQaOurZxwKLs id: tpr_unit.tpr_unit.field_content field_name: field_content entity_type: tpr_unit diff --git a/conf/cmi/field.field.tpr_unit.tpr_unit.field_lower_content.yml b/conf/cmi/field.field.tpr_unit.tpr_unit.field_lower_content.yml index b2b7d81c..690bc217 100644 --- a/conf/cmi/field.field.tpr_unit.tpr_unit.field_lower_content.yml +++ b/conf/cmi/field.field.tpr_unit.tpr_unit.field_lower_content.yml @@ -22,7 +22,7 @@ dependencies: - entity_reference_revisions - helfi_tpr _core: - default_config_hash: LqUdG1L3Wvh90fVFHW34j32jhlAr4IEVX4tUGiqP5to + default_config_hash: oqTgv8tcp9ZGlwBRhq_dcAkx3GEcc82JM9B4e8G_wcM id: tpr_unit.tpr_unit.field_lower_content field_name: field_lower_content entity_type: tpr_unit diff --git a/conf/cmi/field.field.tpr_unit.tpr_unit.field_metatags.yml b/conf/cmi/field.field.tpr_unit.tpr_unit.field_metatags.yml index 727dcd2a..a363ac05 100644 --- a/conf/cmi/field.field.tpr_unit.tpr_unit.field_metatags.yml +++ b/conf/cmi/field.field.tpr_unit.tpr_unit.field_metatags.yml @@ -8,7 +8,7 @@ dependencies: - helfi_tpr - metatag _core: - default_config_hash: W1NAXHJMlL-zwKt4zHWC3omPwPsBgqQrTtxVBwlTjj8 + default_config_hash: tn_mjd2cZ0w6sEvbHoNYU_ktmU3d-qL39bjmm2EFHL4 id: tpr_unit.tpr_unit.field_metatags field_name: field_metatags entity_type: tpr_unit diff --git a/conf/cmi/field.field.tpr_unit.tpr_unit.field_unit_type.yml b/conf/cmi/field.field.tpr_unit.tpr_unit.field_unit_type.yml index a6824fb0..f3696e6f 100644 --- a/conf/cmi/field.field.tpr_unit.tpr_unit.field_unit_type.yml +++ b/conf/cmi/field.field.tpr_unit.tpr_unit.field_unit_type.yml @@ -8,7 +8,7 @@ dependencies: module: - helfi_tpr _core: - default_config_hash: BLNb3yKJPpMSTKm84mRGtnq7lJfH4kk7mhERHfI02KE + default_config_hash: W00H2HxqhCEH0vw9UHm3HPBPfdTrc5edqKV0t0Z1AY8 id: tpr_unit.tpr_unit.field_unit_type field_name: field_unit_type entity_type: tpr_unit diff --git a/conf/cmi/field.storage.node.field_content.yml b/conf/cmi/field.storage.node.field_content.yml index 5c246c83..ff16eb43 100644 --- a/conf/cmi/field.storage.node.field_content.yml +++ b/conf/cmi/field.storage.node.field_content.yml @@ -10,7 +10,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: Ebw7CEgPDDdtSYYLtvWRbj2QIlTsLRF1mDZm-8yoX9Y + default_config_hash: QoQLD9vmeQljns4wMuO29VxHHq71mNkcaUmj0JGd2CM id: node.field_content field_name: field_content entity_type: node diff --git a/conf/cmi/field.storage.node.field_has_hero.yml b/conf/cmi/field.storage.node.field_has_hero.yml index e64634cb..1dcb76de 100644 --- a/conf/cmi/field.storage.node.field_has_hero.yml +++ b/conf/cmi/field.storage.node.field_has_hero.yml @@ -8,7 +8,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: 3rGbVJ2xe7E0_lsp7w4dUxvy1rPnYz8GaDMNBguFJhY + default_config_hash: OFYe_La040I0-hSBu4xkEcdVHCS1RZOjZItXvtiwFdE id: node.field_has_hero field_name: field_has_hero entity_type: node diff --git a/conf/cmi/field.storage.node.field_hero.yml b/conf/cmi/field.storage.node.field_hero.yml index a4801632..f7f64c5e 100644 --- a/conf/cmi/field.storage.node.field_hero.yml +++ b/conf/cmi/field.storage.node.field_hero.yml @@ -10,7 +10,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: lZf_CG0kQal_p617CeuEss98LCiNSUie7YsFBDGfMQk + default_config_hash: 0J7EuuCLueZxF3Tw8E3_NoAnntLpKZcV5gKrzeDduUc id: node.field_hero field_name: field_hero entity_type: node diff --git a/conf/cmi/field.storage.node.field_lead_in.yml b/conf/cmi/field.storage.node.field_lead_in.yml index c16aa4f6..10892457 100644 --- a/conf/cmi/field.storage.node.field_lead_in.yml +++ b/conf/cmi/field.storage.node.field_lead_in.yml @@ -5,7 +5,7 @@ dependencies: module: - node _core: - default_config_hash: Cf39nctNHkNaTzaJc9NqLwF98mZfUGS27VAN17LqI6Q + default_config_hash: 0rw0CYFvFNDqxR9O5rXxQySjpYeXsPgDHqCwBCVEUvw id: node.field_lead_in field_name: field_lead_in entity_type: node diff --git a/conf/cmi/field.storage.node.field_liftup_image.yml b/conf/cmi/field.storage.node.field_liftup_image.yml index 574c647b..8f82d020 100644 --- a/conf/cmi/field.storage.node.field_liftup_image.yml +++ b/conf/cmi/field.storage.node.field_liftup_image.yml @@ -9,7 +9,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: aeYXO-Vy_5Lvrr1As5VR7rzx1riAwOUubi8KqPBf7_E + default_config_hash: nmDkeovJ-HXALyAYnFwwzbCxQM8zHONjRofmHb-UT-8 id: node.field_liftup_image field_name: field_liftup_image entity_type: node diff --git a/conf/cmi/field.storage.node.field_lower_content.yml b/conf/cmi/field.storage.node.field_lower_content.yml index 1dd1800b..49d6d21a 100644 --- a/conf/cmi/field.storage.node.field_lower_content.yml +++ b/conf/cmi/field.storage.node.field_lower_content.yml @@ -10,7 +10,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: '-U7KVNn-DruZ_qZCNWbSeXKmMkLOb2cl_kTg3aCvitU' + default_config_hash: PcHk8R2vUa4PnF4n275qv_fcIl8mD5MHhaLoM6-uTBQ id: node.field_lower_content field_name: field_lower_content entity_type: node diff --git a/conf/cmi/field.storage.node.field_metatags.yml b/conf/cmi/field.storage.node.field_metatags.yml index 72ddf458..70728359 100644 --- a/conf/cmi/field.storage.node.field_metatags.yml +++ b/conf/cmi/field.storage.node.field_metatags.yml @@ -6,7 +6,7 @@ dependencies: - metatag - node _core: - default_config_hash: BDSECt5D90GqrMisLwePLBPyL0-AEINdfTp--imHrCE + default_config_hash: ye-IJhRLlhEBxDgMDRcffQSZhLo7MMRJsQ91AARvo4Q id: node.field_metatags field_name: field_metatags entity_type: node diff --git a/conf/cmi/field.storage.node.field_sidebar_content.yml b/conf/cmi/field.storage.node.field_sidebar_content.yml index f825ca6a..b6655bed 100644 --- a/conf/cmi/field.storage.node.field_sidebar_content.yml +++ b/conf/cmi/field.storage.node.field_sidebar_content.yml @@ -10,7 +10,7 @@ dependencies: module: - helfi_base_content _core: - default_config_hash: 7B9RC92Th1X64DOrpzhiFQ0CJ5HpGC592PSalHWoDe4 + default_config_hash: nIyJwmbxaOepYZqCEuYfdz1iIJRaZ3b4E1XK3ztXIYs id: node.field_sidebar_content field_name: field_sidebar_content entity_type: node diff --git a/conf/cmi/field.storage.paragraph.field_description.yml b/conf/cmi/field.storage.paragraph.field_description.yml index aa58941d..bbbd4524 100644 --- a/conf/cmi/field.storage.paragraph.field_description.yml +++ b/conf/cmi/field.storage.paragraph.field_description.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: fKzNtaXpwSDABwoGwYS08V2A9EQvbkAWDDN9lHM6Alo + default_config_hash: NCiqvqoQm8z8H0nPiF30mQ02W36p3C9dRh5EcWwdapc id: paragraph.field_description field_name: field_description entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_icon.yml b/conf/cmi/field.storage.paragraph.field_icon.yml index 6358714e..4118b646 100644 --- a/conf/cmi/field.storage.paragraph.field_icon.yml +++ b/conf/cmi/field.storage.paragraph.field_icon.yml @@ -6,7 +6,7 @@ dependencies: - hdbt_admin_tools - paragraphs _core: - default_config_hash: 7iZEPC0L92cS72FKcOv5gExrCL3CHSK9DaQU_5-4JPw + default_config_hash: ziddGdHH0XW8XpiT0vu3prMGMiZA653hzSjbo-_mT0s id: paragraph.field_icon field_name: field_icon entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_iframe_title.yml b/conf/cmi/field.storage.paragraph.field_iframe_title.yml index cc8feea2..f7c3fef2 100644 --- a/conf/cmi/field.storage.paragraph.field_iframe_title.yml +++ b/conf/cmi/field.storage.paragraph.field_iframe_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: 3FyHZFVBPX-qi1AFJmHcS7-24936nQ9oMX22EPuavlE + default_config_hash: tfooO5GE5aGjKL_pD9HZL6qMLjmVmjOZx5r2ajImP6s id: paragraph.field_iframe_title field_name: field_iframe_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_search_results_term.yml b/conf/cmi/field.storage.paragraph.field_search_results_term.yml index 4bd2940b..961dcdf6 100644 --- a/conf/cmi/field.storage.paragraph.field_search_results_term.yml +++ b/conf/cmi/field.storage.paragraph.field_search_results_term.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: FjCwfl7T-gXkO6dwhE9RYF7fq7IosyyEQfg681BMMy4 + default_config_hash: Tg6AvGgqdOyNGRJqlHhyzt6HQyhV_3qWNvwtOBCg3f0 id: paragraph.field_search_results_term field_name: field_search_results_term entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_search_results_terms.yml b/conf/cmi/field.storage.paragraph.field_search_results_terms.yml index ed40d729..7de542db 100644 --- a/conf/cmi/field.storage.paragraph.field_search_results_terms.yml +++ b/conf/cmi/field.storage.paragraph.field_search_results_terms.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: VVZTJ9paBb_ryw8jCR3DkccocI3XQubanMAr3GgT4Qc + default_config_hash: rbwB17kDuDZO93yRhKtjaQh7JawLw6EA-w-i8gBHE00 id: paragraph.field_search_results_terms field_name: field_search_results_terms entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_list_description.yml b/conf/cmi/field.storage.paragraph.field_service_list_description.yml index 0142908d..76e47003 100644 --- a/conf/cmi/field.storage.paragraph.field_service_list_description.yml +++ b/conf/cmi/field.storage.paragraph.field_service_list_description.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: ASz1V3kpVyrT6werQTTFzFE6jW8s6gFHUmmNczZEbcI + default_config_hash: 7iX5fcDVXLMjVDIxibE52JWndkMK5U2_aOM5iAbQ2T4 id: paragraph.field_service_list_description field_name: field_service_list_description entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_list_service_ids.yml b/conf/cmi/field.storage.paragraph.field_service_list_service_ids.yml index c1932184..d1621779 100644 --- a/conf/cmi/field.storage.paragraph.field_service_list_service_ids.yml +++ b/conf/cmi/field.storage.paragraph.field_service_list_service_ids.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: W8FU8L5p00rESNWD5DbEI24AHZDyeiF7ry_S061SToo + default_config_hash: BkQHwD70xkWFPHXulWBSU1CN3fC21W4ng5KFvkJs1Eo id: paragraph.field_service_list_service_ids field_name: field_service_list_service_ids entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_list_services.yml b/conf/cmi/field.storage.paragraph.field_service_list_services.yml index 25a3bb96..fc3ddf25 100644 --- a/conf/cmi/field.storage.paragraph.field_service_list_services.yml +++ b/conf/cmi/field.storage.paragraph.field_service_list_services.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: qZWk4gKj0Il6m_R3LLu6MXsuqbrbifyhrNV-F8PV0wo + default_config_hash: dsZrZISQ8hSViTqUXVm-Hd2jMF62MtBZpccnS0sSyTw id: paragraph.field_service_list_services field_name: field_service_list_services entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_list_title.yml b/conf/cmi/field.storage.paragraph.field_service_list_title.yml index 438bc041..b88e538a 100644 --- a/conf/cmi/field.storage.paragraph.field_service_list_title.yml +++ b/conf/cmi/field.storage.paragraph.field_service_list_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: YXATV-Cdy2vbtOv6vCpESoo5N8vWgLQpxAZq-RYSGqM + default_config_hash: voZvwZVQPfZrHfpS54RuOtDSG2xxZpGuop5DTPGc2n4 id: paragraph.field_service_list_title field_name: field_service_list_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_title.yml b/conf/cmi/field.storage.paragraph.field_title.yml index ecae53a5..facbe1ab 100644 --- a/conf/cmi/field.storage.paragraph.field_title.yml +++ b/conf/cmi/field.storage.paragraph.field_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: GmVvMjFDGjMOepZaLNWZNZCDG460zlpLZKYL1HcLtQc + default_config_hash: Hc0g3BShsXxZW09R6U6yLpovfhelEQRIFfeQfgFKTwQ id: paragraph.field_title field_name: field_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_accessibility_unit.yml b/conf/cmi/field.storage.paragraph.field_unit_accessibility_unit.yml index 75c7fbd0..c90d6d0c 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_accessibility_unit.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_accessibility_unit.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: FLBlbWAOFQ3vURlgVJl8tNoscxkpu-55Zcvg-56WMW8 + default_config_hash: 5Q_84tQALnaKXtPmKYw9Omog3MVYiqGRB48rAeaBgvo id: paragraph.field_unit_accessibility_unit field_name: field_unit_accessibility_unit entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_title.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_title.yml index a9937277..8de36c3f 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_title.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: __gD1etYKkpxWM60OG0-8kRfJSExluB7IPDw0Zw3pHY + default_config_hash: sV3mnI_z0Q-WpJm2S9A9H8D-yqYMpu1iASxC4_eACN8 id: paragraph.field_unit_contact_title field_name: field_unit_contact_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_unit.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_unit.yml index d00170a5..da9e246a 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_unit.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_unit.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: Z0W-YvWIH7qcJhQVWjc4p71lza1_Wxg6-YidXqgwTlE + default_config_hash: PYn1NlvPStnB2wtaUdMZUc2_zaJXEkOwi7nNSv2Kfjs id: paragraph.field_unit_contact_unit field_name: field_unit_contact_unit entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_address.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_address.yml index fa7b34e0..afc0f924 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_address.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_address.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: 1kY30D0bv455CcZ4b8UfYmGcJUpG53xYQLMGUow4tKk + default_config_hash: tAbfZpVX8yXCzncKkNLDp4jratxbtpfeHT3ks_9YlyE id: paragraph.field_unit_contact_use_address field_name: field_unit_contact_use_address entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_details.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_details.yml index 2f8cb702..8139ea5b 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_details.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_details.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: QbAK6AxVnG-CVWk-mgIFztvzAWUhTEhxnyDfWUBlTLs + default_config_hash: WIl4_MlN60Gi_KyAQatISaLsNdCIAglq8JrnkPNLcXI id: paragraph.field_unit_contact_use_details field_name: field_unit_contact_use_details entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_link.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_link.yml index d9326d95..76efa1c5 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_link.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_link.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: BYzeR71DrkBqeMjYVof2ZkTX2qwf9R3dHSQTmIMkrTs + default_config_hash: EIahPumhf5f6Atxj0nq5ZCEqVAw7vsKfleLjoYD7EUc id: paragraph.field_unit_contact_use_link field_name: field_unit_contact_use_link entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_opening.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_opening.yml index 6f28adb8..179b9da6 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_opening.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_opening.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: iRABYacXMrVsyWc-6NU76Wl1BSJc64qszZFMtSKNbBo + default_config_hash: EkRUDoqRW8gFJlcd7U2qM9S6GDFlnFY3FLnrJRgHRoY id: paragraph.field_unit_contact_use_opening field_name: field_unit_contact_use_opening entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_override.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_override.yml index 78cbd717..78595103 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_override.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_override.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: sB8QMehrRh0OCPzqZOkwLtal3-HS5HYKw5YYkyuvUyM + default_config_hash: JhxSlFXMuGY8uPkhNcY4fdQBtIjlSNHfvqVC7tzspno id: paragraph.field_unit_contact_use_override field_name: field_unit_contact_use_override entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_phone.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_phone.yml index 56cc05da..051741ed 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_phone.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_phone.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: BMng6GPfLZl_YBCvLZgvsH-12BXX1cuXWG5VUpvY8Ks + default_config_hash: qdbdLcNLUkzkSnYSTHOrIJC1KpctIhzPNEvlkvUlQdE id: paragraph.field_unit_contact_use_phone field_name: field_unit_contact_use_phone entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_picture.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_picture.yml index 098deb52..de1969e3 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_picture.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_picture.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: l-tk7y3NxV3m7jfYlAfZ5If4zoSBAIAkYRbJQE3MOCc + default_config_hash: pOmiWhIwCdemNdEMTvEBrJOqOyrr_oKUs6Kd9dNAL_0 id: paragraph.field_unit_contact_use_picture field_name: field_unit_contact_use_picture entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_contact_use_postal.yml b/conf/cmi/field.storage.paragraph.field_unit_contact_use_postal.yml index d973de84..53254c0c 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_contact_use_postal.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_contact_use_postal.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: Gs3SkSx3iSaGvyfCHZTfIbp4IW1Y2Y_3TU1VlErxvOw + default_config_hash: IJW1E-0LjLHAZbWCPAfCi5gYfYYDrBzcXN_nPBB_01g id: paragraph.field_unit_contact_use_postal field_name: field_unit_contact_use_postal entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_description.yml b/conf/cmi/field.storage.paragraph.field_unit_search_description.yml index fe4e8ed1..17d6e7a9 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_description.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_description.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: jwWt2ihNhmaCexJK4ETqbl2FceG_5LIL4EesNJiQL9w + default_config_hash: t2vTpfe9dGfL4YYakHx3q5sNxNLwn9vjNWNJTxg8d1Y id: paragraph.field_unit_search_description field_name: field_unit_search_description entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_meta_button.yml b/conf/cmi/field.storage.paragraph.field_unit_search_meta_button.yml index 57736f23..2e260e16 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_meta_button.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_meta_button.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: sHCa_HaR8e4XzaoaxyVmg2ctETPztjDnkT2x4BaCFsI + default_config_hash: bEGOxvtCG9obb6n9jkKrNAtVpL9aLlaJ_tuqTrDpMSg id: paragraph.field_unit_search_meta_button field_name: field_unit_search_meta_button entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_meta_desc.yml b/conf/cmi/field.storage.paragraph.field_unit_search_meta_desc.yml index 720400b6..056a7121 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_meta_desc.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_meta_desc.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: XlMW7qI0klw8CFmQQQAKQmT4ahEuhP7LpjYlple286g + default_config_hash: D_QTw1NBGTPpQjWJpqaLTxW4SfMpwSrCshszb1tfZ0w id: paragraph.field_unit_search_meta_desc field_name: field_unit_search_meta_desc entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_meta_label.yml b/conf/cmi/field.storage.paragraph.field_unit_search_meta_label.yml index 1ef86acf..42f485ac 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_meta_label.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_meta_label.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: 9ZOaGuu40EJ_NsKwc9hfC5Bk0ICJB-izcewGpRBacbQ + default_config_hash: FHqm3RaCPFFQ4OiLFI5be4AoK45tmkZLuKH41fMlveg id: paragraph.field_unit_search_meta_label field_name: field_unit_search_meta_label entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_meta_placehold.yml b/conf/cmi/field.storage.paragraph.field_unit_search_meta_placehold.yml index b8d7dce3..949ca9c0 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_meta_placehold.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_meta_placehold.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: PnYL62styPa1cdIZ0tKa9_ISK89mVySuWCnWcnMN9Hk + default_config_hash: GqWo9FnzbXw3KP_ZmCh0VZOCH6snY_n_U9iqjiAeKnY id: paragraph.field_unit_search_meta_placehold field_name: field_unit_search_meta_placehold entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_title.yml b/conf/cmi/field.storage.paragraph.field_unit_search_title.yml index bcc99f58..f438aa93 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_title.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: eW5p1ZD6tVtX4g1sOMn82P5Ax14Y5YhWvwwa8N3XKSg + default_config_hash: UxxSwOFYcs2tTd2Pl_1QCUp_T6ZWZiMQnbQt8GqWn8s id: paragraph.field_unit_search_title field_name: field_unit_search_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_unit_search_units.yml b/conf/cmi/field.storage.paragraph.field_unit_search_units.yml index 10e88ea6..9896e185 100644 --- a/conf/cmi/field.storage.paragraph.field_unit_search_units.yml +++ b/conf/cmi/field.storage.paragraph.field_unit_search_units.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: 6Uff-t9IoonXmkeXxxFazYslzvkXL1dNGNEm3n_hd6Q + default_config_hash: iMSMqYAV1104tfdgAYoPMgC1DF69wj9qLYsl4_hYbBM id: paragraph.field_unit_search_units field_name: field_unit_search_units entity_type: paragraph diff --git a/conf/cmi/field.storage.tpr_service.field_content.yml b/conf/cmi/field.storage.tpr_service.field_content.yml index b6671d18..e4321e9e 100644 --- a/conf/cmi/field.storage.tpr_service.field_content.yml +++ b/conf/cmi/field.storage.tpr_service.field_content.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: hgKOQD2gunl4-7PuZsN3WsOWn0saQtbNFHsBhXxPuTE + default_config_hash: 9QasGawnOOHHgJ-U7PgRkzBBiziKG5MpSFlAzbHIg-0 id: tpr_service.field_content field_name: field_content entity_type: tpr_service diff --git a/conf/cmi/field.storage.tpr_service.field_lower_content.yml b/conf/cmi/field.storage.tpr_service.field_lower_content.yml index e81025b5..eb225d5e 100644 --- a/conf/cmi/field.storage.tpr_service.field_lower_content.yml +++ b/conf/cmi/field.storage.tpr_service.field_lower_content.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: r6mRwsnHJKyZ3dZJtWRhQ4JTQJvCJDwZHJdnGXD6aqE + default_config_hash: wKvZw1_tovgAvXR72jXkRCK14c-zrTy5HT2SPHCcNWI id: tpr_service.field_lower_content field_name: field_lower_content entity_type: tpr_service diff --git a/conf/cmi/field.storage.tpr_service.field_metatags.yml b/conf/cmi/field.storage.tpr_service.field_metatags.yml index 41b5bd59..9c5e304d 100644 --- a/conf/cmi/field.storage.tpr_service.field_metatags.yml +++ b/conf/cmi/field.storage.tpr_service.field_metatags.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - metatag _core: - default_config_hash: mVADVgTFJPJZNfGyMuaApvJ1wtSfXfFbbLZbll7w_b4 + default_config_hash: NrV7Sr89BqmtdctgCjY6HkOnRqF7VFFwgjgLr-z1Rg8 id: tpr_service.field_metatags field_name: field_metatags entity_type: tpr_service diff --git a/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml b/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml index 5912d400..b0680ce9 100644 --- a/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml +++ b/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: ji61hsFzfC33rzmJ1hMvrWE2vfG_L_p4mCJ8EH2s3pQ + default_config_hash: mrygLItuKj8B444ExNSThDaVfazpZ0nhH7X0-Cims8o id: tpr_service.field_sidebar_content field_name: field_sidebar_content entity_type: tpr_service diff --git a/conf/cmi/field.storage.tpr_unit.field_content.yml b/conf/cmi/field.storage.tpr_unit.field_content.yml index f569f245..37981e44 100644 --- a/conf/cmi/field.storage.tpr_unit.field_content.yml +++ b/conf/cmi/field.storage.tpr_unit.field_content.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: 9Dc6m6MYBtotC7D5XlORPElfjXOo951xOHuoWUTH1Ik + default_config_hash: _OxJyiEY_iZyFiK_Q7ubRnGFw7hrn9jh6k3m3CBQPck id: tpr_unit.field_content field_name: field_content entity_type: tpr_unit diff --git a/conf/cmi/field.storage.tpr_unit.field_lower_content.yml b/conf/cmi/field.storage.tpr_unit.field_lower_content.yml index 37ff9ac4..74a3904a 100644 --- a/conf/cmi/field.storage.tpr_unit.field_lower_content.yml +++ b/conf/cmi/field.storage.tpr_unit.field_lower_content.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - paragraphs _core: - default_config_hash: WQ7EToTzNShYT7HCILcuqOoY2XCJ9SP_1YbNmS_hg5k + default_config_hash: xOxPSyXZ85i-fiGUw88L-_YEqI6EXdem5CYS2BlDH_s id: tpr_unit.field_lower_content field_name: field_lower_content entity_type: tpr_unit diff --git a/conf/cmi/field.storage.tpr_unit.field_metatags.yml b/conf/cmi/field.storage.tpr_unit.field_metatags.yml index 6ebb0d5f..6515093e 100644 --- a/conf/cmi/field.storage.tpr_unit.field_metatags.yml +++ b/conf/cmi/field.storage.tpr_unit.field_metatags.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - metatag _core: - default_config_hash: 3ZL-VzhwvozBxWtJ1YCELWvfdrX4xPlIyP4EdHiwgdY + default_config_hash: Z7GdIgZlbfZFRVLiaMNKe0dwHVBhwUWV56t7GW-R8Kc id: tpr_unit.field_metatags field_name: field_metatags entity_type: tpr_unit diff --git a/conf/cmi/field.storage.tpr_unit.field_unit_type.yml b/conf/cmi/field.storage.tpr_unit.field_unit_type.yml index 31d0165f..7274e6bc 100644 --- a/conf/cmi/field.storage.tpr_unit.field_unit_type.yml +++ b/conf/cmi/field.storage.tpr_unit.field_unit_type.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - taxonomy _core: - default_config_hash: xyvme0fCn-ECtK4qUuTW5X8aOK9GXLQYty8u03HRNMs + default_config_hash: rgW5XrM9BdJ7DsTmAt4khSwn4zlRYmcdnhmapuv5drE id: tpr_unit.field_unit_type field_name: field_unit_type entity_type: tpr_unit diff --git a/conf/cmi/language.content_settings.menu_link_content.menu_link_content.yml b/conf/cmi/language.content_settings.menu_link_content.menu_link_content.yml index a2221ff7..770a7dc5 100644 --- a/conf/cmi/language.content_settings.menu_link_content.menu_link_content.yml +++ b/conf/cmi/language.content_settings.menu_link_content.menu_link_content.yml @@ -11,7 +11,7 @@ third_party_settings: bundle_settings: untranslatable_fields_hide: '0' _core: - default_config_hash: HIdkj2H7xjfXJfyiJe9Shd3jD6KYsOr-ZEKxFPT0DNo + default_config_hash: jDi_gAiQWHSCuRpZyLIwpaaVtHlS4z4Kr0aC6vZGsI8 id: menu_link_content.menu_link_content target_entity_type_id: menu_link_content target_bundle: menu_link_content diff --git a/conf/cmi/language.content_settings.taxonomy_term.unit_type.yml b/conf/cmi/language.content_settings.taxonomy_term.unit_type.yml index 40071d45..8ab033b8 100644 --- a/conf/cmi/language.content_settings.taxonomy_term.unit_type.yml +++ b/conf/cmi/language.content_settings.taxonomy_term.unit_type.yml @@ -10,7 +10,7 @@ third_party_settings: content_translation: enabled: true _core: - default_config_hash: hTFo4ZpzrzuHf8ywQsTlVJR1SaoFeZnkn8DKIcwbgQA + default_config_hash: zf9X7TvfJzX8qoIA650-lbYxn3Dqu9134BUdhyDdwXQ id: taxonomy_term.unit_type target_entity_type_id: taxonomy_term target_bundle: unit_type diff --git a/conf/cmi/language/fi/metatag.metatag_defaults.node.yml b/conf/cmi/language/fi/metatag.metatag_defaults.node.yml index cdcfd5db..9d61cbc9 100644 --- a/conf/cmi/language/fi/metatag.metatag_defaults.node.yml +++ b/conf/cmi/language/fi/metatag.metatag_defaults.node.yml @@ -1,4 +1 @@ label: Sisältö -tags: - title: '[node:title] | [site:page-title-suffix]' - description: '[node:field_lead_in]' diff --git a/conf/cmi/language/sv/metatag.metatag_defaults.node.yml b/conf/cmi/language/sv/metatag.metatag_defaults.node.yml index d073e679..0f9163b8 100644 --- a/conf/cmi/language/sv/metatag.metatag_defaults.node.yml +++ b/conf/cmi/language/sv/metatag.metatag_defaults.node.yml @@ -1,4 +1 @@ label: Innehåll -tags: - title: '[node:title] | [site:page-title-suffix]' - description: '[node:field_lead_in]' diff --git a/conf/cmi/linkit.linkit_profile.helfi.yml b/conf/cmi/linkit.linkit_profile.helfi.yml index 3479a513..f57fcffd 100644 --- a/conf/cmi/linkit.linkit_profile.helfi.yml +++ b/conf/cmi/linkit.linkit_profile.helfi.yml @@ -5,7 +5,7 @@ dependencies: module: - node _core: - default_config_hash: Vr9G70Oc585VqwYaM0uRbXreitMk6Cmv0SFPSyLujAU + default_config_hash: cm13t7QDA-t__CarrJ17eaPqqvH5AGwv4hsHul6Wtl0 label: Helfi id: helfi description: 'A Linkit profile for Helfi.' diff --git a/conf/cmi/metatag.metatag_defaults.node.yml b/conf/cmi/metatag.metatag_defaults.node.yml index 66b39f74..24e7a0ae 100644 --- a/conf/cmi/metatag.metatag_defaults.node.yml +++ b/conf/cmi/metatag.metatag_defaults.node.yml @@ -8,7 +8,7 @@ tags: title: '[node:title] | [site:page-title-suffix]' description: '[node:lead-in]' canonical_url: '[node:url]' - article_modified_time: '[node:created:html_datetime]' + article_modified_time: '[node:changed:html_datetime]' article_published_time: '[node:created:html_datetime]' content_language: '[node:langcode]' og_title: '[node:title]' diff --git a/conf/cmi/metatag.metatag_defaults.tpr_service.yml b/conf/cmi/metatag.metatag_defaults.tpr_service.yml index c42d9954..57b66c9e 100644 --- a/conf/cmi/metatag.metatag_defaults.tpr_service.yml +++ b/conf/cmi/metatag.metatag_defaults.tpr_service.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: GvppOlIwJAJVJOOtLnjrHf_A44MVZ5DTgJ8bsDmcELI + default_config_hash: xPH76a4sTO1uLWP_ZsngVVA7ulD6ZzRw6AUy0AwFsww id: tpr_service label: 'TPR - Service' tags: @@ -11,7 +11,7 @@ tags: content_language: '[tpr_service:langcode]' description: '[tpr_service:description:summary]' title: '[tpr_service:label] | [site:page-title-suffix]' - article_modified_time: '[tpr_service:created:html_datetime]' + article_modified_time: '[tpr_service:changed:html_datetime]' article_published_time: '[tpr_service:created:html_datetime]' og_title: '[tpr_service:label]' og_description: '[tpr_service:description:summary]' diff --git a/conf/cmi/metatag.metatag_defaults.tpr_unit.yml b/conf/cmi/metatag.metatag_defaults.tpr_unit.yml index b2c3b0ca..0c3acbf1 100644 --- a/conf/cmi/metatag.metatag_defaults.tpr_unit.yml +++ b/conf/cmi/metatag.metatag_defaults.tpr_unit.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: r_fYCDlLAs4HfH-xN1R6bh_xDzIajxsKD23WiQ11B2A + default_config_hash: CXZRUhHX8aLTqTgNBdpB22CPgk9PQ9_rrnAHRCKKnlA id: tpr_unit label: 'TPR - Unit' tags: @@ -11,7 +11,7 @@ tags: content_language: '[tpr_unit:langcode]' description: '[tpr_unit:description:summary]' title: '[tpr_unit:label] | [site:page-title-suffix]' - article_modified_time: '[tpr_unit:created:html_datetime]' + article_modified_time: '[tpr_unit:changed:html_datetime]' article_published_time: '[tpr_unit:created:html_datetime]' og_description: '[tpr_unit:description:summary]' og_email: '[tpr_unit:email]' diff --git a/conf/cmi/paragraphs.paragraphs_type.service_list.yml b/conf/cmi/paragraphs.paragraphs_type.service_list.yml index d8d5aaeb..c92eab78 100644 --- a/conf/cmi/paragraphs.paragraphs_type.service_list.yml +++ b/conf/cmi/paragraphs.paragraphs_type.service_list.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: ptQqDhmX4Hk3ed3DV1XE2T2JKOEt1uXA4vHlH-gHjWM + default_config_hash: iB1v4rDP_lLJs6G6uisHsDRtlZrxrUx8hiCxg4BK94A id: service_list label: 'Service list' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.service_list_search.yml b/conf/cmi/paragraphs.paragraphs_type.service_list_search.yml index 9c21d319..a394d3f6 100644 --- a/conf/cmi/paragraphs.paragraphs_type.service_list_search.yml +++ b/conf/cmi/paragraphs.paragraphs_type.service_list_search.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: Q7vvz59nPU2U9WqokL0vgWxrbw_xGBGPAcUx2L5tMU0 + default_config_hash: hOHxTh_21XKcwZy2Hk26QVotbNt_9tkpNF3crIc3lco id: service_list_search label: 'Service List Search' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.unit_accessibility_information.yml b/conf/cmi/paragraphs.paragraphs_type.unit_accessibility_information.yml index 930b2335..56928da0 100644 --- a/conf/cmi/paragraphs.paragraphs_type.unit_accessibility_information.yml +++ b/conf/cmi/paragraphs.paragraphs_type.unit_accessibility_information.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: IvgO4i6-a_b1sr6K4GuswMmeIQSPOmChMj2153m_UtE + default_config_hash: 1hnh7uWWBx54Q1SXe3WQ_38MN5pDRuMMgqlogIKd6wM id: unit_accessibility_information label: 'Unit accessibility information' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.unit_contact_card.yml b/conf/cmi/paragraphs.paragraphs_type.unit_contact_card.yml index 02a0c36e..94104193 100644 --- a/conf/cmi/paragraphs.paragraphs_type.unit_contact_card.yml +++ b/conf/cmi/paragraphs.paragraphs_type.unit_contact_card.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: tbLi8ugyIzjhw6yIC8GnD7DwIclp9hchjpbdiJ8qeBI + default_config_hash: zQcuDKG1t8FCGWRL7V8YAzxIe-8aGIIgeAQhHwVaugo id: unit_contact_card label: 'Unit contact card' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.unit_search.yml b/conf/cmi/paragraphs.paragraphs_type.unit_search.yml index 7c06ccbf..8b5f8cf3 100644 --- a/conf/cmi/paragraphs.paragraphs_type.unit_search.yml +++ b/conf/cmi/paragraphs.paragraphs_type.unit_search.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: ORRlASbCXewTftLW-r158X1hz6O9rmwXly3uqDLI2o8 + default_config_hash: ALhd6V2tFSk8JmpXDJqW8tVTYa465pA8Wfl0OM4YSp0 id: unit_search label: 'Unit search' icon_uuid: null diff --git a/conf/cmi/raven.settings.yml b/conf/cmi/raven.settings.yml index 7b679ea6..6856d871 100644 --- a/conf/cmi/raven.settings.yml +++ b/conf/cmi/raven.settings.yml @@ -19,7 +19,7 @@ trace: false fatal_error_handler: true fatal_error_handler_memory: 2560 javascript_error_handler: false -drush_error_handler: false +drush_error_handler: true public_dsn: '' ssl: verify_ssl ca_cert: '' @@ -27,9 +27,9 @@ ignored_channels: { } send_user_data: false rate_limit: 0 send_request_body: false -request_tracing: false -traces_sample_rate: null +request_tracing: true +traces_sample_rate: 0.2 browser_traces_sample_rate: null -database_tracing: false -twig_tracing: false +database_tracing: true +twig_tracing: true auto_session_tracking: false diff --git a/conf/cmi/system.action.node_break_lock_action.yml b/conf/cmi/system.action.node_break_lock_action.yml index 5d56bda0..b33aec71 100644 --- a/conf/cmi/system.action.node_break_lock_action.yml +++ b/conf/cmi/system.action.node_break_lock_action.yml @@ -5,7 +5,7 @@ dependencies: module: - content_lock _core: - default_config_hash: HeI4XOuKQfk-RNJNP-B5qBVequu6RIiDnhejYBthwKk + default_config_hash: BYMmlD0tKdPGgDwBx6LuNAc9HhkbpbA8HzJuwFMlWdI id: node_break_lock_action label: 'Break lock node' type: node diff --git a/conf/cmi/system.action.paragraphs_library_item_break_lock_action.yml b/conf/cmi/system.action.paragraphs_library_item_break_lock_action.yml index ffeb2766..da57cf51 100644 --- a/conf/cmi/system.action.paragraphs_library_item_break_lock_action.yml +++ b/conf/cmi/system.action.paragraphs_library_item_break_lock_action.yml @@ -5,7 +5,7 @@ dependencies: module: - content_lock _core: - default_config_hash: sJ3KkrUPxt8PPZPSN87SG7Dj-YBkkWl-ztAmgWl78d8 + default_config_hash: Rq-wiwnbjz-4hM7sipXKqSLkCIzM7zKUVbp2916bztc id: paragraphs_library_item_break_lock_action label: 'Break lock paragraphs_library_item' type: paragraphs_library_item diff --git a/conf/cmi/system.action.taxonomy_term_break_lock_action.yml b/conf/cmi/system.action.taxonomy_term_break_lock_action.yml index 0a9c53b2..ee848b1e 100644 --- a/conf/cmi/system.action.taxonomy_term_break_lock_action.yml +++ b/conf/cmi/system.action.taxonomy_term_break_lock_action.yml @@ -5,7 +5,7 @@ dependencies: module: - content_lock _core: - default_config_hash: Qdwi5SKrcqXnCPQ0YyJ25Mu3RwND-GXfnSpxJbKAeyw + default_config_hash: QRS_IlKy7YV1a9ArsHWnFTOmZw9l7NckL2AQhmlOFGI id: taxonomy_term_break_lock_action label: 'Break lock taxonomy_term' type: taxonomy_term diff --git a/conf/cmi/system.action.tpr_service_break_lock_action.yml b/conf/cmi/system.action.tpr_service_break_lock_action.yml index edc7195b..a0d41c62 100644 --- a/conf/cmi/system.action.tpr_service_break_lock_action.yml +++ b/conf/cmi/system.action.tpr_service_break_lock_action.yml @@ -5,7 +5,7 @@ dependencies: module: - content_lock _core: - default_config_hash: FPF3naQi3AA7LYt8RgVUNUAKqSU0_jcKGEIBuVn8WSY + default_config_hash: KzST6gljvxypRb252ddoTY-148n5yoNp19awQ5Q82LM id: tpr_service_break_lock_action label: 'Break lock tpr_service' type: tpr_service diff --git a/conf/cmi/system.action.tpr_unit_break_lock_action.yml b/conf/cmi/system.action.tpr_unit_break_lock_action.yml index 09538f6c..48573bf4 100644 --- a/conf/cmi/system.action.tpr_unit_break_lock_action.yml +++ b/conf/cmi/system.action.tpr_unit_break_lock_action.yml @@ -5,7 +5,7 @@ dependencies: module: - content_lock _core: - default_config_hash: hOsiiB6BYwljAi2BavjIXwTaTNjDhDwcjEXnNK2obw8 + default_config_hash: BWFohrUTYvIbv3_-9jkhtZzY7Rd7Apnb-kfgUsgIYs8 id: tpr_unit_break_lock_action label: 'Break lock tpr_unit' type: tpr_unit diff --git a/conf/cmi/system.menu.footer-bottom-navigation.yml b/conf/cmi/system.menu.footer-bottom-navigation.yml index df52bb06..6765c62a 100644 --- a/conf/cmi/system.menu.footer-bottom-navigation.yml +++ b/conf/cmi/system.menu.footer-bottom-navigation.yml @@ -3,7 +3,7 @@ langcode: und status: true dependencies: { } _core: - default_config_hash: dxUVACRvWlm9zM9csaLa-oBuQp_ZF2Cmgon1RJFT-Lk + default_config_hash: sYo9ie-CwYc8z--1OcdxmY4P4N3n5yUKHaWeZgwVVNk id: footer-bottom-navigation label: 'Footer - Bottom navigation' description: 'Bottom navigation for footer block.' diff --git a/conf/cmi/system.menu.footer-top-navigation-2.yml b/conf/cmi/system.menu.footer-top-navigation-2.yml index 66fc452d..68762b76 100644 --- a/conf/cmi/system.menu.footer-top-navigation-2.yml +++ b/conf/cmi/system.menu.footer-top-navigation-2.yml @@ -3,7 +3,7 @@ langcode: und status: true dependencies: { } _core: - default_config_hash: i7pdrE8-4HAqJksLi5vy2-_w2AFpvidXQbE2Khxe3FM + default_config_hash: bKBo3Lq_HfYV0KyvQjzpBin3mrdabNeHwInl1wXgWK0 id: footer-top-navigation-2 label: 'Footer - Top navigation - Second' description: 'Top navigation for footer block.' diff --git a/conf/cmi/system.menu.footer-top-navigation.yml b/conf/cmi/system.menu.footer-top-navigation.yml index 501d7ab1..42fd4ed8 100644 --- a/conf/cmi/system.menu.footer-top-navigation.yml +++ b/conf/cmi/system.menu.footer-top-navigation.yml @@ -3,7 +3,7 @@ langcode: und status: true dependencies: { } _core: - default_config_hash: Xvln0TgV8u6gzPJjMc-kWCWg2jfbkPgT_GvSaiwQ4_4 + default_config_hash: CCyt6_1fW8fHGDVqYtXWNbnIfA24a1RAyfD3y1Q4Awo id: footer-top-navigation label: 'Footer - Top navigation - First' description: 'Top navigation for footer block.' diff --git a/conf/cmi/system.menu.header-top-navigation.yml b/conf/cmi/system.menu.header-top-navigation.yml index 14749112..0d2d06b6 100644 --- a/conf/cmi/system.menu.header-top-navigation.yml +++ b/conf/cmi/system.menu.header-top-navigation.yml @@ -3,7 +3,7 @@ langcode: und status: true dependencies: { } _core: - default_config_hash: wpvqfoJgIl4FK_ivAmaQ2XQBc7DDHtj3nXsfJKE9gTM + default_config_hash: _lQTQkwEIDD1gc7P9NSHwHkU92tFN7U98ZlnVYjuUxA id: header-top-navigation label: 'Header - Top navigation' description: 'Navigation that is located in the top part of header.' diff --git a/conf/cmi/taxonomy.vocabulary.unit_type.yml b/conf/cmi/taxonomy.vocabulary.unit_type.yml index 78cc8df7..8e7de125 100644 --- a/conf/cmi/taxonomy.vocabulary.unit_type.yml +++ b/conf/cmi/taxonomy.vocabulary.unit_type.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: wEkf5i2opWdEXS0s4609Q6ha1e5IYMWuR_DohY-v4-M + default_config_hash: UZTMLiCKjbbxaAUjouDxOFMg-WxZC3c4c8qz8iqX94I name: 'Unit type' vid: unit_type description: 'You can use this vocabulary to categorise TPR-units so that they can be used in listings for example listing of daycare units.' diff --git a/conf/cmi/views.view.er_tpr_unit.yml b/conf/cmi/views.view.er_tpr_unit.yml index 2d811367..6b652fcd 100644 --- a/conf/cmi/views.view.er_tpr_unit.yml +++ b/conf/cmi/views.view.er_tpr_unit.yml @@ -6,7 +6,7 @@ dependencies: - helfi_tpr - user _core: - default_config_hash: S9x0yQ8JWUy_Sm3MzYDaabXnCvjvLQ7wzxecin7QT8o + default_config_hash: XvItl9zF-dUj3C53FT6DsrPnrWfvPCy5IZYsdoXew7U id: er_tpr_unit label: 'Entity reference - TPR Unit' module: views diff --git a/conf/cmi/views.view.locked_services.yml b/conf/cmi/views.view.locked_services.yml index 74f22479..e355dcae 100644 --- a/conf/cmi/views.view.locked_services.yml +++ b/conf/cmi/views.view.locked_services.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - user _core: - default_config_hash: Pnq8MLjK6uDLOkFp8p4s47ZfhnG6kiAU5a5zK__uKU8 + default_config_hash: 5d0haVUeS4PdeswmDM70yzvx0GY5-QeA2qfjzbW-FXM id: locked_services label: 'Locked services' module: views diff --git a/conf/cmi/views.view.locked_units.yml b/conf/cmi/views.view.locked_units.yml index 71c4e62d..f1a665ab 100644 --- a/conf/cmi/views.view.locked_units.yml +++ b/conf/cmi/views.view.locked_units.yml @@ -7,7 +7,7 @@ dependencies: - helfi_tpr - user _core: - default_config_hash: nB7l-RaUr_KJsU_Yot6AP8Asn7CRS_QnTN1ORgrqJRU + default_config_hash: 0hlcjVvL7vdLtkyp8OVSiK8ue6rkEHayXkv5S316yTY id: locked_units label: 'Locked units' module: views diff --git a/conf/cmi/views.view.service_list.yml b/conf/cmi/views.view.service_list.yml index a07e3619..d1f1f6b6 100644 --- a/conf/cmi/views.view.service_list.yml +++ b/conf/cmi/views.view.service_list.yml @@ -10,7 +10,7 @@ dependencies: - text - user _core: - default_config_hash: '-eM76kNPrfE_aFnQBKlTI3sXMfxig9urA0cxC5-QUrI' + default_config_hash: tYU3ozJEdEzgBo7vNnkTpTLq-d2yJOpuOWqzo8j_jl0 id: service_list label: 'Service list' module: views diff --git a/conf/cmi/views.view.service_units.yml b/conf/cmi/views.view.service_units.yml index 9feeb999..934e0b78 100644 --- a/conf/cmi/views.view.service_units.yml +++ b/conf/cmi/views.view.service_units.yml @@ -8,7 +8,7 @@ dependencies: - helfi_tpr - user _core: - default_config_hash: PCGuh7vRh9g87xo03rnqiaTOjvczexMfJ5ed5n8-ed0 + default_config_hash: O46G67qV6_G1xzwLExy9VPlecjQCKLaSIOuBoK11V18 id: service_units label: 'Service units' module: views diff --git a/conf/cmi/views.view.unit_search.yml b/conf/cmi/views.view.unit_search.yml index 60c460f6..9201f8ce 100644 --- a/conf/cmi/views.view.unit_search.yml +++ b/conf/cmi/views.view.unit_search.yml @@ -9,7 +9,7 @@ dependencies: - helfi_tpr - user _core: - default_config_hash: aMXI78okDdG1WmRzpZBIIpkiRxm_tQnWnoAreyeTY5Y + default_config_hash: ILA5x_MmTaGv2HHx487USFFmiMtmmkGyp24bT1Y_V84 id: unit_search label: 'Unit search' module: views diff --git a/conf/cmi/views.view.unit_services.yml b/conf/cmi/views.view.unit_services.yml index 83f2b79b..9bd5799c 100644 --- a/conf/cmi/views.view.unit_services.yml +++ b/conf/cmi/views.view.unit_services.yml @@ -8,7 +8,7 @@ dependencies: - helfi_tpr - user _core: - default_config_hash: KYBD1kHRvUzxN-hRa_Zcz7cPGuFoFejtvAbgFEB-VXU + default_config_hash: eARAnuC6-HpIkyzPvr9cTXbeyM0i-vaiPItVHK7PGDY id: unit_services label: 'Unit services' module: views From 654959f1c5e56a75b4f49a4f5f1e5961721d263e Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:17:07 +0000 Subject: [PATCH 7/8] Update configuration --- .gitignore | 2 +- composer.lock | 200 ++++++++++++++++++++++++++++-- conf/cmi/core.extension.yml | 1 + docker/openshift/custom.locations | 9 -- 4 files changed, 190 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 318172de..3ba13f70 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,8 @@ public/modules/contrib public/themes/contrib public/sites/default/files vendor -helfi-test-automation-python/ public/sites/simpletest/ +public/sites/backstop/ # Ignore the folder created by PhpStorm .idea/* diff --git a/composer.lock b/composer.lock index cb537c10..512a44a0 100644 --- a/composer.lock +++ b/composer.lock @@ -3819,21 +3819,22 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "a4a0aaf97d34d0a04c6799be10b198558cce60aa" + "reference": "0c5927f9468396d85060dc87e650a08a07648173" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/a4a0aaf97d34d0a04c6799be10b198558cce60aa", - "reference": "a4a0aaf97d34d0a04c6799be10b198558cce60aa", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/0c5927f9468396d85060dc87e650a08a07648173", + "reference": "0c5927f9468396d85060dc87e650a08a07648173", "shasum": "" }, "require": { "drupal/entity": "^1.0", "drupal/health_check": "^3.0", + "drupal/monolog": "^3.0", "drupal/raven": "^4.0 || ^5.0", "ext-curl": "*", "firebase/php-jwt": "^6.5", @@ -3857,10 +3858,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.0", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.1", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2024-04-17T14:27:13+00:00" + "time": "2024-04-23T08:00:30+00:00" }, { "name": "drupal/helfi_azure_fs", @@ -4023,16 +4024,16 @@ }, { "name": "drupal/helfi_platform_config", - "version": "4.3.49", + "version": "4.3.50", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "d5382f4501486bd8e4b2c175ed5e2769f00df4e8" + "reference": "31270962a560539df2642cb8224fe57d4ed60fdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/d5382f4501486bd8e4b2c175ed5e2769f00df4e8", - "reference": "d5382f4501486bd8e4b2c175ed5e2769f00df4e8", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/31270962a560539df2642cb8224fe57d4ed60fdc", + "reference": "31270962a560539df2642cb8224fe57d4ed60fdc", "shasum": "" }, "require": { @@ -4124,6 +4125,9 @@ "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" }, + "drupal/editoria11y": { + "[#3442729] Run drupalSettings.editoria11y.css_url through file_url_generator service": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/3a3b005271e7db4476198d822aba1e3ee2e0b8e6/patches/editoria11y-3442729.patch" + }, "drupal/eu_cookie_compliance": { "[#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" @@ -4149,10 +4153,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.49", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.50", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-04-19T11:57:05+00:00" + "time": "2024-04-23T08:12:58+00:00" }, { "name": "drupal/helfi_proxy", @@ -4908,6 +4912,77 @@ "docs": "https://www.drupal.org/docs/8/modules/metatag" } }, + { + "name": "drupal/monolog", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/monolog.git", + "reference": "3.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/monolog-3.0.2.zip", + "reference": "3.0.2", + "shasum": "a88e8249028e56a21c4472891381412b9733f768" + }, + "require": { + "drupal/core": "^10", + "monolog/monolog": "^3.2.0", + "php": "^8.1.0" + }, + "require-dev": { + "mglaman/phpstan-drupal": "^1.1", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.11", + "phpstan/phpstan-deprecation-rules": "*", + "phpstan/phpstan-strict-rules": "^1.5", + "previousnext/coding-standard": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.2", + "datestamp": "1707845433", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "autoload": { + "psr-0": { + "Drupal\\Monolog": "src/" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Luca Lusso", + "homepage": "https://www.drupal.org/user/266779", + "email": "lussoluca@gmail.com", + "role": "Project Lead" + }, + { + "name": "See contributors", + "homepage": "https://drupal.org/node/1937716/committers", + "role": "Developer" + }, + { + "name": "ParisLiakos", + "homepage": "https://www.drupal.org/user/1011436" + } + ], + "description": "A Framework for integrating with the Monolog library.", + "homepage": "https://drupal.org/project/monolog", + "support": { + "source": "https://git.drupalcode.org/project/monolog", + "issues": "https://drupal.org/project/issues/monolog" + } + }, { "name": "drupal/oembed_providers", "version": "2.1.2", @@ -8832,6 +8907,107 @@ }, "time": "2016-07-25T17:07:32+00:00" }, + { + "name": "monolog/monolog", + "version": "3.6.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/log": "^2.0 || ^3.0" + }, + "provide": { + "psr/log-implementation": "3.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^3.0", + "doctrine/couchdb": "~1.0@dev", + "elasticsearch/elasticsearch": "^7 || ^8", + "ext-json": "*", + "graylog2/gelf-php": "^1.4.2 || ^2.0", + "guzzlehttp/guzzle": "^7.4.5", + "guzzlehttp/psr7": "^2.2", + "mongodb/mongodb": "^1.8", + "php-amqplib/php-amqplib": "~2.4 || ^3", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-strict-rules": "^1.4", + "phpunit/phpunit": "^10.5.17", + "predis/predis": "^1.1 || ^2", + "ruflin/elastica": "^7", + "symfony/mailer": "^5.4 || ^6", + "symfony/mime": "^5.4 || ^6" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", + "ext-mbstring": "Allow to work properly with unicode symbols", + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", + "ext-openssl": "Required to send log messages using SSL", + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "https://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/3.6.0" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2024-04-12T21:02:21+00:00" + }, { "name": "nikic/php-parser", "version": "v5.0.2", diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 9e18436d..ceb72495 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -107,6 +107,7 @@ module: metatag_twitter_cards: 0 metatag_views: 0 migrate: 0 + monolog: 0 mysql: 0 node: 0 oembed_providers: 0 diff --git a/docker/openshift/custom.locations b/docker/openshift/custom.locations index 58c9c69f..ce6470cc 100644 --- a/docker/openshift/custom.locations +++ b/docker/openshift/custom.locations @@ -1,12 +1,3 @@ -location ~ ^/(?:.*)-assets/(.*)$ { - proxy_redirect off; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Proto https; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_pass http://127.0.0.1:8080/$1$is_args$args; -} - location ~* \.(css|cur|js|jpe?g|gif|htc|ico|png|xml|otf|ttf|eot|woff|woff2|svg|mp4|svgz|ogg|ogv|pdf|pptx?|zip|tgz|gz|rar|bz2|doc|xls|exe|tar|mid|midi|wav|bmp|rtf|txt|map)$ { add_header Access-Control-Allow-Origin "*"; try_files $uri @rewrite; From c61164fdaa3ca5fb70744aa606dd5caf7affa39e Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:28:26 +0000 Subject: [PATCH 8/8] Update configuration --- composer.lock | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 512a44a0..ccfb96c6 100644 --- a/composer.lock +++ b/composer.lock @@ -2629,17 +2629,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.11", + "version": "2.1.12", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.11" + "reference": "2.1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.11.zip", - "reference": "2.1.11", - "shasum": "23fd7f0e7ceb091162468eed290d083a2e3b62af" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.12.zip", + "reference": "2.1.12", + "shasum": "2a3e32c25eebdcdb3c64144b01d7dd4ce2945fec" }, "require": { "drupal/core": "^9 || ^10" @@ -2650,8 +2650,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.11", - "datestamp": "1713470242", + "version": "2.1.12", + "datestamp": "1713880633", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4024,16 +4024,16 @@ }, { "name": "drupal/helfi_platform_config", - "version": "4.3.50", + "version": "4.3.51", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "31270962a560539df2642cb8224fe57d4ed60fdc" + "reference": "d698a1daf6719d54455fb3f39cd3f01f5b88ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/31270962a560539df2642cb8224fe57d4ed60fdc", - "reference": "31270962a560539df2642cb8224fe57d4ed60fdc", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/d698a1daf6719d54455fb3f39cd3f01f5b88ef17", + "reference": "d698a1daf6719d54455fb3f39cd3f01f5b88ef17", "shasum": "" }, "require": { @@ -4125,9 +4125,6 @@ "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" }, - "drupal/editoria11y": { - "[#3442729] Run drupalSettings.editoria11y.css_url through file_url_generator service": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/3a3b005271e7db4476198d822aba1e3ee2e0b8e6/patches/editoria11y-3442729.patch" - }, "drupal/eu_cookie_compliance": { "[#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" @@ -4153,10 +4150,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.50", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.3.51", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2024-04-23T08:12:58+00:00" + "time": "2024-04-23T14:25:19+00:00" }, { "name": "drupal/helfi_proxy",