Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #1620

Merged
merged 2 commits into from
Jan 14, 2025
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
428 changes: 210 additions & 218 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.unit_contact_card.field_unit_contact_title
- field.field.paragraph.unit_contact_card.field_unit_contact_heading
- field.field.paragraph.unit_contact_card.field_unit_contact_unit
- field.field.paragraph.unit_contact_card.field_unit_contact_use_address
- field.field.paragraph.unit_contact_card.field_unit_contact_use_details
Expand All @@ -15,19 +15,17 @@ dependencies:
- field.field.paragraph.unit_contact_card.field_unit_contact_use_postal
- paragraphs.paragraphs_type.unit_contact_card
_core:
default_config_hash: XnijiEfDptaMmJSLOaRAbmsG5jdy70ENYFsDRp7dXck
default_config_hash: uT8aniMS1fevBhNfcyGCd5OiS2-wx4uQFzYyzEWxHX8
id: paragraph.unit_contact_card.default
targetEntityType: paragraph
bundle: unit_contact_card
mode: default
content:
field_unit_contact_title:
type: string_textfield
field_unit_contact_heading:
type: options_buttons
weight: 0
region: content
settings:
size: 60
placeholder: ''
settings: { }
third_party_settings: { }
field_unit_contact_unit:
type: entity_reference_autocomplete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.unit_contact_card.field_unit_contact_title
- field.field.paragraph.unit_contact_card.field_unit_contact_heading
- field.field.paragraph.unit_contact_card.field_unit_contact_unit
- field.field.paragraph.unit_contact_card.field_unit_contact_use_address
- field.field.paragraph.unit_contact_card.field_unit_contact_use_details
Expand All @@ -15,20 +15,12 @@ dependencies:
- field.field.paragraph.unit_contact_card.field_unit_contact_use_postal
- paragraphs.paragraphs_type.unit_contact_card
_core:
default_config_hash: DvEDTYQYY2bJ_PzPZtlMEowZm2o5MrLaCa3p9T-NTAs
default_config_hash: ueLmUIlWmD3niFjRRANYBSf1QCFcMlnGSGdCZ34IcNw
id: paragraph.unit_contact_card.default
targetEntityType: paragraph
bundle: unit_contact_card
mode: default
content:
field_unit_contact_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
field_unit_contact_unit:
type: entity_reference_label
label: hidden
Expand All @@ -38,6 +30,7 @@ content:
weight: 1
region: content
hidden:
field_unit_contact_heading: true
field_unit_contact_use_address: true
field_unit_contact_use_details: true
field_unit_contact_use_link: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
uuid: 6c99f53c-3860-4a4f-adde-0e465d98e131
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_unit_contact_heading
- paragraphs.paragraphs_type.unit_contact_card
module:
- options
_core:
default_config_hash: KBZVQJ1FH_oGM0pSbEkGL2tPmvpQZl6RgRSoXV4lf5M
id: paragraph.unit_contact_card.field_unit_contact_heading
field_name: field_unit_contact_heading
entity_type: paragraph
bundle: unit_contact_card
label: Heading
description: " The default heading for the component is “Contact information”. Choose the unit name as the heading if it is not clear which unit's contact information is being referred to."
required: true
translatable: false
default_value:
-
value: default
default_value_callback: ''
settings: { }
field_type: list_string

This file was deleted.

29 changes: 29 additions & 0 deletions conf/cmi/field.storage.paragraph.field_unit_contact_heading.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
uuid: 5e3d0bce-6114-40f1-b778-8fece473c972
langcode: en
status: true
dependencies:
module:
- options
- paragraphs
_core:
default_config_hash: T_fDAEmZ5YJF1SdA3tmqPumG-8gNtlxzPxBL92A3XmM
id: paragraph.field_unit_contact_heading
field_name: field_unit_contact_heading
entity_type: paragraph
type: list_string
settings:
allowed_values:
-
value: default
label: 'Contact information'
-
value: unit_name
label: 'The unit name'
allowed_values_function: ''
module: options
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
23 changes: 0 additions & 23 deletions conf/cmi/field.storage.paragraph.field_unit_contact_title.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conf/cmi/file.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:
length: 128
icon:
directory: core/modules/file/icons
make_unused_managed_files_temporary: false
make_unused_managed_files_temporary: true
filename_sanitization:
transliterate: true
replace_whitespace: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Otsikko
description: 'Komponentin oletusotsikko on ”Yhteystiedot”. Valitse otsikoksi kyseisen toimipisteen nimi, jos ei ole ilmeistä, minkä toimipisteen yhteystiedoista on kyse.'
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
settings:
allowed_values:
-
label: Yhteystiedot
-
label: 'Kyseisen toimipisteen nimi'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Rubrik

This file was deleted.

6 changes: 6 additions & 0 deletions conf/cmi/user.role.admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,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 any webform'
- 'delete any webform submission'
- 'delete content translations'
Expand All @@ -223,6 +226,9 @@ permissions:
- 'delete own page content'
- 'delete own remote_video media'
- 'delete own service content'
- 'delete own tpr_ontology_word_details'
- 'delete own tpr_service'
- 'delete own tpr_unit'
- 'delete own webform'
- 'delete own webform submission'
- 'delete page revisions'
Expand Down
6 changes: 6 additions & 0 deletions conf/cmi/user.role.content_producer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ permissions:
- 'create terms in avustuslaji'
- 'create terms in target_group'
- 'create url aliases'
- 'delete any tpr_ontology_word_details'
- 'delete any tpr_service'
- 'delete any tpr_unit'
- 'delete landing_page revisions'
- 'delete media'
- 'delete own address content'
Expand All @@ -92,6 +95,9 @@ permissions:
- 'delete own page content'
- 'delete own remote_video media'
- 'delete own service content'
- 'delete own tpr_ontology_word_details'
- 'delete own tpr_service'
- 'delete own tpr_unit'
- 'delete page revisions'
- 'delete service revisions'
- 'edit any announcement content'
Expand Down
6 changes: 6 additions & 0 deletions conf/cmi/user.role.editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ permissions:
- 'delete any news_item content'
- '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'
Expand All @@ -102,6 +105,9 @@ permissions:
- 'delete own news_item 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'
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/views.view.er_tpr_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/views.view.locked_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
Expand All @@ -399,6 +398,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/views.view.locked_units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
Expand All @@ -399,6 +398,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
4 changes: 2 additions & 2 deletions conf/cmi/views.view.service_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 4
total_pages: null
id: 0
Expand All @@ -127,6 +126,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -646,7 +646,6 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 5
total_pages: null
id: 0
Expand All @@ -664,6 +663,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/views.view.service_units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 8
total_pages: null
id: 0
Expand All @@ -111,6 +110,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/views.view.unit_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 15
total_pages: null
id: 0
Expand All @@ -304,6 +303,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/webform.webform.sotepe_yleis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ third_party_settings:
applicationContinuous: 0
disableCopying: 0
status: released
parent: ""
parent: ''
avus2BreakingChange: 0
weight: 0
open: null
Expand Down
Loading