Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Homepage

Configuring featured and carousel collections

Avalon 7.0 introduces a redesigned homepage that includes two configurable blocks for highlighting collections.  Below the search bar and background image is a space to feature a single collection by giving a large area to display the collection's poster image, title, and description.  Beneath the featured collection is a carousel for highlighting up to 10 collections by displaying their poster image and title.  Both of these features are randomized based upon the collections configured.  They are also hidden if no collections have been configured.


Code Block
titleconfig/settings.yml
home_page:
  featured_collections: ['7m01bk80s', 'qz20ss619']
  carousel_collections: ['v118rd550', 'pn89d6567', 'mp48sc83h', 'qz20ss50s']


Keeping the old homepage

To revert to the old homepage follow these steps,

...