Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing Focal point configs. #1276

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -645,6 +645,9 @@ config_devel:
- block.block.civictheme_secondary_navigation
- block.block.civictheme_side_navigation
- block.block.civictheme_signup
- crop.settings
- crop.type.focal_point
- focal_point.settings
- linkit.linkit_profile.civictheme
- media.settings
- search_api.index.civictheme_content
Expand Down
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
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'
Loading