-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #451 from City-of-Helsinki/dev
Dev to main
- Loading branch information
Showing
37 changed files
with
359 additions
and
109 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
conf/cmi/core.entity_form_display.paragraph.calculator.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
uuid: 415efa63-8fdb-4c9b-ad08-484fcf3c9ac4 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.calculator.field_calculator | ||
- field.field.paragraph.calculator.field_calculator_title | ||
- paragraphs.paragraphs_type.calculator | ||
_core: | ||
default_config_hash: oidsK5Gbjpqc50yrLakSNTleVrr8jtrpQJfktf_R2rs | ||
id: paragraph.calculator.default | ||
targetEntityType: paragraph | ||
bundle: calculator | ||
mode: default | ||
content: | ||
field_calculator: | ||
type: options_select | ||
weight: 2 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
field_calculator_title: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
status: true |
34 changes: 34 additions & 0 deletions
34
conf/cmi/core.entity_view_display.paragraph.calculator.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
uuid: 88f36111-2d96-4d0d-812d-af3c88a2ef9c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.calculator.field_calculator | ||
- field.field.paragraph.calculator.field_calculator_title | ||
- paragraphs.paragraphs_type.calculator | ||
module: | ||
- options | ||
_core: | ||
default_config_hash: lstlYqyDuxffhG6_KlqYEX65K6EDoV9jzNiYAuswSu4 | ||
id: paragraph.calculator.default | ||
targetEntityType: paragraph | ||
bundle: calculator | ||
mode: default | ||
content: | ||
field_calculator: | ||
type: list_key | ||
label: hidden | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 2 | ||
region: content | ||
field_calculator_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
search_api_excerpt: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
conf/cmi/field.field.paragraph.calculator.field_calculator.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: f97ffdb6-9779-4a4d-9cf2-8ed9401ab9ab | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_calculator | ||
- paragraphs.paragraphs_type.calculator | ||
module: | ||
- options | ||
_core: | ||
default_config_hash: cjDkOC6b6J_rVgoqX4O2jaE-C7nObpMRwc8TYfzlC8M | ||
id: paragraph.calculator.field_calculator | ||
field_name: field_calculator | ||
entity_type: paragraph | ||
bundle: calculator | ||
label: Calculator | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: | ||
- | ||
value: disabled | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
21 changes: 21 additions & 0 deletions
21
conf/cmi/field.field.paragraph.calculator.field_calculator_title.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
uuid: 42151b6f-f57a-450f-93de-aba536ac377a | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_calculator_title | ||
- paragraphs.paragraphs_type.calculator | ||
_core: | ||
default_config_hash: hssV1dRPZ995nBWME2MzKlJK4yWkRhyO-mN3vVDvRw0 | ||
id: paragraph.calculator.field_calculator_title | ||
field_name: field_calculator_title | ||
entity_type: paragraph | ||
bundle: calculator | ||
label: Title | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: 1ae46ae8-8fc7-49fc-b182-230d527aa803 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- options | ||
- paragraphs | ||
_core: | ||
default_config_hash: 4CPKApPiqbFT1VUtHFecJAe176DnMFwbIlEZbRFFGoE | ||
id: paragraph.field_calculator | ||
field_name: field_calculator | ||
entity_type: paragraph | ||
type: list_string | ||
settings: | ||
allowed_values_function: 'Drupal\helfi_calculator\Form\CalculatorSettings::getActiveCalculators' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
23 changes: 23 additions & 0 deletions
23
conf/cmi/field.storage.paragraph.field_calculator_title.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: 4ba1bc49-ed21-4cd7-9d4d-8a7a47e62294 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- paragraphs | ||
_core: | ||
default_config_hash: XoFaMysHdv1VV8liUZt09qTEQSPhAOridCypc_7yd8w | ||
id: paragraph.field_calculator_title | ||
field_name: field_calculator_title | ||
entity_type: paragraph | ||
type: string | ||
settings: | ||
max_length: 255 | ||
case_sensitive: false | ||
is_ascii: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
langcode: en | ||
calculators: | ||
home_care_service_voucher: | ||
label: 'Home care service voucher' | ||
active: false | ||
json: '{}' | ||
home_care_client_fee: | ||
label: 'Home care client fee' | ||
active: false | ||
json: '{}' | ||
continuous_housing_service_voucher: | ||
label: '24-hour housing service voucher' | ||
active: false | ||
json: '{}' | ||
families_home_services_client_fee: | ||
label: 'Families home services client fee' | ||
active: false | ||
json: '{}' | ||
early_childhood_education_fee: | ||
label: 'Early childhood education fee' | ||
active: false | ||
json: '{}' | ||
helsinki_benefit_amount_estimate: | ||
label: 'Helsinki benefit amount estimate' | ||
active: false | ||
json: '{}' |
Oops, something went wrong.