-
Notifications
You must be signed in to change notification settings - Fork 4
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 #106 from City-of-Helsinki/dev
Production release 13.10.2021
- Loading branch information
Showing
24 changed files
with
387 additions
and
151 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -16,3 +16,6 @@ DRUPAL_SYNC_SOURCE=main | |
|
||
# Public webroot | ||
DRUPAL_WEBROOT=public | ||
|
||
# Don't sync files | ||
DRUPAL_SYNC_FILES=no |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
ignored_config_entities: | ||
- '*.site_settings' | ||
ignored_config_entities: { } | ||
_core: | ||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk |
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
27 changes: 27 additions & 0 deletions
27
conf/cmi/field.field.paragraph.accordion.field_accordion_description.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,27 @@ | ||
uuid: 3f1a5f33-fdaa-489d-b2ce-3e26f0313ca3 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_accordion_description | ||
- paragraphs.paragraphs_type.accordion | ||
module: | ||
- allowed_formats | ||
- text | ||
third_party_settings: | ||
allowed_formats: | ||
minimal: minimal | ||
full_html: '0' | ||
plain_text: '0' | ||
id: paragraph.accordion.field_accordion_description | ||
field_name: field_accordion_description | ||
entity_type: paragraph | ||
bundle: accordion | ||
label: Description | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: text_long |
19 changes: 19 additions & 0 deletions
19
conf/cmi/field.field.paragraph.accordion.field_accordion_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,19 @@ | ||
uuid: ccb7f413-2245-4ef6-9d76-28e83e4603d7 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_accordion_title | ||
- paragraphs.paragraphs_type.accordion | ||
id: paragraph.accordion.field_accordion_title | ||
field_name: field_accordion_title | ||
entity_type: paragraph | ||
bundle: accordion | ||
label: Title | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
23 changes: 23 additions & 0 deletions
23
conf/cmi/field.field.paragraph.accordion.field_accordion_title_level.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: db7ae88b-6f42-428e-939b-fed8599cbb15 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_accordion_title_level | ||
- paragraphs.paragraphs_type.accordion | ||
module: | ||
- options | ||
id: paragraph.accordion.field_accordion_title_level | ||
field_name: field_accordion_title_level | ||
entity_type: paragraph | ||
bundle: accordion | ||
label: 'Accordion title level' | ||
description: 'Select the title level of the accordion so that they are semantically correct with the rest of the content.' | ||
required: true | ||
translatable: false | ||
default_value: | ||
- | ||
value: '2' | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
19 changes: 19 additions & 0 deletions
19
conf/cmi/field.storage.paragraph.field_accordion_description.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,19 @@ | ||
uuid: 8401ce71-5932-4818-8ac4-95bde6bd9eea | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- paragraphs | ||
- text | ||
id: paragraph.field_accordion_description | ||
field_name: field_accordion_description | ||
entity_type: paragraph | ||
type: text_long | ||
settings: { } | ||
module: text | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
21 changes: 21 additions & 0 deletions
21
conf/cmi/field.storage.paragraph.field_accordion_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: 3d83c471-dd95-478d-a1df-98e29c31d915 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- paragraphs | ||
id: paragraph.field_accordion_title | ||
field_name: field_accordion_title | ||
entity_type: paragraph | ||
type: string | ||
settings: | ||
max_length: 255 | ||
is_ascii: false | ||
case_sensitive: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
36 changes: 36 additions & 0 deletions
36
conf/cmi/field.storage.paragraph.field_accordion_title_level.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,36 @@ | ||
uuid: 1a94bb00-cd45-41fa-ad20-c2fe1f2dde12 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- options | ||
- paragraphs | ||
id: paragraph.field_accordion_title_level | ||
field_name: field_accordion_title_level | ||
entity_type: paragraph | ||
type: list_string | ||
settings: | ||
allowed_values_function: '' | ||
allowed_values: | ||
- | ||
value: '2' | ||
label: h2 | ||
- | ||
value: '3' | ||
label: h3 | ||
- | ||
value: '4' | ||
label: h4 | ||
- | ||
value: '5' | ||
label: h5 | ||
- | ||
value: '6' | ||
label: h6 | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
Oops, something went wrong.