Skip to content

Commit

Permalink
Added missing Focal point configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jun 25, 2024
1 parent f02f54a commit b2431fc
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 17 deletions.
3 changes: 0 additions & 3 deletions scripts/theme_excluded_configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ core.entity_view_mode.webform.token
core.entity_view_mode.webform_submission.token
core.extension
core.menu.static_menu_link_overrides
crop.settings
crop.type.focal_point
dblog.settings
editor.editor.webform*
encrypt.settings
Expand All @@ -112,7 +110,6 @@ filter.format.plain_text*
filter.format.restricted_html*
filter.format.webform_default
filter.settings
focal_point.settings
hal.settings
honeypot.settings
image.settings
Expand Down
3 changes: 3 additions & 0 deletions web/themes/contrib/civictheme/civictheme.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ config_devel:
- core.entity_view_mode.node.civictheme_promo_card
- core.entity_view_mode.node.civictheme_slider_slide
- core.entity_view_mode.node.civictheme_snippet
- crop.settings
- crop.type.focal_point
- editor.editor.civictheme_rich_text
- field.field.block_content.civictheme_banner.field_c_b_background_image
- field.field.block_content.civictheme_banner.field_c_b_banner_blend_mode
Expand Down Expand Up @@ -565,6 +567,7 @@ config_devel:
- field.storage.paragraph.field_c_p_width
- filter.format.civictheme_plain_text
- filter.format.civictheme_rich_text
- focal_point.settings
- image.style.civictheme_campaign
- image.style.civictheme_event_card
- image.style.civictheme_medium
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flush_derivative_images: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
langcode: en
status: true
dependencies: { }
id: focal_point
label: 'Focal point'
description: 'Crop type used by Focal point module.'
aspect_ratio: ''
soft_limit_width: null
soft_limit_height: null
hard_limit_width: null
hard_limit_height: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
crop_type: focal_point
default_value: '50,50'
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: fixed
level: 1
depth: 1
expand_all_items: false
parent: 'civictheme-footer:menu_link_content:8a251c00-43a4-42c4-b140-3f6b62bdc000'
render_parent: false
suggestion: civictheme_footer
label_type: fixed
label_link: false
hide_on_nonactive: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: fixed
level: 1
depth: 1
expand_all_items: false
parent: 'civictheme-footer:menu_link_content:8973fd39-dcfd-4607-a356-f9869a231804'
render_parent: false
suggestion: civictheme_footer
label_type: fixed
label_link: false
hide_on_nonactive: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: fixed
level: 1
depth: 1
expand_all_items: false
parent: 'civictheme-footer:menu_link_content:49fb8cd6-a1cd-4a47-9b9a-db4685a5f9cd'
render_parent: false
suggestion: civictheme_footer
label_type: fixed
label_link: false
hide_on_nonactive: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: fixed
level: 1
depth: 1
expand_all_items: false
parent: 'civictheme-footer:menu_link_content:35be8705-b50e-4506-9a61-568ef0986318'
render_parent: false
suggestion: civictheme_footer
label_type: fixed
label_link: false
hide_on_nonactive: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: block
level: 1
depth: 3
expand_all_items: false
parent: 'civictheme-primary-navigation:'
render_parent: false
suggestion: civictheme_primary_navigation
label_type: block
label_link: false
hide_on_nonactive: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: block
level: 1
depth: 0
expand_all_items: false
parent: 'civictheme-secondary-navigation:'
render_parent: false
suggestion: civictheme_secondary_navigation
label_type: block
label_link: false
hide_on_nonactive: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ settings:
provider: menu_block
follow: false
follow_parent: child
label_link: false
label_type: block
level: 1
depth: 3
expand_all_items: false
parent: 'civictheme-primary-navigation:'
render_parent: false
suggestion: civictheme_primary_navigation
label_type: block
label_link: false
hide_on_nonactive: false
visibility:
request_path:
id: request_path
Expand Down

0 comments on commit b2431fc

Please sign in to comment.