Skip to content

Commit 8fe23b5

Browse files
authored
Merge pull request #1111 from City-of-Helsinki/dev
Dev to main
2 parents 9e1a7c2 + 265cd96 commit 8fe23b5

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

composer.lock

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

conf/cmi/search_api.index.suggestions.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- helfi_react_search
99
- helfi_recommendations
1010
_core:
11-
default_config_hash: S9SP9CPOZ_zHSuOSGZemAkCHYonrV4UNASIc_AFwzGI
11+
default_config_hash: Oa68Thm03JppnRpr9j-z3NstGjy54-kxysX5RU7TTi8
1212
id: suggestions
1313
name: Suggestions
1414
description: ''
@@ -99,10 +99,20 @@ field_settings:
9999
dependencies:
100100
module:
101101
- helfi_recommendations
102-
parent_url:
103-
label: 'Parent url'
102+
parent_url_en:
103+
label: 'Parent url in English'
104104
datasource_id: 'entity:suggested_topics'
105-
property_path: parent_url
105+
property_path: parent_url_en
106+
type: string
107+
parent_url_fi:
108+
label: 'Parent url in Finnish'
109+
datasource_id: 'entity:suggested_topics'
110+
property_path: parent_url_fi
111+
type: string
112+
parent_url_sv:
113+
label: 'Parent url in Swedish'
114+
datasource_id: 'entity:suggested_topics'
115+
property_path: parent_url_sv
106116
type: string
107117
uuid:
108118
label: UUID

0 commit comments

Comments
 (0)