-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refs #28651 - SSbD repository * refs #28651 - SSbD repository * refs #28651 - SSbD repository * refs #28651 - work on ssbd * refs #28651 - fix composer * Rename deploy hook * refs #28651 - work on accordion * refs #28651 - SSbD accordion and title changes --------- Co-authored-by: Stefan Butura <[email protected]>
- Loading branch information
1 parent
43925a3
commit 9eabf2e
Showing
44 changed files
with
1,341 additions
and
6 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
uuid: bd475677-14f4-4785-b179-f4a5ba0f5994 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: icon_banner | ||
label: 'Icon banner' | ||
revision: false | ||
description: null |
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,4 @@ | ||
collapse_all: 0 | ||
keep_rows_open: 1 | ||
animate_accordion_toggle: 1 | ||
open_tabs_with_hash: 0 |
39 changes: 39 additions & 0 deletions
39
config/sync/core.entity_form_display.block_content.icon_banner.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,39 @@ | ||
uuid: 7e4dcad7-575c-4d5c-bff4-e023cdff6551 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.icon_banner | ||
- field.field.block_content.icon_banner.field_color | ||
- field.field.block_content.icon_banner.field_icon | ||
module: | ||
- color_field | ||
- media_library | ||
id: block_content.icon_banner.default | ||
targetEntityType: block_content | ||
bundle: icon_banner | ||
mode: default | ||
content: | ||
field_color: | ||
type: color_field_widget_box | ||
weight: 27 | ||
region: content | ||
settings: | ||
default_colors: '#aed3ff,#e0c7f5,#fbcdd5,#f4eaca' | ||
third_party_settings: { } | ||
field_icon: | ||
type: media_library_widget | ||
weight: 26 | ||
region: content | ||
settings: | ||
media_types: { } | ||
third_party_settings: { } | ||
info: | ||
type: string_textfield | ||
weight: -5 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
hidden: { } |
35 changes: 35 additions & 0 deletions
35
config/sync/core.entity_view_display.block_content.icon_banner.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,35 @@ | ||
uuid: a4e52c97-d1fd-42d2-aaf4-c3f4b11eed5b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.icon_banner | ||
- field.field.block_content.icon_banner.field_color | ||
- field.field.block_content.icon_banner.field_icon | ||
module: | ||
- color_field | ||
id: block_content.icon_banner.default | ||
targetEntityType: block_content | ||
bundle: icon_banner | ||
mode: default | ||
content: | ||
field_color: | ||
type: color_field_formatter_text | ||
label: hidden | ||
settings: | ||
format: hex | ||
opacity: true | ||
third_party_settings: { } | ||
weight: 1 | ||
region: content | ||
field_icon: | ||
type: entity_reference_entity_view | ||
label: hidden | ||
settings: | ||
view_mode: svg | ||
link: 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
22 changes: 22 additions & 0 deletions
22
config/sync/field.field.block_content.icon_banner.field_color.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,22 @@ | ||
uuid: 6d429425-56fc-4403-b56e-85324584bf73 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.icon_banner | ||
- field.storage.block_content.field_color | ||
module: | ||
- color_field | ||
id: block_content.icon_banner.field_color | ||
field_name: field_color | ||
entity_type: block_content | ||
bundle: icon_banner | ||
label: Color | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
opacity: 0 | ||
field_type: color_field_type |
29 changes: 29 additions & 0 deletions
29
config/sync/field.field.block_content.icon_banner.field_icon.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,29 @@ | ||
uuid: 1a31e467-db9f-4782-b4d0-278e7fa38dae | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.icon_banner | ||
- field.storage.block_content.field_icon | ||
- media.type.thematic_areas | ||
id: block_content.icon_banner.field_icon | ||
field_name: field_icon | ||
entity_type: block_content | ||
bundle: icon_banner | ||
label: Icon | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
handler: 'default:media' | ||
handler_settings: | ||
target_bundles: | ||
thematic_areas: thematic_areas | ||
sort: | ||
field: _none | ||
direction: ASC | ||
auto_create: false | ||
auto_create_bundle: '' | ||
field_type: entity_reference |
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,20 @@ | ||
uuid: fed50174-96f8-4003-a5e6-cea8306ec571 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- color_field | ||
id: block_content.field_color | ||
field_name: field_color | ||
entity_type: block_content | ||
type: color_field_type | ||
settings: | ||
format: '#HEXHEX' | ||
module: color_field | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
Oops, something went wrong.