Skip to content

Commit c4c9031

Browse files
authored
Merge pull request #1151 from City-of-Helsinki/dev
Dev to main
2 parents ae13db6 + 7206994 commit c4c9031

File tree

28 files changed

+1466
-353
lines changed

28 files changed

+1466
-353
lines changed

.env

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ DRUPAL_HOSTNAME=helfi-kymp.docker.so
1818
STAGE_FILE_PROXY_ORIGIN=https://stplattaprod.blob.core.windows.net
1919
STAGE_FILE_PROXY_ORIGIN_DIR=liikenneprod
2020

21-
# Docker image
22-
DRUPAL_IMAGE=ghcr.io/city-of-helsinki/drupal-web:8.3
23-
2421
# Public webroot
2522
DRUPAL_WEBROOT=public
2623

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
app:
33
container_name: "${COMPOSE_PROJECT_NAME}-app"
4-
image: "${DRUPAL_IMAGE}"
4+
image: "${DRUPAL_IMAGE:-ghcr.io/city-of-helsinki/drupal-web:8.4}"
55
hostname: "${COMPOSE_PROJECT_NAME}"
66
volumes:
77
- .:/app:delegated
@@ -118,7 +118,7 @@ services:
118118
profiles:
119119
- search
120120
elastic:
121-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
121+
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.3
122122
container_name: "${COMPOSE_PROJECT_NAME}-elastic"
123123
environment:
124124
- node.name="${COMPOSE_PROJECT_NAME}-elastic"

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@
3939
"optimize-autoloader": true,
4040
"sort-packages": true,
4141
"allow-plugins": {
42-
"dealerdirect/phpcodesniffer-composer-installer": true,
4342
"composer/installers": true,
4443
"cweagans/composer-patches": true,
44+
"dealerdirect/phpcodesniffer-composer-installer": true,
4545
"drupal/core-composer-scaffold": true,
4646
"php-http/discovery": false,
47-
"phpstan/extension-installer": true
47+
"phpstan/extension-installer": true,
48+
"tbachert/spi": false
4849
},
4950
"audit": {
5051
"abandoned": "report",

composer.lock

Lines changed: 160 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/cmi/core.entity_form_display.helfi_news_groups.helfi_news_groups.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ content:
2323
placeholder: ''
2424
third_party_settings: { }
2525
hidden:
26+
langcode: true
2627
tid: true

conf/cmi/core.entity_form_display.helfi_news_neighbourhoods.helfi_news_neighbourhoods.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ content:
2323
placeholder: ''
2424
third_party_settings: { }
2525
hidden:
26+
langcode: true
2627
tid: true

conf/cmi/core.entity_form_display.helfi_news_tags.helfi_news_tags.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ content:
2323
placeholder: ''
2424
third_party_settings: { }
2525
hidden:
26+
langcode: true
2627
tid: true

conf/cmi/core.entity_form_display.media.hel_map.media_library.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,23 @@ dependencies:
66
- core.entity_form_mode.media.media_library
77
- field.field.media.hel_map.field_media_hel_map
88
- media.type.hel_map
9+
module:
10+
- link
911
_core:
10-
default_config_hash: V2n3czOuzjECna58BNEbj6OsF5vbf8YqdjW6YmZABJU
12+
default_config_hash: mB1qn09Anlv4NN5drGy-3Yp6eCU79CFve-VfKP_f7ag
1113
id: media.hel_map.media_library
1214
targetEntityType: media
1315
bundle: hel_map
1416
mode: media_library
1517
content:
18+
field_media_hel_map:
19+
type: link_default
20+
weight: 1
21+
region: content
22+
settings:
23+
placeholder_url: ''
24+
placeholder_title: ''
25+
third_party_settings: { }
1626
name:
1727
type: string_textfield
1828
weight: 0
@@ -23,7 +33,6 @@ content:
2333
third_party_settings: { }
2434
hidden:
2535
created: true
26-
field_media_hel_map: true
2736
langcode: true
2837
path: true
2938
status: true

conf/cmi/core.entity_view_display.helfi_news.helfi_news.default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ content:
2525
hidden:
2626
groups: true
2727
groups_uuid: true
28+
langcode: true
2829
neighbourhoods: true
2930
neighbourhoods_uuid: true
3031
node_url: true
3132
published_at: true
3233
search_api_excerpt: true
34+
search_api_language: true
3335
short_title: true
3436
tags: true
3537
tags_uuid: true

conf/cmi/core.entity_view_display.helfi_news.helfi_news.medium_teaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ content:
2727
hidden:
2828
groups: true
2929
groups_uuid: true
30+
langcode: true
3031
neighbourhoods: true
3132
neighbourhoods_uuid: true
3233
node_url: true
3334
published_at: true
3435
search_api_excerpt: true
36+
search_api_language: true
3537
short_title: true
3638
tags: true
3739
tags_uuid: true

0 commit comments

Comments
 (0)