Skip to content

Commit

Permalink
SUL-660 Create filterable news view (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Oct 23, 2024
1 parent e08bcfd commit f0b34b6
Show file tree
Hide file tree
Showing 10 changed files with 2,421 additions and 131 deletions.
203 changes: 104 additions & 99 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ third_party_settings:
uuid: 03aed37a-e4ab-4ee4-b996-0523074be664
region: main
configuration:
id: 'views_block:stanford_news-topics_list'
id: 'views_block:sul_news-topics_list'
label: ''
label_display: '0'
provider: views
Expand Down Expand Up @@ -324,7 +324,7 @@ third_party_settings:
uuid: d43e60bd-c832-439e-8151-1b2fd851b98e
region: main
configuration:
id: 'views_block:stanford_news-vertical_teaser_term'
id: 'views_block:sul_news-vertical_teaser_term'
label: 'More News'
label_display: visible
provider: views
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ third_party_settings:
uuid: 2a5a6a90-b253-44a7-8111-8012baa026ea
region: main
configuration:
id: 'views_block:stanford_news-term_block'
id: 'views_block:sul_news-term_block'
label: ''
label_display: '0'
provider: views
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ adding:
allowed_views:
sul_branch_locations: sul_branch_locations
sul_people: sul_people
sul_news: sul_news
sul_study_places: sul_study_places
sul_shared_tag_events: '0'
sul_events: sul_events
change_logs: '0'
stanford_courses: '0'
editoria11y_dismissals: '0'
editoria11y_results: '0'
authmap: '0'
policies: '0'
stanford_publications: '0'
samlauth_map: '0'
taxonomy_term_pages: '0'
sul_events: sul_events
allowed_display_types:
graphql: '0'
handler_settings:
Expand All @@ -25,7 +23,11 @@ removing:
allowed_views:
stanford_courses: stanford_courses
stanford_events: stanford_events
stanford_news: stanford_news
stanford_publications: stanford_publications
stanford_events_past: '0'
stanford_events_schedule: '0'
stanford_event_series: '0'
stanford_event_terms_utility: '0'
stanford_news_terms: '0'
stanford_person_list_terms_first: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ adding:
stanford_saml:
enabled: false
layout:
sul_library_full_width:
enabled: false
sul_branch_side_nav:
enabled: false
sul_library_full_width:
enabled: false
sul_news_side_nav:
enabled: false
sul_side_nav:
Expand All @@ -42,6 +42,8 @@ adding:
tools:
enabled: false
node:
stanford_opportunity:
enabled: false
sul_library:
enabled: true
query_load_enabled: true
Expand All @@ -51,8 +53,6 @@ adding:
enabled: true
query_load_enabled: true
edges_enabled: true
stanford_opportunity:
enabled: false
paragraph:
collection:
enabled: true
Expand All @@ -63,6 +63,8 @@ adding:
layout:
enabled: true
query_load_enabled: true
stanford_layout:
enabled: false
sul_button:
enabled: true
query_load_enabled: true
Expand All @@ -75,30 +77,30 @@ adding:
sul_libguide:
enabled: true
query_load_enabled: true
stanford_layout:
enabled: false
taxonomy_term:
study_place_capacity:
enabled: true
query_load_enabled: true
sul_study_place_features:
enabled: true
query_load_enabled: true
sul_study_place_type:
enabled: true
query_load_enabled: true
cap_org_codes:
enabled: false
media_tags:
enabled: false
site_owner_orgs:
enabled: false
opportunity_sponsor:
enabled: false
opportunity_tag_filters:
enabled: false
opportunity_type:
enabled: false
site_owner_orgs:
enabled: false
stanford_news_topics:
edges_enabled: true
study_place_capacity:
enabled: true
query_load_enabled: true
sul_study_place_features:
enabled: true
query_load_enabled: true
sul_study_place_type:
enabled: true
query_load_enabled: true
field_config:
media:
image:
Expand Down Expand Up @@ -146,10 +148,10 @@ adding:
enabled: true
sul_library__a11y:
enabled: true
sul_library__type:
enabled: true
sul_library__ext_url:
enabled: true
sul_library__type:
enabled: true
sul_rel_links:
enabled: true
sul_rel_links_heading:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
adding:
status: false
removing:
status: true
Loading

0 comments on commit f0b34b6

Please sign in to comment.