diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d98beead --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 City of Helsinki + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/composer.lock b/composer.lock index c99bc1ab..f2f4ded7 100644 --- a/composer.lock +++ b/composer.lock @@ -2018,17 +2018,17 @@ }, { "name": "drupal/ckeditor5_paste_filter", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ckeditor5_paste_filter.git", - "reference": "1.0.1" + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor5_paste_filter-1.0.1.zip", - "reference": "1.0.1", - "shasum": "6a8f898f2c8845c5eb182579885fbbd7427729da" + "url": "https://ftp.drupal.org/files/projects/ckeditor5_paste_filter-1.1.0.zip", + "reference": "1.1.0", + "shasum": "cb0ea9c1a0b070e38ad4caeefe05f8a1d0e81c9f" }, "require": { "drupal/core": "^9.3 || ^10 || ^11" @@ -2036,8 +2036,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.1", - "datestamp": "1711569635", + "version": "1.1.0", + "datestamp": "1740597815", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2253,16 +2253,16 @@ }, { "name": "drupal/core", - "version": "10.4.3", + "version": "10.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "b9ecec3637e19050a3ab5fe14f6d84e9e00c9abd" + "reference": "cbee6ac30871d009eb7bc78cfc4f5cb9f911b95b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/b9ecec3637e19050a3ab5fe14f6d84e9e00c9abd", - "reference": "b9ecec3637e19050a3ab5fe14f6d84e9e00c9abd", + "url": "https://api.github.com/repos/drupal/core/zipball/cbee6ac30871d009eb7bc78cfc4f5cb9f911b95b", + "reference": "cbee6ac30871d009eb7bc78cfc4f5cb9f911b95b", "shasum": "" }, "require": { @@ -2411,13 +2411,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.4.3" + "source": "https://github.com/drupal/core/tree/10.4.4" }, - "time": "2025-02-18T22:41:05+00:00" + "time": "2025-03-05T21:24:39+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.4.3", + "version": "10.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -2461,7 +2461,7 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.4.3" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.4.4" }, "time": "2024-08-22T14:31:30+00:00" }, @@ -3335,28 +3335,27 @@ }, { "name": "drupal/entity_usage", - "version": "2.0.0-beta19", + "version": "2.0.0-beta22", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_usage.git", - "reference": "8.x-2.0-beta19" + "reference": "8.x-2.0-beta22" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta19.zip", - "reference": "8.x-2.0-beta19", - "shasum": "61c0540d1a2731f085ade5fc8a4b3d5f57cecb1e" + "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta22.zip", + "reference": "8.x-2.0-beta22", + "shasum": "21b9262e24521e8f08e3a83fcc207f760f7ba7d9" }, "require": { "drupal/core": "^10.2 || ^11" }, "require-dev": { "drupal/block_field": "~1.0", - "drupal/ckeditor": "^1.0", "drupal/dynamic_entity_reference": "~1.0 || ^2.0 || ^4.0", "drupal/entity_browser": "~2.0", - "drupal/entity_browser_block": "~1.0", - "drupal/entity_embed": "~1.0", + "drupal/entity_browser_block": "~1.0 || ^2.0", + "drupal/entity_embed": "^1.7", "drupal/entity_reference_revisions": "~1.0", "drupal/inline_entity_form": "^1.0@RC || ^3.0@RC", "drupal/paragraphs": "~1.0", @@ -3366,8 +3365,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta19", - "datestamp": "1739870536", + "version": "8.x-2.0-beta22", + "datestamp": "1741641125", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -3890,17 +3889,17 @@ }, { "name": "drupal/gin", - "version": "4.0.5", + "version": "4.0.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "4.0.5" + "reference": "4.0.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-4.0.5.zip", - "reference": "4.0.5", - "shasum": "d1ff5c5fe171badda27bccb967006b05ef283007" + "url": "https://ftp.drupal.org/files/projects/gin-4.0.6.zip", + "reference": "4.0.6", + "shasum": "c68a0fb646c439e1eea3f31f282e59be36eadab2" }, "require": { "drupal/core": "^10 || ^11", @@ -3909,8 +3908,8 @@ "type": "drupal-theme", "extra": { "drupal": { - "version": "4.0.5", - "datestamp": "1739910568", + "version": "4.0.6", + "datestamp": "1740739176", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4073,16 +4072,16 @@ }, { "name": "drupal/hdbt", - "version": "6.9.31", + "version": "6.9.38", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "abc8e287efeed83f18178e2da6a8207ab5f78e6d" + "reference": "72c573405b2865e6fd0c5e1c911b704fbc191296" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/abc8e287efeed83f18178e2da6a8207ab5f78e6d", - "reference": "abc8e287efeed83f18178e2da6a8207ab5f78e6d", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/72c573405b2865e6fd0c5e1c911b704fbc191296", + "reference": "72c573405b2865e6fd0c5e1c911b704fbc191296", "shasum": "" }, "require": { @@ -4101,10 +4100,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.9.31", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.9.38", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2025-02-21T14:27:13+00:00" + "time": "2025-03-11T07:35:20+00:00" }, { "name": "drupal/hdbt_admin", @@ -4194,16 +4193,16 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.7.24", + "version": "2.7.25", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "6cccb60df48400192b1bf28389b6a8819996a2b3" + "reference": "68216dc06e1177d188b0eca4c63a34b451cd78a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/6cccb60df48400192b1bf28389b6a8819996a2b3", - "reference": "6cccb60df48400192b1bf28389b6a8819996a2b3", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/68216dc06e1177d188b0eca4c63a34b451cd78a2", + "reference": "68216dc06e1177d188b0eca4c63a34b451cd78a2", "shasum": "" }, "require": { @@ -4235,10 +4234,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.24", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.25", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2025-02-21T12:54:28+00:00" + "time": "2025-03-10T13:25:06+00:00" }, { "name": "drupal/helfi_azure_fs", @@ -4292,12 +4291,12 @@ "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-tools.git", - "reference": "cdb4837a98b7f30f2db719e03f45507abfedbe3b" + "reference": "50c4e5464ba09a29a22077e5a254c6f10e5ee316" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/cdb4837a98b7f30f2db719e03f45507abfedbe3b", - "reference": "cdb4837a98b7f30f2db719e03f45507abfedbe3b", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/50c4e5464ba09a29a22077e5a254c6f10e5ee316", + "reference": "50c4e5464ba09a29a22077e5a254c6f10e5ee316", "shasum": "" }, "require": { @@ -4372,7 +4371,7 @@ "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/main", "issues": "https://github.com/City-of-Helsinki/drupal-tools/issues" }, - "time": "2025-02-14T10:49:04+00:00" + "time": "2025-02-28T14:02:38+00:00" }, { "name": "drupal/helfi_navigation", @@ -4410,16 +4409,16 @@ }, { "name": "drupal/helfi_platform_config", - "version": "4.12.23", + "version": "4.12.26", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "f6ba6c5cc95d7bf65df0df9c7be3fab9873a58d5" + "reference": "79b4f6229d4291d8aeedaf4ce257528f7f4c8f71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/f6ba6c5cc95d7bf65df0df9c7be3fab9873a58d5", - "reference": "f6ba6c5cc95d7bf65df0df9c7be3fab9873a58d5", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/79b4f6229d4291d8aeedaf4ce257528f7f4c8f71", + "reference": "79b4f6229d4291d8aeedaf4ce257528f7f4c8f71", "shasum": "" }, "require": { @@ -4540,23 +4539,23 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.12.23", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/4.12.26", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2025-02-24T10:09:31+00:00" + "time": "2025-03-11T07:34:36+00:00" }, { "name": "drupal/helfi_proxy", - "version": "3.3.2", + "version": "3.3.3", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy.git", - "reference": "95bff23de33c905b8830059ddb28daf951278f45" + "reference": "0344918c4f169f4ff0059c502845e9b033356176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-proxy/zipball/95bff23de33c905b8830059ddb28daf951278f45", - "reference": "95bff23de33c905b8830059ddb28daf951278f45", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-proxy/zipball/0344918c4f169f4ff0059c502845e9b033356176", + "reference": "0344918c4f169f4ff0059c502845e9b033356176", "shasum": "" }, "require": { @@ -4569,6 +4568,7 @@ }, "conflict": { "drupal/core": "<10.3", + "drupal/helfi_api_base": "<2.7.25", "drupal/helfi_tunnistamo": "<=2.2.1" }, "require-dev": { @@ -4585,10 +4585,10 @@ ], "description": "Provides various fixes so we can serve multiple Drupal instances in one domain.", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/tree/3.3.2", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/tree/3.3.3", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/issues" }, - "time": "2025-02-21T11:22:08+00:00" + "time": "2025-03-10T14:05:39+00:00" }, { "name": "drupal/helfi_tpr", @@ -5609,17 +5609,17 @@ }, { "name": "drupal/paragraphs", - "version": "1.18.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.18" + "reference": "8.x-1.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.18.zip", - "reference": "8.x-1.18", - "shasum": "594e2937ea5c95fc88b60420590c4d83f5cd71ee" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "831a81a11eac419e8410db45efef5b283c4d117c" }, "require": { "drupal/core": "^10.2 || ^11", @@ -5632,7 +5632,7 @@ "drupal/entity_usage": "2.x-dev", "drupal/feeds": "^3", "drupal/field_group": "3.x-dev", - "drupal/inline_entity_form": "1.x-dev", + "drupal/inline_entity_form": "3.x-dev", "drupal/paragraphs-paragraphs_library": "*", "drupal/replicate": "1.x-dev", "drupal/search_api": "^1", @@ -5644,8 +5644,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.18", - "datestamp": "1723029144", + "version": "8.x-1.19", + "datestamp": "1740907076", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5662,7 +5662,7 @@ "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Frans", + "name": "frans", "homepage": "https://www.drupal.org/user/514222" }, { @@ -6994,17 +6994,17 @@ }, { "name": "drupal/tfa", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/tfa.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/tfa-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "1d42020673e8c29259dd9b6b2a7c1f974e66a415" + "url": "https://ftp.drupal.org/files/projects/tfa-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "c8314dfff47ad44ab78a1ea962f25e073abc9960" }, "require": { "chillerlan/php-qrcode": "^1.0.9 || ^2.0 || ^3.2 || ^4.0", @@ -7027,8 +7027,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1729138391", + "version": "8.x-1.10", + "datestamp": "1741198609", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7450,17 +7450,17 @@ }, { "name": "drupal/views_bulk_operations", - "version": "4.3.3", + "version": "4.3.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_bulk_operations.git", - "reference": "4.3.3" + "reference": "4.3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.3.3.zip", - "reference": "4.3.3", - "shasum": "60d83a18ef31fd1e85fb30137fd03a55cad275f3" + "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.3.4.zip", + "reference": "4.3.4", + "shasum": "c0974356f26d49ad9e99450e9db9650de94c6010" }, "require": { "drupal/core": "^10.3 || ^11" @@ -7477,8 +7477,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.3.3", - "datestamp": "1739278730", + "version": "4.3.4", + "datestamp": "1741604495", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9344,16 +9344,16 @@ }, { "name": "mck89/peast", - "version": "v1.16.3", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "645ec21b650bc2aced18285c85f220d22afc1430" + "reference": "3a752d39bd7d8dc1e19bcf424f3d5ac1a1ca6ad5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/645ec21b650bc2aced18285c85f220d22afc1430", - "reference": "645ec21b650bc2aced18285c85f220d22afc1430", + "url": "https://api.github.com/repos/mck89/peast/zipball/3a752d39bd7d8dc1e19bcf424f3d5ac1a1ca6ad5", + "reference": "3a752d39bd7d8dc1e19bcf424f3d5ac1a1ca6ad5", "shasum": "" }, "require": { @@ -9366,7 +9366,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.16.3-dev" + "dev-master": "1.17.0-dev" } }, "autoload": { @@ -9387,9 +9387,9 @@ "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", - "source": "https://github.com/mck89/peast/tree/v1.16.3" + "source": "https://github.com/mck89/peast/tree/v1.17.0" }, - "time": "2024-07-23T14:00:32+00:00" + "time": "2025-03-07T19:44:14+00:00" }, { "name": "microsoft/azure-storage-blob", @@ -9691,16 +9691,16 @@ }, { "name": "open-telemetry/api", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/api.git", - "reference": "8b925df3047628968bc5be722468db1b98b82d51" + "reference": "199d7ddda88f5f5619fa73463f1a5a7149ccd1f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/8b925df3047628968bc5be722468db1b98b82d51", - "reference": "8b925df3047628968bc5be722468db1b98b82d51", + "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/199d7ddda88f5f5619fa73463f1a5a7149ccd1f1", + "reference": "199d7ddda88f5f5619fa73463f1a5a7149ccd1f1", "shasum": "" }, "require": { @@ -9757,7 +9757,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2025-02-03T21:49:11+00:00" + "time": "2025-03-05T21:42:54+00:00" }, { "name": "open-telemetry/context", @@ -11486,16 +11486,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.4.16", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8" + "reference": "b343c3b2f1539fe41331657b37d5c96c1d1ea842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8", - "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b343c3b2f1539fe41331657b37d5c96c1d1ea842", + "reference": "b343c3b2f1539fe41331657b37d5c96c1d1ea842", "shasum": "" }, "require": { @@ -11547,7 +11547,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.16" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.19" }, "funding": [ { @@ -11563,7 +11563,7 @@ "type": "tidelift" } ], - "time": "2024-11-25T14:52:46+00:00" + "time": "2025-02-20T10:02:49+00:00" }, { "name": "symfony/deprecation-contracts", @@ -11634,16 +11634,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.4.18", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e" + "reference": "3d4e55cd2b8f1979a65eba9ab749d6466c316f71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", - "reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/3d4e55cd2b8f1979a65eba9ab749d6466c316f71", + "reference": "3d4e55cd2b8f1979a65eba9ab749d6466c316f71", "shasum": "" }, "require": { @@ -11689,7 +11689,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.18" + "source": "https://github.com/symfony/error-handler/tree/v6.4.19" }, "funding": [ { @@ -11705,7 +11705,7 @@ "type": "tidelift" } ], - "time": "2025-01-06T09:38:16+00:00" + "time": "2025-02-02T20:16:33+00:00" }, { "name": "symfony/event-dispatcher", @@ -12072,16 +12072,16 @@ }, { "name": "symfony/http-kernel", - "version": "v6.4.18", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7" + "reference": "88f2c9f7feff86bb7b9105c5151bc2c1404cd64c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", - "reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/88f2c9f7feff86bb7b9105c5151bc2c1404cd64c", + "reference": "88f2c9f7feff86bb7b9105c5151bc2c1404cd64c", "shasum": "" }, "require": { @@ -12166,7 +12166,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.18" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.19" }, "funding": [ { @@ -12182,7 +12182,7 @@ "type": "tidelift" } ], - "time": "2025-01-29T07:25:58+00:00" + "time": "2025-02-26T10:51:37+00:00" }, { "name": "symfony/mailer", @@ -12266,16 +12266,16 @@ }, { "name": "symfony/mime", - "version": "v6.4.18", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e" + "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/917d77981eb1ea963608d5cda4d9c0cf72eaa68e", - "reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e", + "url": "https://api.github.com/repos/symfony/mime/zipball/ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3", + "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3", "shasum": "" }, "require": { @@ -12331,7 +12331,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.18" + "source": "https://github.com/symfony/mime/tree/v6.4.19" }, "funding": [ { @@ -12347,7 +12347,7 @@ "type": "tidelift" } ], - "time": "2025-01-23T13:10:52+00:00" + "time": "2025-02-17T21:23:52+00:00" }, { "name": "symfony/options-resolver", @@ -13195,16 +13195,16 @@ }, { "name": "symfony/process", - "version": "v6.4.15", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" + "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", + "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", + "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", "shasum": "" }, "require": { @@ -13236,7 +13236,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.15" + "source": "https://github.com/symfony/process/tree/v6.4.19" }, "funding": [ { @@ -13252,7 +13252,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T14:19:14+00:00" + "time": "2025-02-04T13:35:48+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -13422,16 +13422,16 @@ }, { "name": "symfony/serializer", - "version": "v6.4.18", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3" + "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6ad986f62276da4c8c69754decfaa445a89cb6e3", - "reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3", + "url": "https://api.github.com/repos/symfony/serializer/zipball/a221b2f6066af304d760cff7a26f201b4fab4aef", + "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef", "shasum": "" }, "require": { @@ -13500,7 +13500,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.18" + "source": "https://github.com/symfony/serializer/tree/v6.4.19" }, "funding": [ { @@ -13516,7 +13516,7 @@ "type": "tidelift" } ], - "time": "2025-01-28T18:47:02+00:00" + "time": "2025-02-24T08:42:36+00:00" }, { "name": "symfony/service-contracts", @@ -13767,16 +13767,16 @@ }, { "name": "symfony/validator", - "version": "v6.4.18", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "ce20367d07b2592202e9c266b16a93fa50145207" + "reference": "f3e853dffe7c5db675686b8216d6d890dad8c885" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/ce20367d07b2592202e9c266b16a93fa50145207", - "reference": "ce20367d07b2592202e9c266b16a93fa50145207", + "url": "https://api.github.com/repos/symfony/validator/zipball/f3e853dffe7c5db675686b8216d6d890dad8c885", + "reference": "f3e853dffe7c5db675686b8216d6d890dad8c885", "shasum": "" }, "require": { @@ -13844,7 +13844,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.18" + "source": "https://github.com/symfony/validator/tree/v6.4.19" }, "funding": [ { @@ -13860,7 +13860,7 @@ "type": "tidelift" } ], - "time": "2025-01-27T16:05:44+00:00" + "time": "2025-02-19T13:12:02+00:00" }, { "name": "symfony/var-dumper", @@ -13949,16 +13949,16 @@ }, { "name": "symfony/var-exporter", - "version": "v7.2.0", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d" + "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d", - "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a", + "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a", "shasum": "" }, "require": { @@ -14005,7 +14005,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v7.2.0" + "source": "https://github.com/symfony/var-exporter/tree/v7.2.4" }, "funding": [ { @@ -14021,7 +14021,7 @@ "type": "tidelift" } ], - "time": "2024-10-18T07:58:17+00:00" + "time": "2025-02-13T10:27:23+00:00" }, { "name": "symfony/yaml", diff --git a/conf/cmi/core.entity_form_display.helfi_news_groups.helfi_news_groups.default.yml b/conf/cmi/core.entity_form_display.helfi_news_groups.helfi_news_groups.default.yml index 8dd181ef..54baee00 100644 --- a/conf/cmi/core.entity_form_display.helfi_news_groups.helfi_news_groups.default.yml +++ b/conf/cmi/core.entity_form_display.helfi_news_groups.helfi_news_groups.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news_groups _core: - default_config_hash: EOGUC9WPtf2vMJSMaP6aKfU2m9Hu9RwN077GyiffzEg + default_config_hash: NZbTAR9MlwaypqQLpRajJ5TApHCliUq9GbX66kzHVhA id: helfi_news_groups.helfi_news_groups.default targetEntityType: helfi_news_groups bundle: helfi_news_groups diff --git a/conf/cmi/core.entity_form_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml b/conf/cmi/core.entity_form_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml index 79cb075a..c74e5069 100644 --- a/conf/cmi/core.entity_form_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml +++ b/conf/cmi/core.entity_form_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news_neighbourhoods _core: - default_config_hash: 5pvCgxNDIrHGAgTyFHNrnC2YZzNROx1NcwluHLX4q5M + default_config_hash: ZYRyMrruogifgRv5B9j4u6MLy4AGnsSp4YZ1Bia0eeU id: helfi_news_neighbourhoods.helfi_news_neighbourhoods.default targetEntityType: helfi_news_neighbourhoods bundle: helfi_news_neighbourhoods diff --git a/conf/cmi/core.entity_form_display.helfi_news_tags.helfi_news_tags.default.yml b/conf/cmi/core.entity_form_display.helfi_news_tags.helfi_news_tags.default.yml index 01f9b4bf..a16bf744 100644 --- a/conf/cmi/core.entity_form_display.helfi_news_tags.helfi_news_tags.default.yml +++ b/conf/cmi/core.entity_form_display.helfi_news_tags.helfi_news_tags.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news_tags _core: - default_config_hash: lgQeHC9pFKPzdhr9PnrluCii3b_fhaFqOIkQiGv1tvI + default_config_hash: U3HogVY_aw_QzKBzQgfpZoTbpklHMFewxOk4F8ozDZs id: helfi_news_tags.helfi_news_tags.default targetEntityType: helfi_news_tags bundle: helfi_news_tags diff --git a/conf/cmi/core.entity_form_display.media.hel_map.default.yml b/conf/cmi/core.entity_form_display.media.hel_map.default.yml index cbfdb0eb..69311955 100644 --- a/conf/cmi/core.entity_form_display.media.hel_map.default.yml +++ b/conf/cmi/core.entity_form_display.media.hel_map.default.yml @@ -9,7 +9,7 @@ dependencies: - link - path _core: - default_config_hash: KoYrc83rhkQSoax9OsIA2u9cRG8e0ZLi1pMQc_S_3Ew + default_config_hash: nnG8UWbiuGWJBca9HGHTnA2DEeMw_NLvTD9ET7S6u3A id: media.hel_map.default targetEntityType: media bundle: hel_map diff --git a/conf/cmi/core.entity_form_display.media.hel_map.media_library.yml b/conf/cmi/core.entity_form_display.media.hel_map.media_library.yml index 6a1648ec..909d6f65 100644 --- a/conf/cmi/core.entity_form_display.media.hel_map.media_library.yml +++ b/conf/cmi/core.entity_form_display.media.hel_map.media_library.yml @@ -7,7 +7,7 @@ dependencies: - field.field.media.hel_map.field_media_hel_map - media.type.hel_map _core: - default_config_hash: uACm2qWCVRNNnPa4PkDsVUeKT0DiLVT6lqG9y2S4Cds + default_config_hash: V2n3czOuzjECna58BNEbj6OsF5vbf8YqdjW6YmZABJU id: media.hel_map.media_library targetEntityType: media bundle: hel_map diff --git a/conf/cmi/core.entity_form_display.node.landing_page.default.yml b/conf/cmi/core.entity_form_display.node.landing_page.default.yml index 8afb1795..2b32c5c7 100644 --- a/conf/cmi/core.entity_form_display.node.landing_page.default.yml +++ b/conf/cmi/core.entity_form_display.node.landing_page.default.yml @@ -128,9 +128,9 @@ content: third_party_settings: { } simple_sitemap: weight: 10 - region: content settings: { } third_party_settings: { } + region: content status: type: boolean_checkbox weight: 12 diff --git a/conf/cmi/core.entity_form_display.paragraph.banner.default.yml b/conf/cmi/core.entity_form_display.paragraph.banner.default.yml index ac0008aa..cb1c1c04 100644 --- a/conf/cmi/core.entity_form_display.paragraph.banner.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.banner.default.yml @@ -17,7 +17,7 @@ dependencies: module: - hdbt_admin_tools _core: - default_config_hash: dW34Ba__f5zlIB6OaYxFRW0itQBA98RdooSTUnqW2RE + default_config_hash: 4aVXtSrHJBF5egM_I1orTmSf5g3lm-WcG6PD6HfPWFU id: paragraph.banner.default targetEntityType: paragraph bundle: banner @@ -42,8 +42,8 @@ content: weight: 4 region: content settings: - linkit_profile: helfi linkit_auto_link_text: false + linkit_profile: helfi third_party_settings: { } field_banner_link_design: type: design_field_widget diff --git a/conf/cmi/core.entity_form_display.paragraph.chart.default.yml b/conf/cmi/core.entity_form_display.paragraph.chart.default.yml index 2e014f72..5c2c9b20 100644 --- a/conf/cmi/core.entity_form_display.paragraph.chart.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.chart.default.yml @@ -12,7 +12,7 @@ dependencies: - media_library - text _core: - default_config_hash: JfX1NDmZllc_fHMeOSFBgWspFRoEEmivcXOUu014O-k + default_config_hash: IyTUydpYd55EwqOH2lDJzvnXPgwUQBHjkukOfv5pWK8 id: paragraph.chart.default targetEntityType: paragraph bundle: chart diff --git a/conf/cmi/core.entity_form_display.paragraph.columns.default.yml b/conf/cmi/core.entity_form_display.paragraph.columns.default.yml index d4422ae5..6eed4dfe 100644 --- a/conf/cmi/core.entity_form_display.paragraph.columns.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.columns.default.yml @@ -12,7 +12,7 @@ dependencies: - hdbt_admin_tools - paragraphs _core: - default_config_hash: oroMP1jkQbLAJhpJO-wTlhPikdJTERoZqcixppzSsBA + default_config_hash: GGLYkRZVxu180g2tXdafXs0O5EMPywt5qwqg2L8YHjg id: paragraph.columns.default targetEntityType: paragraph bundle: columns diff --git a/conf/cmi/core.entity_form_display.paragraph.contact_card.default.yml b/conf/cmi/core.entity_form_display.paragraph.contact_card.default.yml index a4df3163..4fa56f36 100644 --- a/conf/cmi/core.entity_form_display.paragraph.contact_card.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.contact_card.default.yml @@ -8,6 +8,7 @@ dependencies: - field.field.paragraph.contact_card.field_contact_image_photographer - field.field.paragraph.contact_card.field_contact_name - field.field.paragraph.contact_card.field_contact_social_media + - field.field.paragraph.contact_card.field_contact_social_media_link - field.field.paragraph.contact_card.field_contact_title - field.field.paragraph.contact_card.field_email - field.field.paragraph.contact_card.field_phone_number @@ -15,10 +16,11 @@ dependencies: - paragraphs.paragraphs_type.contact_card module: - focal_point + - link - paragraphs - telephone _core: - default_config_hash: 2fg4jQrKOkMM-2FA9Rr6hYBXxtU9NVZNa2Gsy0eALnk + default_config_hash: YDSv_lQM9OkDPrZy_gI0k4dUlKswEjQX8YV-v17cgQ8 id: paragraph.contact_card.default targetEntityType: paragraph bundle: contact_card @@ -76,6 +78,14 @@ content: collapse_edit_all: collapse_edit_all duplicate: duplicate third_party_settings: { } + field_contact_social_media_link: + type: link_default + weight: 8 + region: content + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } field_contact_title: type: string_textfield weight: 3 diff --git a/conf/cmi/core.entity_form_display.paragraph.content_cards.default.yml b/conf/cmi/core.entity_form_display.paragraph.content_cards.default.yml index 7c31334b..30c2301e 100644 --- a/conf/cmi/core.entity_form_display.paragraph.content_cards.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.content_cards.default.yml @@ -10,7 +10,7 @@ dependencies: module: - hdbt_admin_tools _core: - default_config_hash: 2OyOKAdDhG-kFNxxt7Dc75wHvetreVM22KBjGHxWhMQ + default_config_hash: rc8JKN-XvjAFkper1mY1JSFNvuAlde6tGnPVFI4xGq8 id: paragraph.content_cards.default targetEntityType: paragraph bundle: content_cards diff --git a/conf/cmi/core.entity_form_display.paragraph.hero.default.yml b/conf/cmi/core.entity_form_display.paragraph.hero.default.yml index 99f43fc8..5b3a4e40 100644 --- a/conf/cmi/core.entity_form_display.paragraph.hero.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.hero.default.yml @@ -15,7 +15,7 @@ dependencies: - hdbt_admin_tools - media_library _core: - default_config_hash: 1GjBs_T3tKYlTF4jxU6lUtwC7YSCChaZ4Tmsrialewk + default_config_hash: '-ifiEmNAS2DmLDUIXatxNB4S_s_-pksmrLAdQlkFoiU' id: paragraph.hero.default targetEntityType: paragraph bundle: hero diff --git a/conf/cmi/core.entity_form_display.paragraph.image.default.yml b/conf/cmi/core.entity_form_display.paragraph.image.default.yml index 8fff1b12..1d6539f1 100644 --- a/conf/cmi/core.entity_form_display.paragraph.image.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.image.default.yml @@ -10,7 +10,7 @@ dependencies: module: - media_library _core: - default_config_hash: 5LSRb9k8hVamL1KuD7RfzU2-nMN-1XXHoiIXVIaBF0Q + default_config_hash: tl5Ri26OIY_IzF68qH0Vn6ZoTnjVJbcext4B8RKFiLA id: paragraph.image.default targetEntityType: paragraph bundle: image diff --git a/conf/cmi/core.entity_form_display.paragraph.liftup_with_image.default.yml b/conf/cmi/core.entity_form_display.paragraph.liftup_with_image.default.yml index b78fbc82..8c7837c8 100644 --- a/conf/cmi/core.entity_form_display.paragraph.liftup_with_image.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.liftup_with_image.default.yml @@ -13,7 +13,7 @@ dependencies: - media_library - text _core: - default_config_hash: 2h3Rf5RkNa_uOwTcyEahSmww6rH2x6OU1xhQdncMYC8 + default_config_hash: O4zMHxwRRHp-yrN0JH1svHXLCBbLGqZIF8WdjPfkhng id: paragraph.liftup_with_image.default targetEntityType: paragraph bundle: liftup_with_image diff --git a/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml b/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml index 0f60dae0..0f5d5fda 100644 --- a/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.list_of_links_item.default.yml @@ -40,8 +40,8 @@ content: weight: 1 region: content settings: - linkit_profile: helfi linkit_auto_link_text: false + linkit_profile: helfi third_party_settings: { } hidden: created: true diff --git a/conf/cmi/core.entity_form_display.paragraph.map.default.yml b/conf/cmi/core.entity_form_display.paragraph.map.default.yml index 97b59335..d468fa74 100644 --- a/conf/cmi/core.entity_form_display.paragraph.map.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.map.default.yml @@ -12,7 +12,7 @@ dependencies: - media_library - text _core: - default_config_hash: 7crENIwhGW6tRoex4OmKX32kDMRWvLBJ-YjDSBifPak + default_config_hash: NbFtu67kO9nkoBI9GHyEJcD7zHqRQDFZOB7tdhWfBvo id: paragraph.map.default targetEntityType: paragraph bundle: map diff --git a/conf/cmi/core.entity_form_display.paragraph.phasing.default.yml b/conf/cmi/core.entity_form_display.paragraph.phasing.default.yml index 0608bf56..cb8ba076 100644 --- a/conf/cmi/core.entity_form_display.paragraph.phasing.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.phasing.default.yml @@ -14,7 +14,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: GQC9vHnTQZGHSz0j-gePXYCBiZgR6jG6eljtf6LZni0 + default_config_hash: yxgZg7HwKZEeEJDvrVxjt5hgz35rdQ_b81CNnT7Cv2s id: paragraph.phasing.default targetEntityType: paragraph bundle: phasing diff --git a/conf/cmi/core.entity_form_display.paragraph.phasing_item.default.yml b/conf/cmi/core.entity_form_display.paragraph.phasing_item.default.yml index 4961c78b..88af0fcb 100644 --- a/conf/cmi/core.entity_form_display.paragraph.phasing_item.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.phasing_item.default.yml @@ -9,7 +9,7 @@ dependencies: module: - text _core: - default_config_hash: exmZt7U0j_EEeW7fbdF_Nwm30j2XIrn5q6yaa9GM0fk + default_config_hash: jU7hguSF1_19oKxbI7_tNH6SlAfjXqX0FwyJvsqNAc4 id: paragraph.phasing_item.default targetEntityType: paragraph bundle: phasing_item diff --git a/conf/cmi/core.entity_form_display.paragraph.popular_service_item.default.yml b/conf/cmi/core.entity_form_display.paragraph.popular_service_item.default.yml index 2914989a..51b58e3f 100644 --- a/conf/cmi/core.entity_form_display.paragraph.popular_service_item.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.popular_service_item.default.yml @@ -9,7 +9,7 @@ dependencies: module: - link _core: - default_config_hash: fFtA0-eIpn5RaBU0qMbUGXQf8jzmtHNX_lvFatj9iMc + default_config_hash: AgFp_Do7pZb32WPPGJ5B9KYLmprIlZAoEm34dni96aI id: paragraph.popular_service_item.default targetEntityType: paragraph bundle: popular_service_item diff --git a/conf/cmi/core.entity_form_display.paragraph.popular_services.default.yml b/conf/cmi/core.entity_form_display.paragraph.popular_services.default.yml index dc5c9778..aed66f88 100644 --- a/conf/cmi/core.entity_form_display.paragraph.popular_services.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.popular_services.default.yml @@ -9,7 +9,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: p92mQfVABLdoDyLyijLsf5Eoop2UcHixAVk_QYF6PJc + default_config_hash: ah6WxKb_PGu1DhjkTXNDyrnIaLg8_-Ls8khpFxdPIpg id: paragraph.popular_services.default targetEntityType: paragraph bundle: popular_services diff --git a/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml b/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml index 9f5ab027..d2778ee0 100644 --- a/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml @@ -10,7 +10,7 @@ dependencies: - allowed_formats - text _core: - default_config_hash: 214ydTgss7-NhH765h7HJ-g9pgtBtb8BZOix6L5ShSA + default_config_hash: FzZd7zVbakTCCXMCrwciO6_E3Dsy8ABVX3xkaczl3KE id: paragraph.sidebar_text.default targetEntityType: paragraph bundle: sidebar_text diff --git a/conf/cmi/core.entity_form_display.paragraph.target_group_link_item.default.yml b/conf/cmi/core.entity_form_display.paragraph.target_group_link_item.default.yml index f553baa2..3f604995 100644 --- a/conf/cmi/core.entity_form_display.paragraph.target_group_link_item.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.target_group_link_item.default.yml @@ -11,7 +11,7 @@ dependencies: - hdbt_admin_tools - link _core: - default_config_hash: KD89aqMiKmJcWgPj05TsKprgmY9BzDTWPZG6_b5-V9g + default_config_hash: qpeQctbyGQ0PFkeaj24KtSUOqgEN-EhTohfEG8JMFv4 id: paragraph.target_group_link_item.default targetEntityType: paragraph bundle: target_group_link_item diff --git a/conf/cmi/core.entity_form_display.paragraph.target_group_links.default.yml b/conf/cmi/core.entity_form_display.paragraph.target_group_links.default.yml index 20a8eb00..ce6ff3ef 100644 --- a/conf/cmi/core.entity_form_display.paragraph.target_group_links.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.target_group_links.default.yml @@ -11,7 +11,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: imYg4nZeyy5xnhCHljH4Krme8SUcyJpBqhT6mnjZWhI + default_config_hash: 5n3j8XLvYzAdRdPK3lNwbcDJ2O-PMSGcq4_EMmB9kHU id: paragraph.target_group_links.default targetEntityType: paragraph bundle: target_group_links diff --git a/conf/cmi/core.entity_form_display.paragraph.text.default.yml b/conf/cmi/core.entity_form_display.paragraph.text.default.yml index a12ee563..3ac44f35 100644 --- a/conf/cmi/core.entity_form_display.paragraph.text.default.yml +++ b/conf/cmi/core.entity_form_display.paragraph.text.default.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: VHu9A6hSTzAYHadgMtwBqWRvlcZEPvr1Z_Jn4rx002E + default_config_hash: wUcdzTXhlttFiSB8e924ESPKQps1cSoEdVdi_gQwQW4 id: paragraph.text.default targetEntityType: paragraph bundle: text diff --git a/conf/cmi/core.entity_view_display.helfi_news.helfi_news.default.yml b/conf/cmi/core.entity_view_display.helfi_news.helfi_news.default.yml index 1486841f..41342b36 100644 --- a/conf/cmi/core.entity_view_display.helfi_news.helfi_news.default.yml +++ b/conf/cmi/core.entity_view_display.helfi_news.helfi_news.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news _core: - default_config_hash: MK1WwyJih8WwRaem-6cDbbs9ea-7dGXkUwnOJkuEYNU + default_config_hash: 33h5UHW-ql4RJDl1qx6OZYTZSl2vsd4XwJKh8mRkAEY id: helfi_news.helfi_news.default targetEntityType: helfi_news bundle: helfi_news diff --git a/conf/cmi/core.entity_view_display.helfi_news_groups.helfi_news_groups.default.yml b/conf/cmi/core.entity_view_display.helfi_news_groups.helfi_news_groups.default.yml index aa728ac2..f33aa36f 100644 --- a/conf/cmi/core.entity_view_display.helfi_news_groups.helfi_news_groups.default.yml +++ b/conf/cmi/core.entity_view_display.helfi_news_groups.helfi_news_groups.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news_groups _core: - default_config_hash: P8btRRLsFGBAXJ6BOUG4RbFBxqHK-7bW9o1s2d4HWCA + default_config_hash: URRXj2mF-bj2Inck00zZ4hnewwUfhJw9pWROGDgm0CM id: helfi_news_groups.helfi_news_groups.default targetEntityType: helfi_news_groups bundle: helfi_news_groups diff --git a/conf/cmi/core.entity_view_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml b/conf/cmi/core.entity_view_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml index c5072732..f0cc882a 100644 --- a/conf/cmi/core.entity_view_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml +++ b/conf/cmi/core.entity_view_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news_neighbourhoods _core: - default_config_hash: D9evkjd3Cb3jmo3UG5LInegI7KwGYVPdw-CFm6Kw_EE + default_config_hash: SbkVgoCTqd9-gocQkbQZwSdf-EBmMuKp9tzREbxvc6I id: helfi_news_neighbourhoods.helfi_news_neighbourhoods.default targetEntityType: helfi_news_neighbourhoods bundle: helfi_news_neighbourhoods diff --git a/conf/cmi/core.entity_view_display.helfi_news_tags.helfi_news_tags.default.yml b/conf/cmi/core.entity_view_display.helfi_news_tags.helfi_news_tags.default.yml index 30881892..6838062b 100644 --- a/conf/cmi/core.entity_view_display.helfi_news_tags.helfi_news_tags.default.yml +++ b/conf/cmi/core.entity_view_display.helfi_news_tags.helfi_news_tags.default.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news_tags _core: - default_config_hash: vFiSBB15m_OJ_YePPGtc2tm3CTHL4JwnmEki_O5O_XU + default_config_hash: aH-CjdIfGUfR5Ivhd7xHl8KbtdXM61boHMKUJQ6OHvg id: helfi_news_tags.helfi_news_tags.default targetEntityType: helfi_news_tags bundle: helfi_news_tags diff --git a/conf/cmi/core.entity_view_display.media.hel_map.default.yml b/conf/cmi/core.entity_view_display.media.hel_map.default.yml index 9adf0040..b56a246c 100644 --- a/conf/cmi/core.entity_view_display.media.hel_map.default.yml +++ b/conf/cmi/core.entity_view_display.media.hel_map.default.yml @@ -8,7 +8,7 @@ dependencies: module: - helfi_media_map _core: - default_config_hash: '-iLfHSAepabVQ6yYeAq_cioOuO-5JsvriQSQENHZG80' + default_config_hash: INXBFtoQuC_DjYgAhN5Ttgy0F2abjvG3XLU6Unm_EU0 id: media.hel_map.default targetEntityType: media bundle: hel_map diff --git a/conf/cmi/core.entity_view_display.media.hel_map.media_library.yml b/conf/cmi/core.entity_view_display.media.hel_map.media_library.yml index bbed5439..ee5c9a66 100644 --- a/conf/cmi/core.entity_view_display.media.hel_map.media_library.yml +++ b/conf/cmi/core.entity_view_display.media.hel_map.media_library.yml @@ -9,7 +9,7 @@ dependencies: module: - helfi_media_map _core: - default_config_hash: BgAdizvooLPfK6uIUYu3Z-02W-SFkGxNpNOwqhF_Kuw + default_config_hash: xrAnYtkc8F-kZb6szt7sZHZ01BM1RnD-NfJ0bOtBTDs id: media.hel_map.media_library targetEntityType: media bundle: hel_map diff --git a/conf/cmi/core.entity_view_display.media.image.content_card.yml b/conf/cmi/core.entity_view_display.media.image.content_card.yml index 78d40a36..c332dde7 100644 --- a/conf/cmi/core.entity_view_display.media.image.content_card.yml +++ b/conf/cmi/core.entity_view_display.media.image.content_card.yml @@ -11,7 +11,7 @@ dependencies: module: - responsive_image _core: - default_config_hash: 96VDzdJ0d-RMHgGUC1vFlJ89q6BDz5cj3OYAkr0lsIo + default_config_hash: OxVWNvrQianT6FHcrC0TmHEUSjLBQAcug0DifBiH0mI id: media.image.content_card targetEntityType: media bundle: image diff --git a/conf/cmi/core.entity_view_display.media.image.hero.yml b/conf/cmi/core.entity_view_display.media.image.hero.yml index 364df01e..e28d6306 100644 --- a/conf/cmi/core.entity_view_display.media.image.hero.yml +++ b/conf/cmi/core.entity_view_display.media.image.hero.yml @@ -11,7 +11,7 @@ dependencies: module: - responsive_image _core: - default_config_hash: 1TRAhLvz-37rbjca1TJiVCP65Gy_X5ppn2iiiTRvl-g + default_config_hash: 9wJtY71ejVWwx2IL49fLWC77ullAsSBN8JUW7BSnU5E id: media.image.hero targetEntityType: media bundle: image diff --git a/conf/cmi/core.entity_view_display.paragraph.banner.default.yml b/conf/cmi/core.entity_view_display.paragraph.banner.default.yml index a59b0c82..f6a3816c 100644 --- a/conf/cmi/core.entity_view_display.paragraph.banner.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.banner.default.yml @@ -16,7 +16,7 @@ dependencies: - options - text _core: - default_config_hash: 81G-zzBxYIt-u9L4g2zVuH0NP_i72wAOboZ0Fy7mA70 + default_config_hash: JcqxeHXYf0RwMQ6Z_OoIPJfHaI3eSUJ9MqYvpGcjZJ4 id: paragraph.banner.default targetEntityType: paragraph bundle: banner diff --git a/conf/cmi/core.entity_view_display.paragraph.chart.default.yml b/conf/cmi/core.entity_view_display.paragraph.chart.default.yml index 1aa425d8..80fb9ad5 100644 --- a/conf/cmi/core.entity_view_display.paragraph.chart.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.chart.default.yml @@ -11,7 +11,7 @@ dependencies: module: - text _core: - default_config_hash: BOw_UiW-L7EQ8Y6D4E0CAMkB8XxXao5rBZzbq-DNbBI + default_config_hash: q5ty6TL6Gz4mjHihvReIbKIyYd4JuJ4WDH0emJ8tEkI id: paragraph.chart.default targetEntityType: paragraph bundle: chart diff --git a/conf/cmi/core.entity_view_display.paragraph.columns.default.yml b/conf/cmi/core.entity_view_display.paragraph.columns.default.yml index cdcae190..4612e2dc 100644 --- a/conf/cmi/core.entity_view_display.paragraph.columns.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.columns.default.yml @@ -12,7 +12,7 @@ dependencies: - entity_reference_revisions - options _core: - default_config_hash: KNfAPmqwI7H1wTiwpq3VATIRIqt_hPORQRsgoQExpjU + default_config_hash: '-AkkL5g2BQxDQbfHFwyk118zIq434wWSUizrqBrWKIQ' id: paragraph.columns.default targetEntityType: paragraph bundle: columns diff --git a/conf/cmi/core.entity_view_display.paragraph.contact_card.default.yml b/conf/cmi/core.entity_view_display.paragraph.contact_card.default.yml index 07c07f29..b7fc70e2 100644 --- a/conf/cmi/core.entity_view_display.paragraph.contact_card.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.contact_card.default.yml @@ -8,6 +8,7 @@ dependencies: - field.field.paragraph.contact_card.field_contact_image_photographer - field.field.paragraph.contact_card.field_contact_name - field.field.paragraph.contact_card.field_contact_social_media + - field.field.paragraph.contact_card.field_contact_social_media_link - field.field.paragraph.contact_card.field_contact_title - field.field.paragraph.contact_card.field_email - field.field.paragraph.contact_card.field_phone_number @@ -15,11 +16,12 @@ dependencies: - responsive_image.styles.contact_card module: - entity_reference_revisions + - helfi_paragraphs_contact_card_listing - helfi_platform_config - responsive_image - telephone _core: - default_config_hash: 8129V-915NHXMtaglfTEdbOxuxXPq6vrZft2zgHbxL0 + default_config_hash: g7mshBIsAGSEoG6m0KX2GLEN58sv4MnWAEXk68dClQ8 id: paragraph.contact_card.default targetEntityType: paragraph bundle: contact_card @@ -68,6 +70,13 @@ content: third_party_settings: { } weight: 6 region: content + field_contact_social_media_link: + type: helfi_social_media_link + label: hidden + settings: { } + third_party_settings: { } + weight: 6 + region: content field_contact_title: type: string label: hidden diff --git a/conf/cmi/core.entity_view_display.paragraph.content_cards.default.yml b/conf/cmi/core.entity_view_display.paragraph.content_cards.default.yml index d1b19ee6..8ab51854 100644 --- a/conf/cmi/core.entity_view_display.paragraph.content_cards.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.content_cards.default.yml @@ -10,7 +10,7 @@ dependencies: module: - options _core: - default_config_hash: sUzn5FeMRcy_huJR2K53OudmqBgkt0YiA2SY7cs06JA + default_config_hash: 3E6GOLjuMBSKLDtDYhIL4jlKnyfb9Y9XOJ6uHXAm9To id: paragraph.content_cards.default targetEntityType: paragraph bundle: content_cards diff --git a/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml b/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml index 3e07d534..5fc3f43e 100644 --- a/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.hearings.default.yml @@ -31,9 +31,9 @@ content: weight: 0 region: content list: + weight: 100 settings: { } third_party_settings: { } - weight: 100 region: content hidden: search_api_excerpt: true diff --git a/conf/cmi/core.entity_view_display.paragraph.hero.default.yml b/conf/cmi/core.entity_view_display.paragraph.hero.default.yml index 57a25dc0..0df588f3 100644 --- a/conf/cmi/core.entity_view_display.paragraph.hero.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.hero.default.yml @@ -15,7 +15,7 @@ dependencies: - options - text _core: - default_config_hash: _cEmb8iIMHW_kmY2nlzrMR-ur24Tc0k7N4FGGAvT03k + default_config_hash: b7aWqy27zvIiOUxzstnlmUkuXpLDdEBEqfresW9tUz8 id: paragraph.hero.default targetEntityType: paragraph bundle: hero diff --git a/conf/cmi/core.entity_view_display.paragraph.image.default.yml b/conf/cmi/core.entity_view_display.paragraph.image.default.yml index 851aceda..287df969 100644 --- a/conf/cmi/core.entity_view_display.paragraph.image.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.image.default.yml @@ -10,7 +10,7 @@ dependencies: module: - helfi_platform_config _core: - default_config_hash: 3mLKi-YKV64AEso5VbzLofy-2PrULe3WFxhURqVP6NM + default_config_hash: _ZMbAmeR4eW7Gpm-tdur32fuX4Qn_RhRZd-faknSIv4 id: paragraph.image.default targetEntityType: paragraph bundle: image diff --git a/conf/cmi/core.entity_view_display.paragraph.liftup_with_image.default.yml b/conf/cmi/core.entity_view_display.paragraph.liftup_with_image.default.yml index 830f5c6d..4cc3fb68 100644 --- a/conf/cmi/core.entity_view_display.paragraph.liftup_with_image.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.liftup_with_image.default.yml @@ -12,7 +12,7 @@ dependencies: - options - text _core: - default_config_hash: 1s4JTt_QkkDMrGjG8dYOyQj0WMgKbmr0iOoBwzYrEH8 + default_config_hash: eNHAn55Gw5gSAhk7kimMoapBq0zog4RL6YxB3Dt5QOk id: paragraph.liftup_with_image.default targetEntityType: paragraph bundle: liftup_with_image diff --git a/conf/cmi/core.entity_view_display.paragraph.map.default.yml b/conf/cmi/core.entity_view_display.paragraph.map.default.yml index 35136eca..08e6e7bb 100644 --- a/conf/cmi/core.entity_view_display.paragraph.map.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.map.default.yml @@ -11,7 +11,7 @@ dependencies: module: - text _core: - default_config_hash: 9Mw4AexMhGVXoajYwrdAHrw7-66rs0sg3l0P7BVEaWo + default_config_hash: 8znYzCoFP3l9vfzkOUoNl7fSLN711CrN35xvUAatgDQ id: paragraph.map.default targetEntityType: paragraph bundle: map diff --git a/conf/cmi/core.entity_view_display.paragraph.phasing.default.yml b/conf/cmi/core.entity_view_display.paragraph.phasing.default.yml index 987daa88..56c78921 100644 --- a/conf/cmi/core.entity_view_display.paragraph.phasing.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.phasing.default.yml @@ -15,7 +15,7 @@ dependencies: - options - text _core: - default_config_hash: mgNYL_uSHyyBus-Qsph-BAk7A9FIHczbgABVI9e9taM + default_config_hash: 1wrNb9MnyVUeb1u9LeKyUVO0ZnYqbr4GvYRWafvMQj4 id: paragraph.phasing.default targetEntityType: paragraph bundle: phasing diff --git a/conf/cmi/core.entity_view_display.paragraph.phasing_item.default.yml b/conf/cmi/core.entity_view_display.paragraph.phasing_item.default.yml index 4cf723ca..f928379a 100644 --- a/conf/cmi/core.entity_view_display.paragraph.phasing_item.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.phasing_item.default.yml @@ -9,7 +9,7 @@ dependencies: module: - text _core: - default_config_hash: b42uhJQQL3vbSiPoBEhneCCveG4mm1HSlVJ65yK2lxg + default_config_hash: 0TTk_RH5E44ucltGMV1DEE6fX5oyZLlHuhPhFo97gy4 id: paragraph.phasing_item.default targetEntityType: paragraph bundle: phasing_item diff --git a/conf/cmi/core.entity_view_display.paragraph.popular_service_item.default.yml b/conf/cmi/core.entity_view_display.paragraph.popular_service_item.default.yml index c05e7bc4..0b366587 100644 --- a/conf/cmi/core.entity_view_display.paragraph.popular_service_item.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.popular_service_item.default.yml @@ -9,7 +9,7 @@ dependencies: module: - link _core: - default_config_hash: vxKwnl54A5_UGhKU6OJDhu2OzFUoC-ZZKcL5BoMp_xE + default_config_hash: th1OgRqnkY3Yfr3Y4e7S4TbSzMM5o6EQlFC2VOw6yes id: paragraph.popular_service_item.default targetEntityType: paragraph bundle: popular_service_item diff --git a/conf/cmi/core.entity_view_display.paragraph.popular_services.default.yml b/conf/cmi/core.entity_view_display.paragraph.popular_services.default.yml index 53f300f0..4637b350 100644 --- a/conf/cmi/core.entity_view_display.paragraph.popular_services.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.popular_services.default.yml @@ -9,7 +9,7 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: Vj3qe9mZOEKB91qkhk0JkyeoGVm1V0o8mH33Twqfo5k + default_config_hash: FOltpOBI-UG9y1uH-OMFL6H8o00fMlUOKmMdn4ujUk0 id: paragraph.popular_services.default targetEntityType: paragraph bundle: popular_services diff --git a/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml b/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml index af0b0d43..9a00ca27 100644 --- a/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml @@ -9,7 +9,7 @@ dependencies: module: - text _core: - default_config_hash: oEXxwKRL_SQCkrCkFWUquEfltY6ZTGpAIkfF9q1Ox9I + default_config_hash: ubsaI6ihyXTogop68h6TD794HrLGNfMg0UundWE6_GQ id: paragraph.sidebar_text.default targetEntityType: paragraph bundle: sidebar_text diff --git a/conf/cmi/core.entity_view_display.paragraph.target_group_link_item.default.yml b/conf/cmi/core.entity_view_display.paragraph.target_group_link_item.default.yml index b14365f3..8caa2c05 100644 --- a/conf/cmi/core.entity_view_display.paragraph.target_group_link_item.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.target_group_link_item.default.yml @@ -11,7 +11,7 @@ dependencies: - hdbt_admin_tools - link _core: - default_config_hash: 1745o_IHwMytcBjIpfcCeHE1USxqMqdc7HwSLQTjKjs + default_config_hash: L6deLxBflK_aMGqug7wwTA-v5ElWW3o__bRNm6p2f8o id: paragraph.target_group_link_item.default targetEntityType: paragraph bundle: target_group_link_item diff --git a/conf/cmi/core.entity_view_display.paragraph.target_group_links.default.yml b/conf/cmi/core.entity_view_display.paragraph.target_group_links.default.yml index 1319e802..e2a557c7 100644 --- a/conf/cmi/core.entity_view_display.paragraph.target_group_links.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.target_group_links.default.yml @@ -11,7 +11,7 @@ dependencies: - entity_reference_revisions - text _core: - default_config_hash: t5upomqUDeaKTwcM3NN1J2NoNZoEgH_w-8H93FCrNYE + default_config_hash: uvdBn292Tdqyh2OVLXJMCDHkDJ3q4DPzjGh5t-fzw3U id: paragraph.target_group_links.default targetEntityType: paragraph bundle: target_group_links diff --git a/conf/cmi/core.entity_view_display.paragraph.text.default.yml b/conf/cmi/core.entity_view_display.paragraph.text.default.yml index d0b5e933..ab81b00f 100644 --- a/conf/cmi/core.entity_view_display.paragraph.text.default.yml +++ b/conf/cmi/core.entity_view_display.paragraph.text.default.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: fj13Z_YNey-Xk4cQvzV8epMGaoflcnmP0u4KX-VXnyU + default_config_hash: ZyzWQOu9rLf34rztRQLNUktxAr0YaisYzp8iElPydq0 id: paragraph.text.default targetEntityType: paragraph bundle: text diff --git a/conf/cmi/core.entity_view_mode.helfi_news.medium_teaser.yml b/conf/cmi/core.entity_view_mode.helfi_news.medium_teaser.yml index 32a0dcb3..f268e780 100644 --- a/conf/cmi/core.entity_view_mode.helfi_news.medium_teaser.yml +++ b/conf/cmi/core.entity_view_mode.helfi_news.medium_teaser.yml @@ -4,8 +4,11 @@ status: true dependencies: module: - external_entities + enforced: + config: + - external_entities.external_entity_type.helfi_news _core: - default_config_hash: Fl8HX68URx0CChkXzE5wAEZ9p94KnjuIbgmVIo6r5n4 + default_config_hash: UzN-pHOpdLiUeXRIc6u-sPQTYGvwRvR2dkj19RUrS-k id: helfi_news.medium_teaser label: 'Medium Teaser' description: '' diff --git a/conf/cmi/core.entity_view_mode.media.content_card.yml b/conf/cmi/core.entity_view_mode.media.content_card.yml index 36919f3f..d58f1d03 100644 --- a/conf/cmi/core.entity_view_mode.media.content_card.yml +++ b/conf/cmi/core.entity_view_mode.media.content_card.yml @@ -5,7 +5,7 @@ dependencies: module: - media _core: - default_config_hash: HOFd_XbIVPpxLzvkwtVFBM4asbxqH6Xj2sNlB-ZEMzo + default_config_hash: Y-tz3OMxGfcxFzHoe9yuhEW1VDRTcBr0tYi4-SJwl8A id: media.content_card label: 'Content card' description: '' diff --git a/conf/cmi/core.entity_view_mode.media.hero.yml b/conf/cmi/core.entity_view_mode.media.hero.yml index cc94f61a..41e4ed19 100644 --- a/conf/cmi/core.entity_view_mode.media.hero.yml +++ b/conf/cmi/core.entity_view_mode.media.hero.yml @@ -5,7 +5,7 @@ dependencies: module: - media _core: - default_config_hash: zAj-eiOJoImMZ2MAmC2k7HFfOKvT0JA_aHDz6RaN2uQ + default_config_hash: sQr5TjXhN6pEzneuo5RLxlS106KsBlhmv23PesDWxhg id: media.hero label: Hero description: '' diff --git a/conf/cmi/encrypt.profile.real_aes.yml b/conf/cmi/encrypt.profile.real_aes.yml index c9887b01..94b4ba51 100644 --- a/conf/cmi/encrypt.profile.real_aes.yml +++ b/conf/cmi/encrypt.profile.real_aes.yml @@ -11,5 +11,5 @@ _core: id: real_aes label: 'Real AES' encryption_method: real_aes -encryption_method_configuration: { } encryption_key: tfa +encryption_method_configuration: { } diff --git a/conf/cmi/external_entities.external_entity_type.helfi_announcements.yml b/conf/cmi/external_entities.external_entity_type.helfi_announcements.yml index c607771d..8bd8bfb7 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_announcements.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_announcements.yml @@ -8,8 +8,8 @@ id: helfi_announcements label: 'Helfi: Announcements' label_plural: 'Helfi: Announcements' description: '' -read_only: true generate_aliases: null +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml b/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml index 5657ad7f..5d33c860 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_hearings.yml @@ -8,8 +8,8 @@ id: helfi_hearings label: 'Helfi: Hearing' label_plural: 'Helfi: Hearing' description: 'Helfi hearings from hearing api.' -read_only: true generate_aliases: false +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.helfi_news.yml b/conf/cmi/external_entities.external_entity_type.helfi_news.yml index 352371db..134f003d 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_news.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_news.yml @@ -8,8 +8,8 @@ id: helfi_news label: 'Helfi: News' label_plural: 'Helfi: News' description: '' -read_only: true generate_aliases: false +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.helfi_news_groups.yml b/conf/cmi/external_entities.external_entity_type.helfi_news_groups.yml index a41403eb..4bd92b35 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_news_groups.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_news_groups.yml @@ -8,8 +8,8 @@ id: helfi_news_groups label: 'Helfi: News groups' label_plural: 'Helfi: News groups' description: 'Retrieves news groups taxonomy terms from Helfi' -read_only: true generate_aliases: null +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.helfi_news_neighbourhoods.yml b/conf/cmi/external_entities.external_entity_type.helfi_news_neighbourhoods.yml index 33be54a4..508219df 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_news_neighbourhoods.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_news_neighbourhoods.yml @@ -8,8 +8,8 @@ id: helfi_news_neighbourhoods label: 'Helfi: News neighbourhoods' label_plural: 'Helfi: News neighbourhoods' description: 'Retrieves news neighbourhoods taxonomy terms from Helfi' -read_only: true generate_aliases: null +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.helfi_news_tags.yml b/conf/cmi/external_entities.external_entity_type.helfi_news_tags.yml index e61355bb..8501c76b 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_news_tags.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_news_tags.yml @@ -8,8 +8,8 @@ id: helfi_news_tags label: 'Helfi: News tags' label_plural: 'Helfi: News tags' description: 'Retrieves news tags taxonomy terms from Helfi' -read_only: true generate_aliases: null +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.helfi_surveys.yml b/conf/cmi/external_entities.external_entity_type.helfi_surveys.yml index 8308d9f6..2a9fc569 100644 --- a/conf/cmi/external_entities.external_entity_type.helfi_surveys.yml +++ b/conf/cmi/external_entities.external_entity_type.helfi_surveys.yml @@ -8,8 +8,8 @@ id: helfi_surveys label: 'Helfi: Survey' label_plural: 'Helfi: Surveys' description: '' -read_only: true generate_aliases: null +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/external_entities.external_entity_type.linkedevents_event.yml b/conf/cmi/external_entities.external_entity_type.linkedevents_event.yml index 819ef5ee..f263c518 100644 --- a/conf/cmi/external_entities.external_entity_type.linkedevents_event.yml +++ b/conf/cmi/external_entities.external_entity_type.linkedevents_event.yml @@ -8,8 +8,8 @@ id: linkedevents_event label: 'LinkedEvents: Event' label_plural: 'LinkedEvents: Events' description: 'Event entities from https://api.hel.fi/linkedevents.' -read_only: true generate_aliases: false +read_only: true field_mapper_id: jsonpath field_mapper_config: field_mappings: diff --git a/conf/cmi/field.field.media.hel_map.field_media_hel_map.yml b/conf/cmi/field.field.media.hel_map.field_media_hel_map.yml index 5ccd3a6b..77657648 100644 --- a/conf/cmi/field.field.media.hel_map.field_media_hel_map.yml +++ b/conf/cmi/field.field.media.hel_map.field_media_hel_map.yml @@ -8,7 +8,7 @@ dependencies: module: - link _core: - default_config_hash: 6R3OIKGnfzbjAT3CeaZRYfjCcaVYoYtLEJY2R4nFSFc + default_config_hash: IyZGmCxQfbUAUfo22wS3sO10CyDKyuJSfhxqiRGlvqw id: media.hel_map.field_media_hel_map field_name: field_media_hel_map entity_type: media diff --git a/conf/cmi/field.field.paragraph.banner.field_banner_desc.yml b/conf/cmi/field.field.paragraph.banner.field_banner_desc.yml index 839cb546..39d9e6bc 100644 --- a/conf/cmi/field.field.paragraph.banner.field_banner_desc.yml +++ b/conf/cmi/field.field.paragraph.banner.field_banner_desc.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: KJ9KcGrvrrK4aeXoyicX83t11mFxQTmQclB5t1yagGI + default_config_hash: 3ctWZ02uByaH52Cg_38rgGACiTgyghe_lwwts6r6ZT0 id: paragraph.banner.field_banner_desc field_name: field_banner_desc entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.banner.field_banner_design.yml b/conf/cmi/field.field.paragraph.banner.field_banner_design.yml index 3d316157..d173ba9f 100644 --- a/conf/cmi/field.field.paragraph.banner.field_banner_design.yml +++ b/conf/cmi/field.field.paragraph.banner.field_banner_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: j730USZlTurXW1-1FwgfKptTWHUnoHQ0MDse060L7Q4 + default_config_hash: at4a5w0ZyBtNj_F4QanvAXRmLb3hlez7Vp80t93WvYg id: paragraph.banner.field_banner_design field_name: field_banner_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.banner.field_banner_link.yml b/conf/cmi/field.field.paragraph.banner.field_banner_link.yml index 971f9cb1..d43f213a 100644 --- a/conf/cmi/field.field.paragraph.banner.field_banner_link.yml +++ b/conf/cmi/field.field.paragraph.banner.field_banner_link.yml @@ -8,7 +8,7 @@ dependencies: module: - link _core: - default_config_hash: U3PFU8XI6MXv7SFPLZ-WH1JgVkOIbgaGj5KtGsVBD1I + default_config_hash: cHnhuoJ9IKcN1FCOib1bKIWHH172J3Qn07P6Q9IorCw id: paragraph.banner.field_banner_link field_name: field_banner_link entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.banner.field_banner_link_design.yml b/conf/cmi/field.field.paragraph.banner.field_banner_link_design.yml index e3273cb8..4e9ad1ed 100644 --- a/conf/cmi/field.field.paragraph.banner.field_banner_link_design.yml +++ b/conf/cmi/field.field.paragraph.banner.field_banner_link_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: riS2zxp8sHrbbA_Ys2M4hTz5_fGaDCFKLjWCEwPjfYI + default_config_hash: zWyOeVyklacdNhJH6c1bJjDRZ8kXM8544UQiRAeu6xw id: paragraph.banner.field_banner_link_design field_name: field_banner_link_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.banner.field_banner_title.yml b/conf/cmi/field.field.paragraph.banner.field_banner_title.yml index 857a5b79..74462326 100644 --- a/conf/cmi/field.field.paragraph.banner.field_banner_title.yml +++ b/conf/cmi/field.field.paragraph.banner.field_banner_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_banner_title - paragraphs.paragraphs_type.banner _core: - default_config_hash: hOR2kyFcxGuroVdTk1dXkKGgnsqg_8aehlOW4p3vysQ + default_config_hash: nUwY19vah2yTxIjJKwan4y7p_2DrL4WbXaJmF7mFUhg id: paragraph.banner.field_banner_title field_name: field_banner_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.banner.field_icon.yml b/conf/cmi/field.field.paragraph.banner.field_icon.yml index 21c0e7aa..e6045e42 100644 --- a/conf/cmi/field.field.paragraph.banner.field_icon.yml +++ b/conf/cmi/field.field.paragraph.banner.field_icon.yml @@ -8,7 +8,7 @@ dependencies: module: - hdbt_admin_tools _core: - default_config_hash: MN3fQHWrZg7Ez9oKVPwrlI1HG03GpzVSG7yiTafIyU4 + default_config_hash: ACA7NY3Mu7noJ6yXdCupv7SZh6CDnO8O1fVrknZgKqk id: paragraph.banner.field_icon field_name: field_icon entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.chart.field_chart_chart.yml b/conf/cmi/field.field.paragraph.chart.field_chart_chart.yml index a7cf30bd..0e50cb8b 100644 --- a/conf/cmi/field.field.paragraph.chart.field_chart_chart.yml +++ b/conf/cmi/field.field.paragraph.chart.field_chart_chart.yml @@ -7,7 +7,7 @@ dependencies: - media.type.helfi_chart - paragraphs.paragraphs_type.chart _core: - default_config_hash: zm2M_4h4jxz-_BHInwvFTMM2s_lMFyeWyijbPud7yjw + default_config_hash: Vavhv9RVTa-I-9M_Bgw63EgXTlyqOikOuKDWQQL2E7M id: paragraph.chart.field_chart_chart field_name: field_chart_chart entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.chart.field_chart_description.yml b/conf/cmi/field.field.paragraph.chart.field_chart_description.yml index b02b8f1d..7af49615 100644 --- a/conf/cmi/field.field.paragraph.chart.field_chart_description.yml +++ b/conf/cmi/field.field.paragraph.chart.field_chart_description.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: 5FkgHc-lAStUaUrFbDo9stcgp7iBPrp_cEOB3hWwo9k + default_config_hash: '-w-QC3Tz9T4TMNCnqe9T5SUW6612lwh5lyVK2pN9vJE' id: paragraph.chart.field_chart_description field_name: field_chart_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.chart.field_chart_title.yml b/conf/cmi/field.field.paragraph.chart.field_chart_title.yml index ca2ad36b..fba836f6 100644 --- a/conf/cmi/field.field.paragraph.chart.field_chart_title.yml +++ b/conf/cmi/field.field.paragraph.chart.field_chart_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_chart_title - paragraphs.paragraphs_type.chart _core: - default_config_hash: '-2m2Jv541OKUU5Tmgkmrd8u58JR-9GiXr9BgriO6Gxg' + default_config_hash: Upg7weedHxib4YN5RVInUQ6XtZ--TeQ-dr4bGHbebkQ id: paragraph.chart.field_chart_title field_name: field_chart_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.chart.field_iframe_title.yml b/conf/cmi/field.field.paragraph.chart.field_iframe_title.yml index 758ab4cb..3a121b15 100644 --- a/conf/cmi/field.field.paragraph.chart.field_iframe_title.yml +++ b/conf/cmi/field.field.paragraph.chart.field_iframe_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_iframe_title - paragraphs.paragraphs_type.chart _core: - default_config_hash: nYfpEQitKsLpzekfKKwHqH9_rMnmGPCyWh1Jhy64gdw + default_config_hash: BzPEiL8wagpDH6uOyfB3iyy-1449TLbfjTfKWmO2bfU id: paragraph.chart.field_iframe_title field_name: field_iframe_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_design.yml b/conf/cmi/field.field.paragraph.columns.field_columns_design.yml index 1af2b3e7..e680afed 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_design.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: 5Qk5wE9pt6U1f4JTsAJUAh5ENZ8FAn7LZI3OfAe1ItU + default_config_hash: 2DcxXARwMlP6YFz2F_FOCZT4SjNWPcMRugJ7b2SC99w id: paragraph.columns.field_columns_design field_name: field_columns_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml b/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml index d4aa2a05..ec60e3a3 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_left_column.yml @@ -10,7 +10,7 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: Z_Zd0Y800JCALy342CT9aDziOMXXI09_MDrqhpoHp-Q + default_config_hash: lv2H_hUMORbgdrszFQQrmuJdA5CnPUP4n5DlPakGTvA id: paragraph.columns.field_columns_left_column field_name: field_columns_left_column entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml b/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml index fb5b183e..6c077e11 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_right_column.yml @@ -10,7 +10,7 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: Zsr_Ni9mbN4Mc8VyAI6i5FkRo3uWzz3VNGDD-4ZiQvg + default_config_hash: kvFXzEmsT1Beyn0HuFdCwyKhRh1qn7Js1vEgNMJtIHg id: paragraph.columns.field_columns_right_column field_name: field_columns_right_column entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.columns.field_columns_title.yml b/conf/cmi/field.field.paragraph.columns.field_columns_title.yml index f68901bc..490fa267 100644 --- a/conf/cmi/field.field.paragraph.columns.field_columns_title.yml +++ b/conf/cmi/field.field.paragraph.columns.field_columns_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_columns_title - paragraphs.paragraphs_type.columns _core: - default_config_hash: j1S5XpCQ5oV-Al-nsvYuS2LwPyZ1LZ_LvdgCQb3Z6og + default_config_hash: IvP_IobdofwAh9NyxGkYNJg_GJ8aM5N6F7CHWiHeIuY id: paragraph.columns.field_columns_title field_name: field_columns_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media.yml b/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media.yml index 3561e0cc..ee09e971 100644 --- a/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media.yml +++ b/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media.yml @@ -9,12 +9,12 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: xodW2s0PCtCqEqzgu2EOm4dU3Z1DVbLHoOhrigD2CnU + default_config_hash: lTlhZvDasISbUv0XgdFQzJGR4-6jtxbQet5PmP7sgC4 id: paragraph.contact_card.field_contact_social_media field_name: field_contact_social_media entity_type: paragraph bundle: contact_card -label: 'Social media' +label: 'DEPRECATED Social media' description: '' required: false translatable: false diff --git a/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media_link.yml b/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media_link.yml new file mode 100644 index 00000000..9af27abc --- /dev/null +++ b/conf/cmi/field.field.paragraph.contact_card.field_contact_social_media_link.yml @@ -0,0 +1,25 @@ +uuid: b8c80430-0fab-4ac6-8f40-d6ee59523207 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_contact_social_media_link + - paragraphs.paragraphs_type.contact_card + module: + - link +_core: + default_config_hash: cp1Pdcenw0Q_eKTsc-rldDmPOBDfL1WPBsor4uNYbhI +id: paragraph.contact_card.field_contact_social_media_link +field_name: field_contact_social_media_link +entity_type: paragraph +bundle: contact_card +label: 'Social media link' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + title: 0 + link_type: 16 +field_type: link diff --git a/conf/cmi/field.field.paragraph.content_cards.field_content_cards_content.yml b/conf/cmi/field.field.paragraph.content_cards.field_content_cards_content.yml index 29ef405d..9f1cab58 100644 --- a/conf/cmi/field.field.paragraph.content_cards.field_content_cards_content.yml +++ b/conf/cmi/field.field.paragraph.content_cards.field_content_cards_content.yml @@ -8,7 +8,7 @@ dependencies: - node.type.page - paragraphs.paragraphs_type.content_cards _core: - default_config_hash: QcTRsp_WzSsKJwSfNczYJgLNf1azKowArJ42Sxjj-jw + default_config_hash: cg8iefLkzlgDhZW5n5UHAUFlcPJFiAgENfy5UxpM9eU id: paragraph.content_cards.field_content_cards_content field_name: field_content_cards_content entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.content_cards.field_content_cards_design.yml b/conf/cmi/field.field.paragraph.content_cards.field_content_cards_design.yml index ce024f30..86bb187a 100644 --- a/conf/cmi/field.field.paragraph.content_cards.field_content_cards_design.yml +++ b/conf/cmi/field.field.paragraph.content_cards.field_content_cards_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: KJhQ87wQxdu0K-hlTmjbMd2v-4MMrDv9PbL6ajqitfM + default_config_hash: b5naU2oqigOtNMH9Bf_sNNrjqilscB4ar0CrUzcWgYA id: paragraph.content_cards.field_content_cards_design field_name: field_content_cards_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.content_cards.field_content_cards_title.yml b/conf/cmi/field.field.paragraph.content_cards.field_content_cards_title.yml index 6c00760d..4b44b53a 100644 --- a/conf/cmi/field.field.paragraph.content_cards.field_content_cards_title.yml +++ b/conf/cmi/field.field.paragraph.content_cards.field_content_cards_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_content_cards_title - paragraphs.paragraphs_type.content_cards _core: - default_config_hash: UjjafINB_n2850H73UyHp-FArxbKGwbRX-uLwFP8FvQ + default_config_hash: 4t6IDDIQ9iC1fhxbZtW1-aCntVobdCwcQqbMevi0KWk id: paragraph.content_cards.field_content_cards_title field_name: field_content_cards_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.hero.field_hero_desc.yml b/conf/cmi/field.field.paragraph.hero.field_hero_desc.yml index b1edde65..7f4fcef4 100644 --- a/conf/cmi/field.field.paragraph.hero.field_hero_desc.yml +++ b/conf/cmi/field.field.paragraph.hero.field_hero_desc.yml @@ -12,7 +12,7 @@ third_party_settings: allowed_formats: allowed_formats: { } _core: - default_config_hash: cwwrLHDaOq3Y_x5EhOnPYng3P2Qpk-AZNL5Zo6DZn20 + default_config_hash: q8RcmgepvDutgxhlH8YuVv19NVFY-d_7SKaKuA4zFNs id: paragraph.hero.field_hero_desc field_name: field_hero_desc entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.hero.field_hero_design.yml b/conf/cmi/field.field.paragraph.hero.field_hero_design.yml index d949c158..25739473 100644 --- a/conf/cmi/field.field.paragraph.hero.field_hero_design.yml +++ b/conf/cmi/field.field.paragraph.hero.field_hero_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: W-Ej7hRIIq05fIx6kriSo9ZN35ZSYAOtMiV44HiPeU4 + default_config_hash: 4ZQq8GE5auuf0fuFUIUotVsTWcrEXmM2Mv8RDXgue9A id: paragraph.hero.field_hero_design field_name: field_hero_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.hero.field_hero_image.yml b/conf/cmi/field.field.paragraph.hero.field_hero_image.yml index f099b7ba..c1ec76fd 100644 --- a/conf/cmi/field.field.paragraph.hero.field_hero_image.yml +++ b/conf/cmi/field.field.paragraph.hero.field_hero_image.yml @@ -7,7 +7,7 @@ dependencies: - media.type.image - paragraphs.paragraphs_type.hero _core: - default_config_hash: hVWSYVdDGg5GQZWTFcTMKcVW3RkcckDBZ260kRey44w + default_config_hash: JBn-_tz2XmqK05Ubda-7eretkRYuv6c2DfeHeE6-pEQ id: paragraph.hero.field_hero_image field_name: field_hero_image entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.hero.field_hero_link.yml b/conf/cmi/field.field.paragraph.hero.field_hero_link.yml index c443ce5b..66dae8e6 100644 --- a/conf/cmi/field.field.paragraph.hero.field_hero_link.yml +++ b/conf/cmi/field.field.paragraph.hero.field_hero_link.yml @@ -8,7 +8,7 @@ dependencies: module: - link _core: - default_config_hash: G5WFSi0yRFsfrZnKMR4dTygTWSNswsvQ0AS-y678PMc + default_config_hash: dHowGZqkcLhFyqve5J0V1phvxQXff68aFtAcIn3eucI id: paragraph.hero.field_hero_link field_name: field_hero_link entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.hero.field_hero_link_design.yml b/conf/cmi/field.field.paragraph.hero.field_hero_link_design.yml index 7dd2f534..6f54c6c4 100644 --- a/conf/cmi/field.field.paragraph.hero.field_hero_link_design.yml +++ b/conf/cmi/field.field.paragraph.hero.field_hero_link_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: LbeZ3r55ZygO9Ayio1wHkhUVlo07oeVcAaykCWlhIfw + default_config_hash: XTAuDr5LvQ9zDmaOnYcLssbsppbFsilFRnZ0DE_VI6Y id: paragraph.hero.field_hero_link_design field_name: field_hero_link_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.hero.field_hero_title.yml b/conf/cmi/field.field.paragraph.hero.field_hero_title.yml index 353c9316..84ea8247 100644 --- a/conf/cmi/field.field.paragraph.hero.field_hero_title.yml +++ b/conf/cmi/field.field.paragraph.hero.field_hero_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_hero_title - paragraphs.paragraphs_type.hero _core: - default_config_hash: gLYsdoK3O4wy9qSBAGlg7miDZAR9oTVXI5jviVKVdqg + default_config_hash: M_9WbyHp-nRmfEt8Xwa1wU-HGs89Sb8wO08PQzhRhdo id: paragraph.hero.field_hero_title field_name: field_hero_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.image.field_image.yml b/conf/cmi/field.field.paragraph.image.field_image.yml index 6cbce3c0..78a30094 100644 --- a/conf/cmi/field.field.paragraph.image.field_image.yml +++ b/conf/cmi/field.field.paragraph.image.field_image.yml @@ -7,7 +7,7 @@ dependencies: - media.type.image - paragraphs.paragraphs_type.image _core: - default_config_hash: meaMV_qPGF22aso0YhkvF-ExQTMF3kVMQpiAAWGHPLw + default_config_hash: y32s_Iqxh-gmgJAspBxRZXPDgKgB_4t6YqhsQowmJlM id: paragraph.image.field_image field_name: field_image entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.image.field_image_caption.yml b/conf/cmi/field.field.paragraph.image.field_image_caption.yml index 6c2f2ad3..baa86e82 100644 --- a/conf/cmi/field.field.paragraph.image.field_image_caption.yml +++ b/conf/cmi/field.field.paragraph.image.field_image_caption.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_image_caption - paragraphs.paragraphs_type.image _core: - default_config_hash: h4JicMVoocwXnGwWJ_KjMxXQHj2AeMtL9Z3VI48iR00 + default_config_hash: 8W1MOy_FNTBczkL31ucfS_p5CvEhXH0iPkAJ4Kt_Me4 id: paragraph.image.field_image_caption field_name: field_image_caption entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.image.field_original_aspect_ratio.yml b/conf/cmi/field.field.paragraph.image.field_original_aspect_ratio.yml index 7d9cd4e8..c4d55d1e 100644 --- a/conf/cmi/field.field.paragraph.image.field_original_aspect_ratio.yml +++ b/conf/cmi/field.field.paragraph.image.field_original_aspect_ratio.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_original_aspect_ratio - paragraphs.paragraphs_type.image _core: - default_config_hash: x6AVs0LNysA8Sd4L0e5gpdYCYivFi2-huPpE2I4RsDQ + default_config_hash: WN2ar070ncYCm3YfD5UKhrJCuhMvZQO4E6EwVEqfGow id: paragraph.image.field_original_aspect_ratio field_name: field_original_aspect_ratio entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_desc.yml b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_desc.yml index 68604f12..4813e721 100644 --- a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_desc.yml +++ b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_desc.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: ZdfU7UL2OSTE8OigmpWHTNyJU1dgV0cn49Y6_6YrNjQ + default_config_hash: BNeW2l3y5JEFR9SoQ_pwznDmKf16lz4bvq-72jzFTsc id: paragraph.liftup_with_image.field_liftup_with_image_desc field_name: field_liftup_with_image_desc entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_design.yml b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_design.yml index 6ff95e14..45d3fdce 100644 --- a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_design.yml +++ b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_design.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: fllUQcpSpMqf4bWFXHs9NKj60cH3t96yzBRM4qY5ydM + default_config_hash: HgOMd12P6n2j2g-xbpSaLL4-2NryMO3aFVN8QZmRpB0 id: paragraph.liftup_with_image.field_liftup_with_image_design field_name: field_liftup_with_image_design entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_image.yml b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_image.yml index e0e7953a..13581f96 100644 --- a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_image.yml +++ b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_image.yml @@ -7,7 +7,7 @@ dependencies: - media.type.image - paragraphs.paragraphs_type.liftup_with_image _core: - default_config_hash: Ol5rCn5V_tfj5ZkuVKEWjx_kW7kbXvaBqxix_owyJsU + default_config_hash: oAD9uiZLnumi2weL6JEyxDT8beL_74itgKmB8AMax-o id: paragraph.liftup_with_image.field_liftup_with_image_image field_name: field_liftup_with_image_image entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_title.yml b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_title.yml index 7655686e..d711af80 100644 --- a/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_title.yml +++ b/conf/cmi/field.field.paragraph.liftup_with_image.field_liftup_with_image_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_liftup_with_image_title - paragraphs.paragraphs_type.liftup_with_image _core: - default_config_hash: NwIthkssx_uV5eGOixZY6PtgBrA-R_IYFHMEZonMruo + default_config_hash: lgEpcn4xmeWWWiwfmTtg1r7DvPW6wridt-e1b8oEC-4 id: paragraph.liftup_with_image.field_liftup_with_image_title field_name: field_liftup_with_image_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.map.field_iframe_title.yml b/conf/cmi/field.field.paragraph.map.field_iframe_title.yml index d4e568bd..77e2007a 100644 --- a/conf/cmi/field.field.paragraph.map.field_iframe_title.yml +++ b/conf/cmi/field.field.paragraph.map.field_iframe_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_iframe_title - paragraphs.paragraphs_type.map _core: - default_config_hash: vSBjm6bujo5d-FXNIVjIKjtkt189Fe5SJEQQ3qEFvD8 + default_config_hash: QpVSS0jo2Lm6hgiiDmpQYg89LUKdDBlpY5YNlXr_yJo id: paragraph.map.field_iframe_title field_name: field_iframe_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.map.field_map_description.yml b/conf/cmi/field.field.paragraph.map.field_map_description.yml index 18da2d79..fed6ab9f 100644 --- a/conf/cmi/field.field.paragraph.map.field_map_description.yml +++ b/conf/cmi/field.field.paragraph.map.field_map_description.yml @@ -8,7 +8,7 @@ dependencies: module: - text _core: - default_config_hash: GTqHeaGGxBnLDqjumoVhE_XvyR69mb5i9OZZhVfvxdA + default_config_hash: TI06SK10xte_EYks4GTlv9xwx0ShxXuxkzY5Blu1doI id: paragraph.map.field_map_description field_name: field_map_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.map.field_map_map.yml b/conf/cmi/field.field.paragraph.map.field_map_map.yml index 59a4f142..e9c490d2 100644 --- a/conf/cmi/field.field.paragraph.map.field_map_map.yml +++ b/conf/cmi/field.field.paragraph.map.field_map_map.yml @@ -7,7 +7,7 @@ dependencies: - media.type.hel_map - paragraphs.paragraphs_type.map _core: - default_config_hash: gV74WnBzl2ua88ymQsKOkCixRaQWPtdskDJHjfdxCAg + default_config_hash: weaWMWCBMDtWkU0lfsNlqTzhzh7c1BUAg6A5OCEwzuI id: paragraph.map.field_map_map field_name: field_map_map entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.map.field_map_title.yml b/conf/cmi/field.field.paragraph.map.field_map_title.yml index 55c99dff..ad512902 100644 --- a/conf/cmi/field.field.paragraph.map.field_map_title.yml +++ b/conf/cmi/field.field.paragraph.map.field_map_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_map_title - paragraphs.paragraphs_type.map _core: - default_config_hash: eahjXLP0FPOQeLIALMt5cRIa-TvalXkfzZdGDomYn4o + default_config_hash: nJILOH-_rxVQtYIsKR9ulJJSkKyhiAgvw_E6pJTwXNI id: paragraph.map.field_map_title field_name: field_map_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing.field_description.yml b/conf/cmi/field.field.paragraph.phasing.field_description.yml index 5b8f98db..a294bc03 100644 --- a/conf/cmi/field.field.paragraph.phasing.field_description.yml +++ b/conf/cmi/field.field.paragraph.phasing.field_description.yml @@ -13,7 +13,7 @@ third_party_settings: allowed_formats: - minimal _core: - default_config_hash: gH_N1GoopSp_rjjwfUZoe5eRYElw2OonIeyt4F7TQag + default_config_hash: vdmivBjnwBzb7eh6sE-UmEKf7FiYpAOOaZnuzn7WTzw id: paragraph.phasing.field_description field_name: field_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing.field_phasing_item.yml b/conf/cmi/field.field.paragraph.phasing.field_phasing_item.yml index c0c03a6c..26db3b56 100644 --- a/conf/cmi/field.field.paragraph.phasing.field_phasing_item.yml +++ b/conf/cmi/field.field.paragraph.phasing.field_phasing_item.yml @@ -9,7 +9,7 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: j9vXfG4WtTJEuXDEXQawwjoMBldaY-cXXWRdb8KH9SE + default_config_hash: 3KnduZ6RxaSdMReb8zP0TO3zzuexkbYzuw5qiB8oGGI id: paragraph.phasing.field_phasing_item field_name: field_phasing_item entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing.field_phasing_item_title_level.yml b/conf/cmi/field.field.paragraph.phasing.field_phasing_item_title_level.yml index d87b7259..f40aa98d 100644 --- a/conf/cmi/field.field.paragraph.phasing.field_phasing_item_title_level.yml +++ b/conf/cmi/field.field.paragraph.phasing.field_phasing_item_title_level.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: h8Ur_-fBNlCws6rUGTifulc6V5-pSfOqrPCSSDNb_JU + default_config_hash: aIto0M6Rr0nvFYR_r7GOuz_h9LBtmRBFUGpCLIGJDx4 id: paragraph.phasing.field_phasing_item_title_level field_name: field_phasing_item_title_level entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing.field_phasing_title_level.yml b/conf/cmi/field.field.paragraph.phasing.field_phasing_title_level.yml index a9bd3875..0711f77d 100644 --- a/conf/cmi/field.field.paragraph.phasing.field_phasing_title_level.yml +++ b/conf/cmi/field.field.paragraph.phasing.field_phasing_title_level.yml @@ -8,7 +8,7 @@ dependencies: module: - options _core: - default_config_hash: gtSFrMQKz8nm5OuW_Z0WKJnYP8Ddl_8UMLrjtV4sAjs + default_config_hash: uVL0MkVDYJIle8IDccpF8TgESn2KD3_n64Jc0B-Q8r8 id: paragraph.phasing.field_phasing_title_level field_name: field_phasing_title_level entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing.field_show_phase_numbers.yml b/conf/cmi/field.field.paragraph.phasing.field_show_phase_numbers.yml index 0184930a..e9a5d62b 100644 --- a/conf/cmi/field.field.paragraph.phasing.field_show_phase_numbers.yml +++ b/conf/cmi/field.field.paragraph.phasing.field_show_phase_numbers.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_show_phase_numbers - paragraphs.paragraphs_type.phasing _core: - default_config_hash: vRDcTxBYT2IaBCzFycJac7bbk2kSY5cabGnoZ1hrVW4 + default_config_hash: 8-bh6OeI2AIvisda64zxezKXjy5bR2haW3Away2wsd0 id: paragraph.phasing.field_show_phase_numbers field_name: field_show_phase_numbers entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing.field_title.yml b/conf/cmi/field.field.paragraph.phasing.field_title.yml index 84fc31f3..09e5e18e 100644 --- a/conf/cmi/field.field.paragraph.phasing.field_title.yml +++ b/conf/cmi/field.field.paragraph.phasing.field_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_title - paragraphs.paragraphs_type.phasing _core: - default_config_hash: WrApB7shKADRJi7SDewmNhxRI-59naTCu7QFcn6flGw + default_config_hash: rYSX-N55f6NIOXBENjgoscqOi_O76mvLMaUq6uJMD9Y id: paragraph.phasing.field_title field_name: field_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing_item.field_description.yml b/conf/cmi/field.field.paragraph.phasing_item.field_description.yml index 426f069f..a834cae9 100644 --- a/conf/cmi/field.field.paragraph.phasing_item.field_description.yml +++ b/conf/cmi/field.field.paragraph.phasing_item.field_description.yml @@ -13,7 +13,7 @@ third_party_settings: allowed_formats: - minimal _core: - default_config_hash: R3xpZBQW6GkrWie9LRvO70PI9g5nYvm4VLVJ0ZFNmDY + default_config_hash: '-xKxEFLViuTINOHaiJUV4jiAI87Ehduxy3P4oj5m0Co' id: paragraph.phasing_item.field_description field_name: field_description entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.phasing_item.field_title.yml b/conf/cmi/field.field.paragraph.phasing_item.field_title.yml index 88eee20e..fa635c65 100644 --- a/conf/cmi/field.field.paragraph.phasing_item.field_title.yml +++ b/conf/cmi/field.field.paragraph.phasing_item.field_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_title - paragraphs.paragraphs_type.phasing_item _core: - default_config_hash: TLzxS9c52mbdNKwoKoXfPUst_xoB8b9SWT05lGsFyJE + default_config_hash: uLmyL3t3HBJbkc0w1Z0EzuQZJLP50qEzfYSZdsdqL20 id: paragraph.phasing_item.field_title field_name: field_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.popular_service_item.field_service_links.yml b/conf/cmi/field.field.paragraph.popular_service_item.field_service_links.yml index 2c2265ab..93cfbcde 100644 --- a/conf/cmi/field.field.paragraph.popular_service_item.field_service_links.yml +++ b/conf/cmi/field.field.paragraph.popular_service_item.field_service_links.yml @@ -8,7 +8,7 @@ dependencies: module: - link _core: - default_config_hash: 7a02IlbgD7eAFyKs5jgHVSnahSRCM1i7iZ0b9jzTiXM + default_config_hash: MXO4rjeRbtlZCtRKWeXzPH3WJNrC_q36zJA1HaAfo9I id: paragraph.popular_service_item.field_service_links field_name: field_service_links entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.popular_service_item.field_service_title.yml b/conf/cmi/field.field.paragraph.popular_service_item.field_service_title.yml index ff9d83dd..1e2f0084 100644 --- a/conf/cmi/field.field.paragraph.popular_service_item.field_service_title.yml +++ b/conf/cmi/field.field.paragraph.popular_service_item.field_service_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_service_title - paragraphs.paragraphs_type.popular_service_item _core: - default_config_hash: WroYzgA7nStUiByJgJ7cjQtkuFlJhDVUXntsoNtqSUo + default_config_hash: UHqnZh5nKdSnAkbMqPv5TNb8x1V6kcDRjTdiWyv3N1M id: paragraph.popular_service_item.field_service_title field_name: field_service_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.popular_services.field_popular_services_title.yml b/conf/cmi/field.field.paragraph.popular_services.field_popular_services_title.yml index 9470cb81..6067a3d8 100644 --- a/conf/cmi/field.field.paragraph.popular_services.field_popular_services_title.yml +++ b/conf/cmi/field.field.paragraph.popular_services.field_popular_services_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_popular_services_title - paragraphs.paragraphs_type.popular_services _core: - default_config_hash: I-QhRUbgsr_ihEkoyrqq5GJ8qa7KimX_m-fEvQVI2ko + default_config_hash: 9z3WnS2im3XiVlFsnymw-LHW6VDBLLlQlh9DtV80iB4 id: paragraph.popular_services.field_popular_services_title field_name: field_popular_services_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.popular_services.field_service_items.yml b/conf/cmi/field.field.paragraph.popular_services.field_service_items.yml index f635e95e..355db8ef 100644 --- a/conf/cmi/field.field.paragraph.popular_services.field_service_items.yml +++ b/conf/cmi/field.field.paragraph.popular_services.field_service_items.yml @@ -9,7 +9,7 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: qTYm0oKa6o6y-wT_dXGAcVv6ChPrGltXGrpRXuqL7_I + default_config_hash: 6cZZ32gobGoD_HUahpcJ_ZBWfRlxAfpeQAdzbT0xNHc id: paragraph.popular_services.field_service_items field_name: field_service_items entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml index c38bcf39..7db5b7ec 100644 --- a/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml +++ b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml @@ -13,7 +13,7 @@ third_party_settings: allowed_formats: - minimal _core: - default_config_hash: wIwMdo6OAIW_0F8UPMdoBOqJIF0AGhXSa-2lmStWKWc + default_config_hash: txEL8z9FtAXqiaL5MkyAIDwvU_hO255PQklk-Ub9w7s id: paragraph.sidebar_text.field_sidebar_text_text field_name: field_sidebar_text_text entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml index f77137a4..0dde8997 100644 --- a/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml +++ b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_sidebar_text_title - paragraphs.paragraphs_type.sidebar_text _core: - default_config_hash: '-qlnhbg3ZoklrOjlmqffcn7E6sg0IxVgdmDSDz1AWeM' + default_config_hash: XjmvnnjeJJ5KeUr_4AaJJHT-ccP5WCmR0b4AMaCet-w id: paragraph.sidebar_text.field_sidebar_text_title field_name: field_sidebar_text_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.target_group_link_item.field_icon.yml b/conf/cmi/field.field.paragraph.target_group_link_item.field_icon.yml index 7c07d162..a3e0bcb1 100644 --- a/conf/cmi/field.field.paragraph.target_group_link_item.field_icon.yml +++ b/conf/cmi/field.field.paragraph.target_group_link_item.field_icon.yml @@ -8,7 +8,7 @@ dependencies: module: - hdbt_admin_tools _core: - default_config_hash: Kv8AxJVy99LcqhcS5aWEOlJFXAEuJ9GCvNpvdFv35WI + default_config_hash: HKWKiXyuOz5O9AC-XlVmR4QZehseqI8jIh6uHpkE1nw id: paragraph.target_group_link_item.field_icon field_name: field_icon entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_link.yml b/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_link.yml index efee600a..f968fe1b 100644 --- a/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_link.yml +++ b/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_link.yml @@ -8,7 +8,7 @@ dependencies: module: - link _core: - default_config_hash: rUBdTO6-bBRgWSVc9KDKAeNvSZgHAlB_hdTItzsI8PI + default_config_hash: 4l6ub42-ClvjbJbFuGOsseBuRkWHMQVnbIg8Vr3UHeE id: paragraph.target_group_link_item.field_target_group_item_link field_name: field_target_group_item_link entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_subtitle.yml b/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_subtitle.yml index 0deba6d3..6d91ce61 100644 --- a/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_subtitle.yml +++ b/conf/cmi/field.field.paragraph.target_group_link_item.field_target_group_item_subtitle.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_target_group_item_subtitle - paragraphs.paragraphs_type.target_group_link_item _core: - default_config_hash: ynMUZJWbjEdyrtDCGxnT1OBTg5eq46pnsHcj6Vk6Fk8 + default_config_hash: suz1oibnd64pSYgXRgjfqYkuN9qci5mBfoLgj0ESQ-w id: paragraph.target_group_link_item.field_target_group_item_subtitle field_name: field_target_group_item_subtitle entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.target_group_links.field_target_group_item.yml b/conf/cmi/field.field.paragraph.target_group_links.field_target_group_item.yml index 4bbc3d18..7d70c043 100644 --- a/conf/cmi/field.field.paragraph.target_group_links.field_target_group_item.yml +++ b/conf/cmi/field.field.paragraph.target_group_links.field_target_group_item.yml @@ -9,7 +9,7 @@ dependencies: module: - entity_reference_revisions _core: - default_config_hash: vM9mD6xpThSLmCqhGRERNjz3XuOVTx4zmQtGUPxCS-M + default_config_hash: CshfIl-OOUyoAsFdeVe82YqW-3Eq0ZphmL3Y61J0bAE id: paragraph.target_group_links.field_target_group_item field_name: field_target_group_item entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_desc.yml b/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_desc.yml index e3079806..8d7887ae 100644 --- a/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_desc.yml +++ b/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_desc.yml @@ -12,7 +12,7 @@ third_party_settings: allowed_formats: allowed_formats: { } _core: - default_config_hash: jLDtTA-UgsLU7ull7GxpP3tz887NRZwoIb342uTiojA + default_config_hash: S2U36Fpxb1qL02nSCPVx4E5EwDQURRRRyfxzjqEL0vo id: paragraph.target_group_links.field_target_group_links_desc field_name: field_target_group_links_desc entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_title.yml b/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_title.yml index 941b9fad..508ac0be 100644 --- a/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_title.yml +++ b/conf/cmi/field.field.paragraph.target_group_links.field_target_group_links_title.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_target_group_links_title - paragraphs.paragraphs_type.target_group_links _core: - default_config_hash: weUW8roLsFAbq_cdXDuWNr3iYHykNfRQSH_5T5nNwcc + default_config_hash: up0zwFgyD6srIkzRA6c-aQPY0z6fH93dFcHgYmQ2bMM id: paragraph.target_group_links.field_target_group_links_title field_name: field_target_group_links_title entity_type: paragraph diff --git a/conf/cmi/field.field.paragraph.text.field_text.yml b/conf/cmi/field.field.paragraph.text.field_text.yml index 8801df73..9c087c1e 100644 --- a/conf/cmi/field.field.paragraph.text.field_text.yml +++ b/conf/cmi/field.field.paragraph.text.field_text.yml @@ -13,7 +13,7 @@ third_party_settings: allowed_formats: - full_html _core: - default_config_hash: 33OQFWbmHwOEoPJF6AnEACV3ZeulNSU3VpQABNvXEEs + default_config_hash: ALhl0ScfdzRgSbxDO_Xwry8xRCKzaMZBUUPH3fKGwT4 id: paragraph.text.field_text field_name: field_text entity_type: paragraph diff --git a/conf/cmi/field.storage.media.field_media_hel_map.yml b/conf/cmi/field.storage.media.field_media_hel_map.yml index 2c4c98d3..8ae42035 100644 --- a/conf/cmi/field.storage.media.field_media_hel_map.yml +++ b/conf/cmi/field.storage.media.field_media_hel_map.yml @@ -6,7 +6,7 @@ dependencies: - link - media _core: - default_config_hash: vbleWrj8_V2DjBoBU1oIT_J4TlbrChZzdZOC5glJ54U + default_config_hash: kp4YgfFrzZ5yJmSNBo-b8nXLjZ7onTDKdWFXOdBCMq0 id: media.field_media_hel_map field_name: field_media_hel_map entity_type: media diff --git a/conf/cmi/field.storage.paragraph.field_banner_desc.yml b/conf/cmi/field.storage.paragraph.field_banner_desc.yml index 6686716e..dc760bca 100644 --- a/conf/cmi/field.storage.paragraph.field_banner_desc.yml +++ b/conf/cmi/field.storage.paragraph.field_banner_desc.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: edGUBG1QEid6aYr_X2dfEvLYsBH6UvdvAYTfZXsi5RA + default_config_hash: Wf5cCiVDWBfcgDHsx8JLjsKD4yD1l1SyP8cgx5tExBA id: paragraph.field_banner_desc field_name: field_banner_desc entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_banner_design.yml b/conf/cmi/field.storage.paragraph.field_banner_design.yml index 39c8ab8b..8991c171 100644 --- a/conf/cmi/field.storage.paragraph.field_banner_design.yml +++ b/conf/cmi/field.storage.paragraph.field_banner_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: YdtJgnURFgQWIddkieo9IZzFJ8D6VA_S30zaRxaAaJE + default_config_hash: sDS-Ce6VYbK6kOySTu3Jc29tTYmEVBqZgcr6_XRj15k id: paragraph.field_banner_design field_name: field_banner_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_banner_link.yml b/conf/cmi/field.storage.paragraph.field_banner_link.yml index a939e870..77c8be6f 100644 --- a/conf/cmi/field.storage.paragraph.field_banner_link.yml +++ b/conf/cmi/field.storage.paragraph.field_banner_link.yml @@ -6,7 +6,7 @@ dependencies: - link - paragraphs _core: - default_config_hash: w0zKIrUn0gBufNag5sh4wt28a0FqdPDLdGnSxS2sqVY + default_config_hash: _PbEO_NEuQjNl5bxgtJhWa1oTBG6olKRqb24Edi8KSw id: paragraph.field_banner_link field_name: field_banner_link entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_banner_link_design.yml b/conf/cmi/field.storage.paragraph.field_banner_link_design.yml index dee8fa1b..828ae527 100644 --- a/conf/cmi/field.storage.paragraph.field_banner_link_design.yml +++ b/conf/cmi/field.storage.paragraph.field_banner_link_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: q1_tqbjfT_9Ho0AM1EetOwb9c9SBZ-I5PNA12VzVNLQ + default_config_hash: pZBMkcSRv1pZ_UB-cJN3axNNYdWTO0Vwllgi6Pdtl5Q id: paragraph.field_banner_link_design field_name: field_banner_link_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_banner_title.yml b/conf/cmi/field.storage.paragraph.field_banner_title.yml index 2275ffcc..c76dacda 100644 --- a/conf/cmi/field.storage.paragraph.field_banner_title.yml +++ b/conf/cmi/field.storage.paragraph.field_banner_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: nP9-LYWHOcyv-nwFBQYEdpaPll9TURoecKGC_6fLbyM + default_config_hash: fprXYaQ8Rp7UBmtf0ncVHWv4nWqYm1ksp4AFTLaW40M id: paragraph.field_banner_title field_name: field_banner_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_chart_chart.yml b/conf/cmi/field.storage.paragraph.field_chart_chart.yml index ad9c6e14..091861fc 100644 --- a/conf/cmi/field.storage.paragraph.field_chart_chart.yml +++ b/conf/cmi/field.storage.paragraph.field_chart_chart.yml @@ -6,7 +6,7 @@ dependencies: - media - paragraphs _core: - default_config_hash: IdOK_VD1z4ET0M1jWl2CJd4r6jGk6OW0ZFygE3TDjjo + default_config_hash: CYGHBtBjx_l3MDWTvvQlvTNsUubWkXvrjCGfHDhDGcw id: paragraph.field_chart_chart field_name: field_chart_chart entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_chart_description.yml b/conf/cmi/field.storage.paragraph.field_chart_description.yml index e256f4a0..5a259a17 100644 --- a/conf/cmi/field.storage.paragraph.field_chart_description.yml +++ b/conf/cmi/field.storage.paragraph.field_chart_description.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: t9wSo978nLSjMUkraR81sqSLZQtn082jrTaSwX8haHk + default_config_hash: Y4prdWftDWb3VBa4x0tShxPM6u3549YuKmMdCXHQL7g id: paragraph.field_chart_description field_name: field_chart_description entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_chart_title.yml b/conf/cmi/field.storage.paragraph.field_chart_title.yml index e3bb64fe..b2b991bd 100644 --- a/conf/cmi/field.storage.paragraph.field_chart_title.yml +++ b/conf/cmi/field.storage.paragraph.field_chart_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: bnesQ373pmVommuz08ZGmVcfl-QvVZ7cauT9powrsss + default_config_hash: 8YFWUemVDRMKK-t191r45acZAzErqlIu2pG17E0i4U0 id: paragraph.field_chart_title field_name: field_chart_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_columns_design.yml b/conf/cmi/field.storage.paragraph.field_columns_design.yml index 2c9196c7..0785cf22 100644 --- a/conf/cmi/field.storage.paragraph.field_columns_design.yml +++ b/conf/cmi/field.storage.paragraph.field_columns_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: 5_tdO8oWhDjDQi1wjSJdK_WwNYPCUkbC8jKo5VC1UEU + default_config_hash: 0RXtb7Oe-4n2ZOhpo2mI7et_X4sbR_pI80PA6Q_b6WY id: paragraph.field_columns_design field_name: field_columns_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_columns_left_column.yml b/conf/cmi/field.storage.paragraph.field_columns_left_column.yml index 634aa97e..8408d9d8 100644 --- a/conf/cmi/field.storage.paragraph.field_columns_left_column.yml +++ b/conf/cmi/field.storage.paragraph.field_columns_left_column.yml @@ -9,7 +9,7 @@ dependencies: config: - paragraphs.paragraphs_type.columns _core: - default_config_hash: ZKNMeQE7MP174CpMxvQvGwwmISxL2lclwk04WUUcb6M + default_config_hash: waCegyjjP5C3Po7Tx0QE5n0eQWqCSElpBRPxkWixtF8 id: paragraph.field_columns_left_column field_name: field_columns_left_column entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_columns_right_column.yml b/conf/cmi/field.storage.paragraph.field_columns_right_column.yml index a38fe829..cebd097d 100644 --- a/conf/cmi/field.storage.paragraph.field_columns_right_column.yml +++ b/conf/cmi/field.storage.paragraph.field_columns_right_column.yml @@ -9,7 +9,7 @@ dependencies: config: - paragraphs.paragraphs_type.columns _core: - default_config_hash: qNvzMTcjuQfx1jk5wQCGPSi3cxltYxOiy1IvgQBS4CY + default_config_hash: pV39pxOP5_lIDe5BEBJZ5YcXKez9y1-lutO3mQW_bmw id: paragraph.field_columns_right_column field_name: field_columns_right_column entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_columns_title.yml b/conf/cmi/field.storage.paragraph.field_columns_title.yml index 90bd8d16..0eb619c3 100644 --- a/conf/cmi/field.storage.paragraph.field_columns_title.yml +++ b/conf/cmi/field.storage.paragraph.field_columns_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: R_JNF1-DEd3Twz2_y25FJKijcYu9YQ1cdLHSy1ZG5sw + default_config_hash: uOawXZS4ZyC1fChVVF1sP1ZpLmJgojE_MqnDehShyKc id: paragraph.field_columns_title field_name: field_columns_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_contact_social_media_link.yml b/conf/cmi/field.storage.paragraph.field_contact_social_media_link.yml new file mode 100644 index 00000000..2e2ce75c --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_contact_social_media_link.yml @@ -0,0 +1,21 @@ +uuid: 4f267178-b6ce-40dc-9f8f-ca0fb026dc57 +langcode: en +status: true +dependencies: + module: + - link + - paragraphs +_core: + default_config_hash: orC4vPJ-BnuBierieRFblPkARsyj1wSHskfqx_bv3NU +id: paragraph.field_contact_social_media_link +field_name: field_contact_social_media_link +entity_type: paragraph +type: link +settings: { } +module: link +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_content_cards_content.yml b/conf/cmi/field.storage.paragraph.field_content_cards_content.yml index 27c5254a..752c027c 100644 --- a/conf/cmi/field.storage.paragraph.field_content_cards_content.yml +++ b/conf/cmi/field.storage.paragraph.field_content_cards_content.yml @@ -6,7 +6,7 @@ dependencies: - node - paragraphs _core: - default_config_hash: JInQvFzZbBGtWvT_67C_gOzxaqr10T9ZyuiGysPmGYo + default_config_hash: JKB5BvsSmLHPjmVD-g4zcFi-8gUFjz3VhJY2cW2HLVQ id: paragraph.field_content_cards_content field_name: field_content_cards_content entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_content_cards_design.yml b/conf/cmi/field.storage.paragraph.field_content_cards_design.yml index d706ad24..13ba93a5 100644 --- a/conf/cmi/field.storage.paragraph.field_content_cards_design.yml +++ b/conf/cmi/field.storage.paragraph.field_content_cards_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: 3tO_vla-W3XF5wtopm0ISG2C7-keUOFqMO8WL65z0PE + default_config_hash: DQIePb6RXIjhzmhFCRGRHriQsT28VcEfxZyI2z-woag id: paragraph.field_content_cards_design field_name: field_content_cards_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_content_cards_title.yml b/conf/cmi/field.storage.paragraph.field_content_cards_title.yml index 9b9eda30..954a04c5 100644 --- a/conf/cmi/field.storage.paragraph.field_content_cards_title.yml +++ b/conf/cmi/field.storage.paragraph.field_content_cards_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: KyT-mrf5WeUYIxeT_iesLkq3Kj9K0bNTPObMv8QbRbQ + default_config_hash: zOI4CKQvMKpRKIzt7lugx33cmCqxieZdCzAjik_-TLc id: paragraph.field_content_cards_title field_name: field_content_cards_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_hero_desc.yml b/conf/cmi/field.storage.paragraph.field_hero_desc.yml index f9e11a46..a57f5838 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_desc.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_desc.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: LmtllwoYWvrS5XG3B-TuCZ8gDCTC32oYjIdoG4BnJp0 + default_config_hash: uDWmgTWwEMkZMA60AWqkp5vYd5nyByTyYvhJs-FAc6c id: paragraph.field_hero_desc field_name: field_hero_desc entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_hero_design.yml b/conf/cmi/field.storage.paragraph.field_hero_design.yml index c96c3de8..6c3fabe9 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_design.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: KXFi1Afbypvb78pxWyzXeA3ha5otHESFK39t-DuF16Q + default_config_hash: eR5T_645_WpW-B9q71XJWRCi75KL2UKnaqKtqx3gZ3I id: paragraph.field_hero_design field_name: field_hero_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_hero_image.yml b/conf/cmi/field.storage.paragraph.field_hero_image.yml index ed5214cf..12b67711 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_image.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_image.yml @@ -6,7 +6,7 @@ dependencies: - media - paragraphs _core: - default_config_hash: kKC4GazSs5V4uxFE0956Px7XLPN58jFee20Ymp0xUlc + default_config_hash: SYByUQPa1XAYP3V06bpz_XG_oQdQFtoT8KNCzpdUs5M id: paragraph.field_hero_image field_name: field_hero_image entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_hero_link.yml b/conf/cmi/field.storage.paragraph.field_hero_link.yml index 5ce9a53b..e752a90d 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_link.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_link.yml @@ -6,7 +6,7 @@ dependencies: - link - paragraphs _core: - default_config_hash: rC-HvcpIRh3G99RX5WVosI2MyNtGwPS8y_dyF1af2NM + default_config_hash: LkvWw3AH4t0zpigXsaxcfQCuThvRb152Cl2V4-KWUPw id: paragraph.field_hero_link field_name: field_hero_link entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_hero_link_design.yml b/conf/cmi/field.storage.paragraph.field_hero_link_design.yml index 7e2e57d6..32244880 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_link_design.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_link_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: qadrUGzzsC0DfaFrHg_HHkLuF0ORU4k0wuCywZZ1xhs + default_config_hash: ZdpxxQE9ljB5x1B1YIn5MT98FfXC6A7-rvZPPTw9w4M id: paragraph.field_hero_link_design field_name: field_hero_link_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_hero_title.yml b/conf/cmi/field.storage.paragraph.field_hero_title.yml index 39009c62..5e1a9808 100644 --- a/conf/cmi/field.storage.paragraph.field_hero_title.yml +++ b/conf/cmi/field.storage.paragraph.field_hero_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: edfOZRMXbJgAffK9uTaxNuYiN8j9EuG6m-f6CLyYr74 + default_config_hash: iNs2ifs_70brI9d5c2EZMrIHO-jx1FzJ0KHwdOt9RXI id: paragraph.field_hero_title field_name: field_hero_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_image.yml b/conf/cmi/field.storage.paragraph.field_image.yml index 273ff9bb..614d9459 100644 --- a/conf/cmi/field.storage.paragraph.field_image.yml +++ b/conf/cmi/field.storage.paragraph.field_image.yml @@ -6,7 +6,7 @@ dependencies: - media - paragraphs _core: - default_config_hash: 5VIl4V-M_NfAD7h1g8j63wKxg9Gm90Seu-TcXLWWXyA + default_config_hash: '-mzp-XZzlVizwg5Ta_kSfelR78DH_Q1-sxcJKVHb7xA' id: paragraph.field_image field_name: field_image entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_image_caption.yml b/conf/cmi/field.storage.paragraph.field_image_caption.yml index 1a57b617..547a399d 100644 --- a/conf/cmi/field.storage.paragraph.field_image_caption.yml +++ b/conf/cmi/field.storage.paragraph.field_image_caption.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: cW8OxqxCWfiRKQCn8hKQ1KFx1t_VM_Io8p3_Gjobh_I + default_config_hash: nVnPW3M2KXu85nWAIK9849KhmR-chj5kSOGmY1-1DMI id: paragraph.field_image_caption field_name: field_image_caption entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_liftup_with_image_desc.yml b/conf/cmi/field.storage.paragraph.field_liftup_with_image_desc.yml index fa344975..f74b4342 100644 --- a/conf/cmi/field.storage.paragraph.field_liftup_with_image_desc.yml +++ b/conf/cmi/field.storage.paragraph.field_liftup_with_image_desc.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: 0A4F9maMTW9IsIvKpWtAA4eXUNCj2R9nCN7Rx-3AgDs + default_config_hash: YVlyl-e7-C3j6B5Lx78OaXzfjkX_tX1f7fvgk1HF6aY id: paragraph.field_liftup_with_image_desc field_name: field_liftup_with_image_desc entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_liftup_with_image_design.yml b/conf/cmi/field.storage.paragraph.field_liftup_with_image_design.yml index dac80699..aa57721c 100644 --- a/conf/cmi/field.storage.paragraph.field_liftup_with_image_design.yml +++ b/conf/cmi/field.storage.paragraph.field_liftup_with_image_design.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: 7Amnz8unxEqEP9kyTXtYaKyvVmL2zPRmBy6LVr-NdVk + default_config_hash: 4n9Dt5nVDC52XlYx8GjYhuofrpN5YeaHpzFvFDtSrho id: paragraph.field_liftup_with_image_design field_name: field_liftup_with_image_design entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_liftup_with_image_image.yml b/conf/cmi/field.storage.paragraph.field_liftup_with_image_image.yml index 43801979..4f9e9b0d 100644 --- a/conf/cmi/field.storage.paragraph.field_liftup_with_image_image.yml +++ b/conf/cmi/field.storage.paragraph.field_liftup_with_image_image.yml @@ -6,7 +6,7 @@ dependencies: - media - paragraphs _core: - default_config_hash: _UsQEVpN-k96IiYHWU1_EJ2OuPyWCv8vo95g9qeiEDQ + default_config_hash: htD_MrYSxAg7Ni-nQjDDu9iy4jpahc0lhALCAdLcD4M id: paragraph.field_liftup_with_image_image field_name: field_liftup_with_image_image entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_liftup_with_image_title.yml b/conf/cmi/field.storage.paragraph.field_liftup_with_image_title.yml index cc3f8f75..5d957d4a 100644 --- a/conf/cmi/field.storage.paragraph.field_liftup_with_image_title.yml +++ b/conf/cmi/field.storage.paragraph.field_liftup_with_image_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: Ub389UawL4Oa1UofRZR8CzejtfQ1Is22VUDDI6R-HeY + default_config_hash: yCl8o865kME_j_kd_N6sL9Ra5Bpqj4FJwY_TRxKX4yQ id: paragraph.field_liftup_with_image_title field_name: field_liftup_with_image_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_map_description.yml b/conf/cmi/field.storage.paragraph.field_map_description.yml index 8d1373b9..b9fb4903 100644 --- a/conf/cmi/field.storage.paragraph.field_map_description.yml +++ b/conf/cmi/field.storage.paragraph.field_map_description.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: f50aDBwtWwwAhu82Jp3AOi6D6g3gng-jtCulQd639u4 + default_config_hash: Wfir046-gXypt9NndW1d-mguuKEoNDHin1oWvjfOcxI id: paragraph.field_map_description field_name: field_map_description entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_map_map.yml b/conf/cmi/field.storage.paragraph.field_map_map.yml index f74469ba..117bdc1e 100644 --- a/conf/cmi/field.storage.paragraph.field_map_map.yml +++ b/conf/cmi/field.storage.paragraph.field_map_map.yml @@ -6,7 +6,7 @@ dependencies: - media - paragraphs _core: - default_config_hash: l_djI5MB-VhzHJ65G0PQy-DVIg0F89PAhjjIXh_A6Uc + default_config_hash: xUV-0ffvGknro2bdef6vB1BrLzhZuYo6yNgXuQk3MCY id: paragraph.field_map_map field_name: field_map_map entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_map_title.yml b/conf/cmi/field.storage.paragraph.field_map_title.yml index 9e9efbed..8e4d3c9b 100644 --- a/conf/cmi/field.storage.paragraph.field_map_title.yml +++ b/conf/cmi/field.storage.paragraph.field_map_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: wFLS1XAaKuaq33dv-kKaYyuNCEZrOptjc6zLEP7-L9g + default_config_hash: ZmGcZy-w4uyEa7a_LoI1MLRVN_Bwn9Fa0eCIHKtVPDA id: paragraph.field_map_title field_name: field_map_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_original_aspect_ratio.yml b/conf/cmi/field.storage.paragraph.field_original_aspect_ratio.yml index 7a5a330e..7fbfe551 100644 --- a/conf/cmi/field.storage.paragraph.field_original_aspect_ratio.yml +++ b/conf/cmi/field.storage.paragraph.field_original_aspect_ratio.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: z0hQ7or4c4fxhd2s376NL06XFKMUWvkZr2t8oN2xwP8 + default_config_hash: tGfd4vmvsPZVSBXLP9lhbTGPn-HF1rBObr88RqELxgw id: paragraph.field_original_aspect_ratio field_name: field_original_aspect_ratio entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_phasing_item.yml b/conf/cmi/field.storage.paragraph.field_phasing_item.yml index b8e79c13..71e9429f 100644 --- a/conf/cmi/field.storage.paragraph.field_phasing_item.yml +++ b/conf/cmi/field.storage.paragraph.field_phasing_item.yml @@ -9,7 +9,7 @@ dependencies: config: - paragraphs.paragraphs_type.phasing_item _core: - default_config_hash: T2T4bVI9XuoIrqGDvQvJ_78hT0s2iy2wy6Lu7MQNnyc + default_config_hash: vy4Gm-1GfkLA7M_lJb2f70XA_Lzzqo7DvZuPRlRvO-0 id: paragraph.field_phasing_item field_name: field_phasing_item entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_phasing_item_title_level.yml b/conf/cmi/field.storage.paragraph.field_phasing_item_title_level.yml index 964f45e3..ffb98f0b 100644 --- a/conf/cmi/field.storage.paragraph.field_phasing_item_title_level.yml +++ b/conf/cmi/field.storage.paragraph.field_phasing_item_title_level.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: zUtpQw5U-nJqxdBeP1-LlIPsXcKj7d7M0zDwuABrNg0 + default_config_hash: lOHo2tNMLuDfRpxwxZQRYlZkedq3z7_M_L8eDWyc4rc id: paragraph.field_phasing_item_title_level field_name: field_phasing_item_title_level entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_phasing_title_level.yml b/conf/cmi/field.storage.paragraph.field_phasing_title_level.yml index a1f249ca..2de9ee64 100644 --- a/conf/cmi/field.storage.paragraph.field_phasing_title_level.yml +++ b/conf/cmi/field.storage.paragraph.field_phasing_title_level.yml @@ -6,7 +6,7 @@ dependencies: - options - paragraphs _core: - default_config_hash: JyWwHFldNEP7blRbHtO0hnYdyW1FJJElZYC9d3DJjCk + default_config_hash: rAcCFf3hC-EBXvdP-uxaPDxzCiVj13sRTJicAF4TMSA id: paragraph.field_phasing_title_level field_name: field_phasing_title_level entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_popular_services_title.yml b/conf/cmi/field.storage.paragraph.field_popular_services_title.yml index 732b1f54..4a91ca8d 100644 --- a/conf/cmi/field.storage.paragraph.field_popular_services_title.yml +++ b/conf/cmi/field.storage.paragraph.field_popular_services_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: P7aQddzAIkHGi8TyLPWm8iglKTXXalAfv6FYbA5xERk + default_config_hash: lk6UoYKyGaA2mMXak8ayfIhz156Ww160wBGThuxaae0 id: paragraph.field_popular_services_title field_name: field_popular_services_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_items.yml b/conf/cmi/field.storage.paragraph.field_service_items.yml index 800df34e..d058f622 100644 --- a/conf/cmi/field.storage.paragraph.field_service_items.yml +++ b/conf/cmi/field.storage.paragraph.field_service_items.yml @@ -9,7 +9,7 @@ dependencies: config: - paragraphs.paragraphs_type.popular_services _core: - default_config_hash: 9SpOMjq9LffODLRAokBxbNqqAqYKdlidTKzys8KmBRk + default_config_hash: sZutJyU-7_hluYx2gr40pLz4aF4jhpFLWMPqIiwTGpY id: paragraph.field_service_items field_name: field_service_items entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_links.yml b/conf/cmi/field.storage.paragraph.field_service_links.yml index 4072a502..f1fc2059 100644 --- a/conf/cmi/field.storage.paragraph.field_service_links.yml +++ b/conf/cmi/field.storage.paragraph.field_service_links.yml @@ -6,7 +6,7 @@ dependencies: - link - paragraphs _core: - default_config_hash: nZMGgu0-QJYaGB3K811MMwjZ1OWjrPr4DgFTGlLuO0E + default_config_hash: JFy7oetyMDw9sr5KUA6Hkv2XiIaEb8ImVVawo-wIQ_0 id: paragraph.field_service_links field_name: field_service_links entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_service_title.yml b/conf/cmi/field.storage.paragraph.field_service_title.yml index b1f1dd3a..a20bc8e3 100644 --- a/conf/cmi/field.storage.paragraph.field_service_title.yml +++ b/conf/cmi/field.storage.paragraph.field_service_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: NQ9shdlMyqhl7ATuOWIYqpQv4MscZCs-mbWOhkp379c + default_config_hash: Hh8Kjezjpz0AKHrM_nAGq9NQ2ZgQEPBtwm9qsBuooWE id: paragraph.field_service_title field_name: field_service_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_show_phase_numbers.yml b/conf/cmi/field.storage.paragraph.field_show_phase_numbers.yml index fb697595..8ddf48e9 100644 --- a/conf/cmi/field.storage.paragraph.field_show_phase_numbers.yml +++ b/conf/cmi/field.storage.paragraph.field_show_phase_numbers.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: ebhLGKENBj0OvwcFl3T_-TjLL8-Q61br0tFAE6fzPeA + default_config_hash: qqRkeqyuxJGLNACxdGaKOel6V4f01HUEULiF9UyJZtc id: paragraph.field_show_phase_numbers field_name: field_show_phase_numbers entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml b/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml index e244dae2..22a4140c 100644 --- a/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml +++ b/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: 0wyZutD3fwbOQaT-Bxcadq7ygtKaIjVgH1LPt23MiAQ + default_config_hash: t8Ek9uVOQ_b757kuXEGbHSzwcoPARVwE2gLZpz3uQVQ id: paragraph.field_sidebar_text_text field_name: field_sidebar_text_text entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml b/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml index 2f5ca3c6..5a7c8d48 100644 --- a/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml +++ b/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: rSUUlRVSNJO_fcJgG-0GYGeqNW_a9LgNRPgK2Gqo-lw + default_config_hash: '-tzGUlbCTV9LVJOwuIhAYK3oFwgnTWX5MHbepQ-Uslg' id: paragraph.field_sidebar_text_title field_name: field_sidebar_text_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_target_group_item.yml b/conf/cmi/field.storage.paragraph.field_target_group_item.yml index 11f72460..8ff35502 100644 --- a/conf/cmi/field.storage.paragraph.field_target_group_item.yml +++ b/conf/cmi/field.storage.paragraph.field_target_group_item.yml @@ -9,7 +9,7 @@ dependencies: config: - paragraphs.paragraphs_type.target_group_links _core: - default_config_hash: mOLywW59yQmjOl-NR3EpBJQaOxw05-GEnTMkOGx3jxg + default_config_hash: eQ80wqZBaYdrTNoHB3MKKpIVu6EUM1bXM5pKxP0Dyss id: paragraph.field_target_group_item field_name: field_target_group_item entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_target_group_item_link.yml b/conf/cmi/field.storage.paragraph.field_target_group_item_link.yml index c97f2463..d988bb68 100644 --- a/conf/cmi/field.storage.paragraph.field_target_group_item_link.yml +++ b/conf/cmi/field.storage.paragraph.field_target_group_item_link.yml @@ -6,7 +6,7 @@ dependencies: - link - paragraphs _core: - default_config_hash: xR5XlNQ5HDtWotW8RvVdWDqeaD_OtDi5VEUTFqTL9UE + default_config_hash: KZfzTgR5doZespD57fOqiG7k3T9-kb5SOf45gpMG8m4 id: paragraph.field_target_group_item_link field_name: field_target_group_item_link entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_target_group_item_subtitle.yml b/conf/cmi/field.storage.paragraph.field_target_group_item_subtitle.yml index 327a4b65..c4ce5ab0 100644 --- a/conf/cmi/field.storage.paragraph.field_target_group_item_subtitle.yml +++ b/conf/cmi/field.storage.paragraph.field_target_group_item_subtitle.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: 9fKBPXhan-N21xFAEl8yyw5VUnKNLe0M23nQ9wkuXBM + default_config_hash: fiYHJRS90DASYp_q4zEmKGteOfegGNXbkj0q8Y4HzaA id: paragraph.field_target_group_item_subtitle field_name: field_target_group_item_subtitle entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_target_group_links_desc.yml b/conf/cmi/field.storage.paragraph.field_target_group_links_desc.yml index 305a7f2c..9b743b30 100644 --- a/conf/cmi/field.storage.paragraph.field_target_group_links_desc.yml +++ b/conf/cmi/field.storage.paragraph.field_target_group_links_desc.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: spCFJn2_iQdsj2fr9h_EOZPf4EWBcYUr3lo5kaG2Dy0 + default_config_hash: bVmfaj52Paf_irRRII4saG_Vmr2ReIJ-SCOeA_cqtk4 id: paragraph.field_target_group_links_desc field_name: field_target_group_links_desc entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_target_group_links_title.yml b/conf/cmi/field.storage.paragraph.field_target_group_links_title.yml index 546cd903..39af14b1 100644 --- a/conf/cmi/field.storage.paragraph.field_target_group_links_title.yml +++ b/conf/cmi/field.storage.paragraph.field_target_group_links_title.yml @@ -5,7 +5,7 @@ dependencies: module: - paragraphs _core: - default_config_hash: O9ZP1dENHua3U0azuHKgrTA3jCM3wGKf81Cb3GoeCxc + default_config_hash: jWR79BD-5OvgIbXq8_pWdQHGSNm6CeFXR88ynHOEXA8 id: paragraph.field_target_group_links_title field_name: field_target_group_links_title entity_type: paragraph diff --git a/conf/cmi/field.storage.paragraph.field_text.yml b/conf/cmi/field.storage.paragraph.field_text.yml index b1598db6..17f457f2 100644 --- a/conf/cmi/field.storage.paragraph.field_text.yml +++ b/conf/cmi/field.storage.paragraph.field_text.yml @@ -6,7 +6,7 @@ dependencies: - paragraphs - text _core: - default_config_hash: Bdc6RlI76G7VVQv2IL0cTsC70E7WZ6oymzKpymWT2Y0 + default_config_hash: 68rkevWQFgBToWCQaoU8Z-dvPmL1yD-gzySSDYEVPBo id: paragraph.field_text field_name: field_text entity_type: paragraph diff --git a/conf/cmi/image.style.1_200w_200h.yml b/conf/cmi/image.style.1_250w_250h.yml similarity index 58% rename from conf/cmi/image.style.1_200w_200h.yml rename to conf/cmi/image.style.1_250w_250h.yml index aec83211..fa19928a 100644 --- a/conf/cmi/image.style.1_200w_200h.yml +++ b/conf/cmi/image.style.1_250w_250h.yml @@ -1,19 +1,19 @@ -uuid: 00f72af7-362d-4f31-a128-468c44287202 +uuid: bc6f62f4-c9ce-416e-80d2-71194f817da7 langcode: en status: true dependencies: module: - focal_point _core: - default_config_hash: MaWhez6gQSUtAzwASKpxNgYidgoxqE06Pckf3iz4SDk -name: 1_200w_200h -label: 1_200w_200h + default_config_hash: '-m_W-b3vdWoh5ANOgLW_9jyd9qsu7rnSH8ioPZvWSZQ' +name: 1_250w_250h +label: 1_250w_250h effects: e7da735e-aa35-463b-b99a-b61aba89a53f: uuid: e7da735e-aa35-463b-b99a-b61aba89a53f id: focal_point_scale_and_crop weight: 1 data: - width: 200 - height: 200 + width: 250 + height: 250 crop_type: focal_point diff --git a/conf/cmi/image.style.1_400w_400h_LQ.yml b/conf/cmi/image.style.1_500w_500h_LQ.yml similarity index 70% rename from conf/cmi/image.style.1_400w_400h_LQ.yml rename to conf/cmi/image.style.1_500w_500h_LQ.yml index 345ebec7..7093d28e 100644 --- a/conf/cmi/image.style.1_400w_400h_LQ.yml +++ b/conf/cmi/image.style.1_500w_500h_LQ.yml @@ -1,4 +1,4 @@ -uuid: a6909368-42ac-4142-b9e6-fad0872d7677 +uuid: 6f932a78-b1a0-4313-a02a-7045f1fb67ab langcode: en status: true dependencies: @@ -6,17 +6,17 @@ dependencies: - focal_point - image_style_quality _core: - default_config_hash: ynbde070mqL18020loRNEtSBZ_tlqoaYzEnMwmsGa-Q -name: 1_400w_400h_LQ -label: 1_400w_400h_LQ + default_config_hash: HgW9Sy14dZmyLv5hFvlvG4E5b_dNz7lU8A363qapZQ0 +name: 1_500w_500h_LQ +label: 1_500w_500h_LQ effects: e7da735e-aa35-463b-b99a-b61aba89a53f: uuid: e7da735e-aa35-463b-b99a-b61aba89a53f id: focal_point_scale_and_crop weight: 1 data: - width: 400 - height: 400 + width: 500 + height: 500 crop_type: focal_point 4b95d242-03d3-43e7-b80b-80d660ed0a26: uuid: 4b95d242-03d3-43e7-b80b-80d660ed0a26 diff --git a/conf/cmi/language/fi/field.field.paragraph.contact_card.field_contact_social_media_link.yml b/conf/cmi/language/fi/field.field.paragraph.contact_card.field_contact_social_media_link.yml new file mode 100644 index 00000000..021c8748 --- /dev/null +++ b/conf/cmi/language/fi/field.field.paragraph.contact_card.field_contact_social_media_link.yml @@ -0,0 +1 @@ +label: 'Sosiaalisen median linkki' diff --git a/conf/cmi/language/fi/field.field.paragraph.image.field_image_caption.yml b/conf/cmi/language/fi/field.field.paragraph.image.field_image_caption.yml index d6356d8a..85cbb7ac 100644 --- a/conf/cmi/language/fi/field.field.paragraph.image.field_image_caption.yml +++ b/conf/cmi/language/fi/field.field.paragraph.image.field_image_caption.yml @@ -1,2 +1,2 @@ label: Kuvateksti -description: 'Voit halutessasi kirjoittaa kuvatekstin kuvalle tähän.' +description: 'Kirjoita aina kuvateksti. Kuvaajan nimi ja kuvan alt-teksti tulevat kuvan tiedoista, joten niitä ei kirjoiteta tähän.' diff --git a/conf/cmi/language/sv/field.field.paragraph.contact_card.field_contact_social_media_link.yml b/conf/cmi/language/sv/field.field.paragraph.contact_card.field_contact_social_media_link.yml new file mode 100644 index 00000000..81f21506 --- /dev/null +++ b/conf/cmi/language/sv/field.field.paragraph.contact_card.field_contact_social_media_link.yml @@ -0,0 +1 @@ +label: 'Sociala media länk' diff --git a/conf/cmi/media.type.hel_map.yml b/conf/cmi/media.type.hel_map.yml index 4fa40f5b..fa40c187 100644 --- a/conf/cmi/media.type.hel_map.yml +++ b/conf/cmi/media.type.hel_map.yml @@ -5,7 +5,7 @@ dependencies: module: - helfi_media_map _core: - default_config_hash: gONaLanc27ITpE5Hx7CFshtkfavc1tVV0xcWpxRTIME + default_config_hash: OB5k_X6K68L9iLDiJXdzRy5LAmgVYhkNJjwnQNAQKS4 id: hel_map label: 'Map (kartta.hel.fi, palvelukartta.hel.fi)' description: 'Media type Map can be used to present interactive maps.' diff --git a/conf/cmi/paragraphs.paragraphs_type.banner.yml b/conf/cmi/paragraphs.paragraphs_type.banner.yml index 243fc083..e86cae10 100644 --- a/conf/cmi/paragraphs.paragraphs_type.banner.yml +++ b/conf/cmi/paragraphs.paragraphs_type.banner.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: 5psLSGdGhJB25T2TTd44M1_ObQNb2ii3jKv5ebjaDT4 + default_config_hash: IVRtdZMCZm6CPpi6_Su5mzJvxp7qHonKR4MBGGNQptQ id: banner label: Banner icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.chart.yml b/conf/cmi/paragraphs.paragraphs_type.chart.yml index 1cee9218..441fb88b 100644 --- a/conf/cmi/paragraphs.paragraphs_type.chart.yml +++ b/conf/cmi/paragraphs.paragraphs_type.chart.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: P82xoWpPJDlJM_mI-55iwIqE6_6o3hwNmaV6xglNCOg + default_config_hash: vzksdEeNwyyK3u_7Gt2U5RRdT48qfKJH9pEznGfqhs0 id: chart label: 'Chart embed' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.columns.yml b/conf/cmi/paragraphs.paragraphs_type.columns.yml index 40be6de5..7d66b383 100644 --- a/conf/cmi/paragraphs.paragraphs_type.columns.yml +++ b/conf/cmi/paragraphs.paragraphs_type.columns.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: oTxiQLrfQcytWnp3OQEH6hF02S3MqtUJSmHZL6g4mlw + default_config_hash: eOeWZ1znoUbR5Gwcd0HS39VCX8WtT054GWyyeDcBnjs id: columns label: Columns icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.content_cards.yml b/conf/cmi/paragraphs.paragraphs_type.content_cards.yml index 00bd2c29..625e5254 100644 --- a/conf/cmi/paragraphs.paragraphs_type.content_cards.yml +++ b/conf/cmi/paragraphs.paragraphs_type.content_cards.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: G0XIMKXx8apK0uBqDSIJEWOXrbDnUoORLCeka-ydj4I + default_config_hash: Evb0KGFeP3e6aO7DGFTcirxfRLoqY67g4-6xamudcSU id: content_cards label: 'Content cards' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.hero.yml b/conf/cmi/paragraphs.paragraphs_type.hero.yml index 658a0b11..62b7ef95 100644 --- a/conf/cmi/paragraphs.paragraphs_type.hero.yml +++ b/conf/cmi/paragraphs.paragraphs_type.hero.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: 31vwh07b3R-C4R_1h0Et07iqgNhXLGPlx8UZRTEu8Uo + default_config_hash: aIerZy2fKrIMhCOPuLFTbV4otubqM_YtapQFqquK6Ec id: hero label: Hero icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.image.yml b/conf/cmi/paragraphs.paragraphs_type.image.yml index fd75d534..eb87ec4d 100644 --- a/conf/cmi/paragraphs.paragraphs_type.image.yml +++ b/conf/cmi/paragraphs.paragraphs_type.image.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: M-cucF_MywQRWs1GedbjUzT6HAIH-QUhLICxcZgEPFg + default_config_hash: 1SssfvmOYgyMpHLUsBS9oUQ0y9YlBXd-7dVdwvOHY5w id: image label: Image icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.liftup_with_image.yml b/conf/cmi/paragraphs.paragraphs_type.liftup_with_image.yml index 79d0b7fd..c3db259a 100644 --- a/conf/cmi/paragraphs.paragraphs_type.liftup_with_image.yml +++ b/conf/cmi/paragraphs.paragraphs_type.liftup_with_image.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: yLsRpgwe6vpWN8KXT927fq9GfVzAbLiI6RLF2PLNCTI + default_config_hash: gDXuY08GhPzrE9CIzWBczy-XvrG5NkORfABxfkMWbCU id: liftup_with_image label: 'Liftup with image' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.map.yml b/conf/cmi/paragraphs.paragraphs_type.map.yml index 2022b163..dc6ccf7b 100644 --- a/conf/cmi/paragraphs.paragraphs_type.map.yml +++ b/conf/cmi/paragraphs.paragraphs_type.map.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: 5v3OZvNVDqsHjSzahxPMh58alvMyRb1_S8hPDr8NSxw + default_config_hash: z5tn9OrN9FiXqDUKeEKkTx4NpJ7CJ1eBpMFPAkhWlds id: map label: 'Map embed' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.phasing.yml b/conf/cmi/paragraphs.paragraphs_type.phasing.yml index 7ad57a46..a45c2846 100644 --- a/conf/cmi/paragraphs.paragraphs_type.phasing.yml +++ b/conf/cmi/paragraphs.paragraphs_type.phasing.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: CphXRMiR64m3hR6xe7sOLltnL1duy_jLWvRURd3cNIw + default_config_hash: QAC3L5BMjNajppgaA8t4ZRIev2vrNOCIYGXX5KxgZJk id: phasing label: Phasing icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.phasing_item.yml b/conf/cmi/paragraphs.paragraphs_type.phasing_item.yml index d592ff08..c86a6e45 100644 --- a/conf/cmi/paragraphs.paragraphs_type.phasing_item.yml +++ b/conf/cmi/paragraphs.paragraphs_type.phasing_item.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: UD1PXX3z-MmcYc_38GQhHIDnecOoHXmyQ6t4zpWoQQ8 + default_config_hash: taKOcL_5jvD5jui57mLj0c8bP9bgvb9QX1hBBbqcCj4 id: phasing_item label: 'Phasing item' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.popular_service_item.yml b/conf/cmi/paragraphs.paragraphs_type.popular_service_item.yml index 7fd99123..1763f5a4 100644 --- a/conf/cmi/paragraphs.paragraphs_type.popular_service_item.yml +++ b/conf/cmi/paragraphs.paragraphs_type.popular_service_item.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: pcJJtnbAS6JNi-LekvbQ6mSvQ8bcfDO9sgtkyxEJ3QE + default_config_hash: jy5_nKpUwT7lHJfYdALMFdmsRCYcN5TbmoXaIcc6tiA id: popular_service_item label: 'Popular service item' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.popular_services.yml b/conf/cmi/paragraphs.paragraphs_type.popular_services.yml index 675f4e7f..c72a9b1b 100644 --- a/conf/cmi/paragraphs.paragraphs_type.popular_services.yml +++ b/conf/cmi/paragraphs.paragraphs_type.popular_services.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: GHPwCLPig7XSKliVrahWkQsE6i0gVcqJnKnYIa4OGq4 + default_config_hash: sFAhm8ZuXkdZzD-Se_MeA5vvNtTHgdjtJdwm7Xf12vU id: popular_services label: 'Popular services' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.sidebar_text.yml b/conf/cmi/paragraphs.paragraphs_type.sidebar_text.yml index f2469c8b..f076a3d6 100644 --- a/conf/cmi/paragraphs.paragraphs_type.sidebar_text.yml +++ b/conf/cmi/paragraphs.paragraphs_type.sidebar_text.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: eTaYwUTssthgegDKXXVauF-8HIAezuwWcXeKrTbt1aI + default_config_hash: YjTSQZsiN1pm69Ti0GRjLBXj-w7SteBrKsL5cxeC3K4 id: sidebar_text label: 'Sidebar text' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.target_group_link_item.yml b/conf/cmi/paragraphs.paragraphs_type.target_group_link_item.yml index 00275373..d9dac34a 100644 --- a/conf/cmi/paragraphs.paragraphs_type.target_group_link_item.yml +++ b/conf/cmi/paragraphs.paragraphs_type.target_group_link_item.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: aixTW0IQXgEhIBAe4jRY6oJl5YFBMi7tNCNQtoOWge4 + default_config_hash: Kjxp8OIBjXSZIbgOmyf79Z1AJGj8TpG0SwnI2QGuKcg id: target_group_link_item label: 'Target group link item' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.target_group_links.yml b/conf/cmi/paragraphs.paragraphs_type.target_group_links.yml index 6d1a2e34..c9f198b0 100644 --- a/conf/cmi/paragraphs.paragraphs_type.target_group_links.yml +++ b/conf/cmi/paragraphs.paragraphs_type.target_group_links.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } _core: - default_config_hash: rsRMvfjE4RJRH-cspbt6Ronen4Pdm0voQF6QiZaoNA0 + default_config_hash: 48n_PBi8VHKuS6PdF56jYOCw3lKZrGpGkoZpHvxaxgM id: target_group_links label: 'Target group links' icon_uuid: null diff --git a/conf/cmi/paragraphs.paragraphs_type.text.yml b/conf/cmi/paragraphs.paragraphs_type.text.yml index f3be680d..e70cd409 100644 --- a/conf/cmi/paragraphs.paragraphs_type.text.yml +++ b/conf/cmi/paragraphs.paragraphs_type.text.yml @@ -8,7 +8,7 @@ third_party_settings: paragraphs_library: allow_library_conversion: true _core: - default_config_hash: quCqNy8X3E6ITit4b7BJnq9E6Ai6Tx3xYpBz1pByy0E + default_config_hash: FisTIvx0ki4mAwQgws5PIWpH11vL_hyF3bE33LK7awk id: text label: Text icon_uuid: null diff --git a/conf/cmi/responsive_image.styles.contact_card.yml b/conf/cmi/responsive_image.styles.contact_card.yml index 5ab82910..5d2a2678 100644 --- a/conf/cmi/responsive_image.styles.contact_card.yml +++ b/conf/cmi/responsive_image.styles.contact_card.yml @@ -3,24 +3,24 @@ langcode: en status: true dependencies: config: - - image.style.1_200w_200h - - image.style.1_400w_400h_LQ + - image.style.1_250w_250h + - image.style.1_500w_500h_LQ module: - helfi_image_styles _core: - default_config_hash: iScM1VW4DLZK1NGDJjKrhjtI5c7l46i6vKYlxGI0CsU + default_config_hash: ux3ORfNQ5a_sWkN14xXStIHfHgyvAIgcZWl1B7_iT-w id: contact_card label: 'Contact Card' image_style_mappings: - image_mapping_type: image_style - image_mapping: 1_200w_200h + image_mapping: 1_250w_250h breakpoint_id: helfi_image_styles.xs multiplier: 1x - image_mapping_type: image_style - image_mapping: 1_400w_400h_LQ + image_mapping: 1_500w_500h_LQ breakpoint_id: helfi_image_styles.xs multiplier: 2x breakpoint_group: helfi_image_styles -fallback_image_style: 1_200w_200h +fallback_image_style: 1_250w_250h diff --git a/conf/cmi/user.role.admin.yml b/conf/cmi/user.role.admin.yml index af7f49d1..9bd5edcc 100644 --- a/conf/cmi/user.role.admin.yml +++ b/conf/cmi/user.role.admin.yml @@ -109,6 +109,9 @@ permissions: - 'delete any media' - 'delete any page content' - 'delete any remote_video media' + - 'delete any tpr_ontology_word_details' + - 'delete any tpr_service' + - 'delete any tpr_unit' - 'delete content translations' - 'delete landing_page revisions' - 'delete media' @@ -121,6 +124,9 @@ permissions: - 'delete own landing_page content' - 'delete own page content' - 'delete own remote_video media' + - 'delete own tpr_ontology_word_details' + - 'delete own tpr_service' + - 'delete own tpr_unit' - 'delete page revisions' - 'delete remote entities' - 'delete terms in keywords' diff --git a/conf/cmi/user.role.content_producer.yml b/conf/cmi/user.role.content_producer.yml index 0035b45f..47adfbfd 100644 --- a/conf/cmi/user.role.content_producer.yml +++ b/conf/cmi/user.role.content_producer.yml @@ -68,6 +68,9 @@ permissions: - 'create remote_video media' - 'create terms in keywords' - 'create url aliases' + - 'delete any tpr_ontology_word_details' + - 'delete any tpr_service' + - 'delete any tpr_unit' - 'delete media' - 'delete own announcement content' - 'delete own file media' @@ -78,6 +81,9 @@ permissions: - 'delete own landing_page content' - 'delete own page content' - 'delete own remote_video media' + - 'delete own tpr_ontology_word_details' + - 'delete own tpr_service' + - 'delete own tpr_unit' - 'disable own tfa' - 'edit any announcement content' - 'edit any file media' diff --git a/conf/cmi/user.role.editor.yml b/conf/cmi/user.role.editor.yml index f784c2bb..defad90c 100644 --- a/conf/cmi/user.role.editor.yml +++ b/conf/cmi/user.role.editor.yml @@ -85,6 +85,9 @@ permissions: - 'delete any media' - 'delete any page content' - 'delete any remote_video media' + - 'delete any tpr_ontology_word_details' + - 'delete any tpr_service' + - 'delete any tpr_unit' - 'delete content translations' - 'delete landing_page revisions' - 'delete media' @@ -97,6 +100,9 @@ permissions: - 'delete own landing_page content' - 'delete own page content' - 'delete own remote_video media' + - 'delete own tpr_ontology_word_details' + - 'delete own tpr_service' + - 'delete own tpr_unit' - 'delete page revisions' - 'delete remote entities' - 'delete terms in keywords' diff --git a/conf/cmi/user.role.survey_editor.yml b/conf/cmi/user.role.survey_editor.yml index 7ba1bc81..1a67bdb5 100644 --- a/conf/cmi/user.role.survey_editor.yml +++ b/conf/cmi/user.role.survey_editor.yml @@ -8,6 +8,7 @@ dependencies: - content_translation - node - publication_date + - tfa _core: default_config_hash: CliaTgzCQcvNF9ot3u_EbHnydymXh8bvNgNFlSffj9s id: survey_editor @@ -19,9 +20,11 @@ permissions: - 'delete any survey content' - 'delete own survey content' - 'delete survey revisions' + - 'disable own tfa' - 'edit any survey content' - 'edit own survey content' - 'revert survey revisions' - 'set survey published on date' + - 'setup own tfa' - 'translate survey node' - 'view survey revisions' diff --git a/conf/cmi/views.view.er_tpr_unit.yml b/conf/cmi/views.view.er_tpr_unit.yml index 4efaf137..0e69d1e4 100644 --- a/conf/cmi/views.view.er_tpr_unit.yml +++ b/conf/cmi/views.view.er_tpr_unit.yml @@ -91,7 +91,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 @@ -106,6 +105,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/conf/cmi/views.view.locked_services.yml b/conf/cmi/views.view.locked_services.yml index 90045526..fb2ca2be 100644 --- a/conf/cmi/views.view.locked_services.yml +++ b/conf/cmi/views.view.locked_services.yml @@ -381,7 +381,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 @@ -399,6 +398,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/conf/cmi/views.view.locked_units.yml b/conf/cmi/views.view.locked_units.yml index 24d593cf..4805794f 100644 --- a/conf/cmi/views.view.locked_units.yml +++ b/conf/cmi/views.view.locked_units.yml @@ -381,7 +381,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 @@ -399,6 +398,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/conf/cmi/views.view.service_list.yml b/conf/cmi/views.view.service_list.yml index 7e190ab5..e2ccbdeb 100644 --- a/conf/cmi/views.view.service_list.yml +++ b/conf/cmi/views.view.service_list.yml @@ -109,7 +109,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 4 total_pages: null id: 0 @@ -127,6 +126,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: @@ -646,7 +646,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 5 total_pages: null id: 0 @@ -664,6 +663,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/conf/cmi/views.view.service_units.yml b/conf/cmi/views.view.service_units.yml index 329b5f73..5e4ffbcb 100644 --- a/conf/cmi/views.view.service_units.yml +++ b/conf/cmi/views.view.service_units.yml @@ -93,7 +93,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 15 total_pages: null id: 0 @@ -111,6 +110,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/conf/cmi/views.view.unit_search.yml b/conf/cmi/views.view.unit_search.yml index 101b4532..72a7edf1 100644 --- a/conf/cmi/views.view.unit_search.yml +++ b/conf/cmi/views.view.unit_search.yml @@ -286,7 +286,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 15 total_pages: null id: 0 @@ -304,6 +303,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/docker/elastic-proxy/nginx.conf b/docker/elastic-proxy/nginx.conf index 5d9f2232..24a937a0 100644 --- a/docker/elastic-proxy/nginx.conf +++ b/docker/elastic-proxy/nginx.conf @@ -1,6 +1,6 @@ worker_processes auto; -error_log /var/log/nginx/error.log notice; +error_log /dev/stderr notice; pid /tmp/nginx.pid; env ELASTICSEARCH_URL;