-
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 #477 from City-of-Helsinki/dev
Dev to main
- Loading branch information
Showing
87 changed files
with
1,971 additions
and
1,038 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
65 changes: 65 additions & 0 deletions
65
conf/cmi/core.entity_form_display.paragraph.image_gallery.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,65 @@ | ||
uuid: 6f54e74d-5553-4ba9-beb0-af843b204fed | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.image_gallery.field_gallery_item | ||
- field.field.paragraph.image_gallery.field_image_gallery_description | ||
- field.field.paragraph.image_gallery.field_image_gallery_ratio | ||
- field.field.paragraph.image_gallery.field_image_gallery_title | ||
- paragraphs.paragraphs_type.image_gallery | ||
module: | ||
- paragraphs | ||
- text | ||
_core: | ||
default_config_hash: ClzrSrZjVhACSX9k5LALozrSm5gLuFEvOURBKAlRbvs | ||
id: paragraph.image_gallery.default | ||
targetEntityType: paragraph | ||
bundle: image_gallery | ||
mode: default | ||
content: | ||
field_gallery_item: | ||
type: paragraphs | ||
weight: 3 | ||
region: content | ||
settings: | ||
title: Paragraph | ||
title_plural: Paragraphs | ||
edit_mode: closed | ||
closed_mode: summary | ||
autocollapse: none | ||
closed_mode_threshold: 0 | ||
add_mode: dropdown | ||
form_display_mode: default | ||
default_paragraph_type: image_gallery_item | ||
features: | ||
add_above: '0' | ||
collapse_edit_all: collapse_edit_all | ||
convert: '0' | ||
duplicate: duplicate | ||
third_party_settings: { } | ||
field_image_gallery_description: | ||
type: text_textarea | ||
weight: 1 | ||
region: content | ||
settings: | ||
rows: 5 | ||
placeholder: '' | ||
third_party_settings: { } | ||
field_image_gallery_ratio: | ||
type: options_select | ||
weight: 2 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
field_image_gallery_title: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
status: true |
38 changes: 38 additions & 0 deletions
38
conf/cmi/core.entity_form_display.paragraph.image_gallery_item.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,38 @@ | ||
uuid: ac59cef5-11ea-4ffa-8550-29adbac16965 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.image_gallery_item.field_gallery_image | ||
- field.field.paragraph.image_gallery_item.field_gallery_image_description | ||
- paragraphs.paragraphs_type.image_gallery_item | ||
module: | ||
- hdbt_admin_tools | ||
- media_library | ||
_core: | ||
default_config_hash: We454Hg-JKGKzTEuGiPpn1di6JpllvY96zuvVNeMX1I | ||
id: paragraph.image_gallery_item.default | ||
targetEntityType: paragraph | ||
bundle: image_gallery_item | ||
mode: default | ||
content: | ||
field_gallery_image: | ||
type: media_library_widget | ||
weight: 0 | ||
region: content | ||
settings: | ||
media_types: { } | ||
third_party_settings: { } | ||
field_gallery_image_description: | ||
type: textfield_character_counter | ||
weight: 2 | ||
region: content | ||
settings: | ||
counter_step: 0 | ||
counter_total: 160 | ||
size: 160 | ||
placeholder: '' | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
status: 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
38 changes: 38 additions & 0 deletions
38
conf/cmi/core.entity_view_display.media.image.image_gallery.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,38 @@ | ||
uuid: 276c125d-e2db-44ce-9576-21c45385e0dc | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.media.image_gallery | ||
- field.field.media.image.field_media_image | ||
- field.field.media.image.field_photographer | ||
- media.type.image | ||
- responsive_image.styles.image_gallery_1_1 | ||
module: | ||
- responsive_image | ||
_core: | ||
default_config_hash: Ky7rUnc3u7APd8dH1E5EogiDjUtvkJvq0ZHfgG6OlQw | ||
id: media.image.image_gallery | ||
targetEntityType: media | ||
bundle: image | ||
mode: image_gallery | ||
content: | ||
field_media_image: | ||
type: responsive_image | ||
label: hidden | ||
settings: | ||
responsive_image_style: image_gallery_1_1 | ||
image_link: '' | ||
image_loading: | ||
attribute: eager | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
created: true | ||
field_photographer: true | ||
langcode: true | ||
name: true | ||
search_api_excerpt: true | ||
thumbnail: true | ||
uid: true |
54 changes: 54 additions & 0 deletions
54
conf/cmi/core.entity_view_display.paragraph.image_gallery.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,54 @@ | ||
uuid: 4634b6de-c88e-4454-97b2-5333a9f68c5d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.image_gallery.field_gallery_item | ||
- field.field.paragraph.image_gallery.field_image_gallery_description | ||
- field.field.paragraph.image_gallery.field_image_gallery_ratio | ||
- field.field.paragraph.image_gallery.field_image_gallery_title | ||
- paragraphs.paragraphs_type.image_gallery | ||
module: | ||
- entity_reference_revisions | ||
- options | ||
- text | ||
_core: | ||
default_config_hash: K6JQi5u8Iwe6KYzLnjn5Mk9HBBXE3P0KHemD_OxmcU8 | ||
id: paragraph.image_gallery.default | ||
targetEntityType: paragraph | ||
bundle: image_gallery | ||
mode: default | ||
content: | ||
field_gallery_item: | ||
type: entity_reference_revisions_entity_view | ||
label: hidden | ||
settings: | ||
view_mode: default | ||
link: '' | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
field_image_gallery_description: | ||
type: text_default | ||
label: hidden | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 2 | ||
region: content | ||
field_image_gallery_ratio: | ||
type: list_default | ||
label: hidden | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 3 | ||
region: content | ||
field_image_gallery_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 1 | ||
region: content | ||
hidden: | ||
search_api_excerpt: true |
34 changes: 34 additions & 0 deletions
34
conf/cmi/core.entity_view_display.paragraph.image_gallery_item.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: fefcfc5a-2130-4993-868c-d7a87b3bc78f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.image_gallery_item.field_gallery_image | ||
- field.field.paragraph.image_gallery_item.field_gallery_image_description | ||
- paragraphs.paragraphs_type.image_gallery_item | ||
_core: | ||
default_config_hash: sguq7Qqt3__gceyKWUbJTys0llCi28ZdArv-LyN2XBE | ||
id: paragraph.image_gallery_item.default | ||
targetEntityType: paragraph | ||
bundle: image_gallery_item | ||
mode: default | ||
content: | ||
field_gallery_image: | ||
type: entity_reference_entity_view | ||
label: hidden | ||
settings: | ||
view_mode: image | ||
link: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
field_gallery_image_description: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 2 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
uuid: c52c9e44-0d46-417c-a8d9-372120b2c68a | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- media | ||
_core: | ||
default_config_hash: X_EeW1ealqkAjjQhcc2ehkJxyT9VZ9QH5iTYi-6NeYY | ||
id: media.image_gallery | ||
label: 'Image gallery' | ||
description: '' | ||
targetEntityType: media | ||
cache: 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
Oops, something went wrong.