Skip to content

Commit

Permalink
NBNP-397 Impose Institution facet soft limit of 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Aug 9, 2023
1 parent 4eae969 commit 9a5a418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config-yml/facets.facet.institutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ widget:
type: checkbox
config:
show_numbers: true
soft_limit: 0
soft_limit: 10
show_reset_link: false
reset_text: 'Show all'
hide_reset_when_no_selection: false
soft_limit_settings:
show_less_label: 'Show less'
show_more_label: 'Show more'
show_less_label: 'Show Less'
show_more_label: 'Show All'
empty_behavior:
behavior: none
only_visible_when_facet_source_is_visible: true
Expand Down

0 comments on commit 9a5a418

Please sign in to comment.