Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 54 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions conf/cmi/block.block.helfirecommendationsblock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
uuid: 4b0b3b0a-4a1b-4c70-9f43-ddb5ffb29aab
langcode: en
status: true
dependencies:
module:
- helfi_recommendations
- language
- node
theme:
- hdbt
id: helfirecommendationsblock
theme: hdbt
region: content
weight: 1
provider: helfi_recommendations
plugin: helfi_recommendations
settings:
id: helfi_recommendations
label: 'AI powered recommendations'
label_display: ''
provider: helfi_recommendations
visibility:
language:
id: language
negate: false
context_mapping:
language: '@language.current_language_context:language_interface'
langcodes:
fi: fi
sv: sv
en: en
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles:
landing_page: landing_page
news_article: news_article
news_item: news_item
page: page
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- node.type.landing_page
module:
- hdbt_admin_tools
- helfi_recommendations
- media_library
- metatag
- paragraphs
Expand Down
1 change: 1 addition & 0 deletions conf/cmi/core.entity_form_display.node.page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- node.type.page
module:
- hdbt_admin_tools
- helfi_recommendations
- media_library
- metatag
- paragraphs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ content:
region: content
hidden:
abstract: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hidden:
neighbourhoods_uuid: true
node_url: true
published_at: true
search_api_excerpt: true
short_title: true
tags: true
tags_uuid: true
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ hidden:
neighbourhoods_uuid: true
node_url: true
published_at: true
search_api_excerpt: true
short_title: true
tags: true
tags_uuid: true
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ hidden:
field_photographer: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ hidden:
field_announcement_unit_pages: true
langcode: true
published_at: true
search_api_excerpt: true
toc_enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ hidden:
field_announcement_unit_pages: true
langcode: true
published_at: true
search_api_excerpt: true
toc_enabled: true
Loading