Skip to content

Commit

Permalink
D8CORE-6629 use list elements on search result page
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 28, 2023
1 parent f69cb2f commit f54d6ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/sync/block.block.stanford_basic_main_anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugin: jumpstart_ui_skipnav_main_anchor
settings:
id: jumpstart_ui_skipnav_main_anchor
label: 'Main content anchor target'
label_display: hidden
label_display: '0'
provider: jumpstart_ui
visibility:
request_path:
Expand Down
7 changes: 6 additions & 1 deletion config/sync/views.view.search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,14 @@ display:
fields:
- rendered_item
style:
type: default
type: html_list
options:
grouping: { }
row_class: su-margin-bottom-3
default_row_class: true
type: ul
wrapper_class: item-list
class: su-list-unstyled
row:
type: fields
options:
Expand Down Expand Up @@ -386,6 +389,7 @@ display:
- 'user.node_grants:view'
tags:
- 'config:search_api.index.full_site_content'
- 'search_api_list:full_site_content'
results:
id: results
display_title: Page
Expand All @@ -405,3 +409,4 @@ display:
- 'user.node_grants:view'
tags:
- 'config:search_api.index.full_site_content'
- 'search_api_list:full_site_content'

0 comments on commit f54d6ba

Please sign in to comment.