Skip to content

Commit

Permalink
🦸 Collections Hero (#213)
Browse files Browse the repository at this point in the history
# Collections API
Adds `hero_image` to Collections API to fix home page carousel

Closes #212
  • Loading branch information
mrharpo authored Oct 29, 2024
1 parent 0000764 commit f18d37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ov_collections/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class CollectionAPIViewSet(PagesAPIViewSet):
'title',
'introduction',
'cover_image',
'hero_image',
'last_published_at',
]

Expand Down

0 comments on commit f18d37e

Please sign in to comment.