Skip to content

Commit

Permalink
LOYALIST-18 Add Front page carousel section to loyalist core readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Sep 17, 2024
1 parent 40a4cc8 commit 2a3e646
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions custom/modules/loyalist_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ TODO: write some documentation.
## Requirements

This module requires no modules outside of Drupal core.


## Front Page Carousel

The front page carousel depends on the JS library, Owl Carousel v2.3.4 (see subtheme
`owlcarousel2` library definition). It relies on `Media | Image` slide content which
references a <kbd>carousel</kbd> `Tags` taxonomy term.

The carousel itself is implemented by the view, `Loyalist Carousel`, `Owl Block` block
display. The view depends on the `Views Rows Wrapper` contrib module to provide a
`Rows Wrapper` formatter to minimize the HTML structure for use by the Owl Carousel
library.

0 comments on commit 2a3e646

Please sign in to comment.