Skip to content

Commit

Permalink
Merge pull request #488 from City-of-Helsinki/UHF-X_d10_missing_config
Browse files Browse the repository at this point in the history
UHF-X D10 missing config
  • Loading branch information
khalima authored Nov 16, 2023
2 parents 1bf1536 + ffbf794 commit c64443f
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module:
breakpoint: 0
ckeditor5: 0
config: 0
config_filter: 0
config_ignore: 0
config_rewrite: 0
config_translation: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
uuid: 653fa4a6-5a9e-48de-a6f1-08557be303bb
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: znut8SNGQRsGO4_fUxjvl_SIZqbb0T7hsv98bRKxcM8
id: helfi_announcements
label: 'Helfi: Announcements'
label_plural: 'Helfi: Announcements'
description: ''
generate_aliases: null
read_only: true
field_mapper_id: jsonpath
field_mapper_config:
field_mappings:
id:
value: $.id
uuid:
value: $.id
title:
value: '$.attributes["title"]'
published_at:
value: '$.attributes["published_at"]'
unpublish_on:
value: '$.attributes["unpublish_on"]'
notification:
value: '$.attributes["notification"]'
langcode:
value: '$.attributes["langcode"]'
body:
value: '$.attributes["body"]["value"]'
status:
value: '$.attributes["status"]'
announcement_type:
value: '$.attributes["field_announcement_type"]'
announcement_link_text:
value: '$.attributes["field_announcement_link"]["title"]'
announcement_link_url:
value: '$.attributes["field_announcement_link"]["uri"]'
announcement_assistive_technology_close_button_title:
value: '$.attributes["field_announcement_title"]'
storage_client_id: helfi_announcements
storage_client_config: { }
persistent_cache_max_age: -1
annotation_entity_type_id: null
annotation_bundle_id: null
annotation_field_name: null
inherits_annotation_fields: false
1 change: 1 addition & 0 deletions conf/cmi/field.field.node.landing_page.field_hero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_hero
- node.type.landing_page
- paragraphs.paragraphs_type.hero
module:
- entity_reference_revisions
_core:
Expand Down
1 change: 1 addition & 0 deletions conf/cmi/field.field.node.page.field_hero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_hero
- node.type.page
- paragraphs.paragraphs_type.hero
module:
- entity_reference_revisions
_core:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.paragraph.field_accordion_items
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.accordion_item
module:
- entity_reference_revisions
enforced:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.paragraph.field_contact_social_media
- paragraphs.paragraphs_type.contact_card
- paragraphs.paragraphs_type.social_media_link
module:
- entity_reference_revisions
_core:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.storage.paragraph.field_contact_card
- paragraphs.paragraphs_type.contact_card
- paragraphs.paragraphs_type.contact_card_listing
module:
- entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.paragraph.field_list_of_links_links
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.list_of_links_item
module:
- entity_reference_revisions
_core:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.paragraph.field_phasing_item
- paragraphs.paragraphs_type.phasing
- paragraphs.paragraphs_type.phasing_item
module:
- entity_reference_revisions
_core:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.storage.paragraph.field_service_items
- paragraphs.paragraphs_type.popular_service_item
- paragraphs.paragraphs_type.popular_services
module:
- entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.storage.paragraph.field_target_group_item
- paragraphs.paragraphs_type.target_group_link_item
- paragraphs.paragraphs_type.target_group_links
module:
- entity_reference_revisions
Expand Down
2 changes: 2 additions & 0 deletions conf/cmi/language/fi/media.type.hel_map.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source: hel_map
label: 'Kartta (kartta.hel.fi, palvelukartta.hel.fi)'
2 changes: 2 additions & 0 deletions conf/cmi/language/sv/media.type.hel_map.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source: hel_map
label: 'Karta (kartta.hel.fi, palvelukartta.hel.fi)'
1 change: 1 addition & 0 deletions conf/cmi/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ permissions:
- 'display eu cookie compliance popup'
- 'restful get helfi_global_mobile_menu'
- 'restful get helfi_global_mobile_menu'
- 'view helfi_announcements external entity'
- 'view helfi_news external entity'
- 'view helfi_news_groups external entity'
- 'view helfi_news_neighbourhoods external entity'
Expand Down
1 change: 1 addition & 0 deletions conf/cmi/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ permissions:
- 'delete own files'
- 'display eu cookie compliance popup'
- 'restful get helfi_global_mobile_menu'
- 'view helfi_announcements external entity'
- 'view helfi_news external entity'
- 'view helfi_news_groups external entity'
- 'view helfi_news_neighbourhoods external entity'
Expand Down
5 changes: 5 additions & 0 deletions conf/cmi/user.role.read_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ uuid: e75f37e3-c6f3-4f26-a477-f4481e474fd7
langcode: en
status: true
dependencies:
config:
- node.type.announcement
- node.type.landing_page
- node.type.news_item
- node.type.page
module:
- file
- helfi_tpr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: 'Performs alterations to content.'
core_version_requirement: ^9 || ^10
configure: helfi_kasko_content.admin_form
dependencies:
- allowed_formats:allowed_formats
- drupal:content_translation
- drupal:language
- drupal:taxonomy
Expand Down

0 comments on commit c64443f

Please sign in to comment.