Skip to content

Commit

Permalink
NBNP-416 Explicitly specify Owl Carousel library+version. restore dig…
Browse files Browse the repository at this point in the history
…ital page lister settings
  • Loading branch information
jtmcd75 committed Dec 5, 2023
1 parent b85f15f commit a8b1aea
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
13 changes: 13 additions & 0 deletions build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@
},
"type": "package"
},
{
"package": {
"dist": {
"type": "zip",
"url": "https://github.com/OwlCarousel2/OwlCarousel2/archive/2.3.4.zip"
},
"name": "owlcarousel2/owlcarousel2",
"type": "drupal-library",
"version": "2.3.4"
},
"type": "package"
},
{
"package": {
"dist": {
Expand Down Expand Up @@ -217,6 +229,7 @@
"markgoodyear/scrollup": "dev-master",
"neitanod/forceutf8": "^2",
"nodespark/des-connector": "5.x-dev",
"owlcarousel2/owlcarousel2": "2.3.4",
"phpoffice/phpspreadsheet": "^1.5.0",
"simeydotme/jquery-ui-slider-pips": "~1.11",
"unb-libraries/alert_scheduler": "dev-8.x-1.x",
Expand Down
1 change: 1 addition & 0 deletions config-yml/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module:
noreqnewpass: 0
options: 0
override_node_options: 0
owlcarousel: 0
page_cache: 0
path: 0
path_alias: 0
Expand Down
27 changes: 26 additions & 1 deletion config-yml/views.view.digital_page_lister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- datetime
- digital_serial_issue
- image
- owlcarousel
- search_api
- user
id: digital_page_lister
Expand Down Expand Up @@ -1879,7 +1880,7 @@ display:
operator: AND
groups: { }
style:
type: default
type: owlcarousel
options:
grouping:
-
Expand All @@ -1888,6 +1889,30 @@ display:
rendered_strip: false
row_class: ''
default_row_class: false
items: '6'
itemsDesktop: '[1199,5]'
itemsDesktopSmall: '[991,4]'
itemsTablet: '[567,3]'
itemsMobile: '[414,2]'
singleItem: 0
itemsScaleUp: 0
slideSpeed: '500'
paginationSpeed: '500'
rewindSpeed: '1000'
autoPlay: 0
stopOnHover: 1
navigation: 1
prevText: ''
nextText: ''
rewindNav: 0
scrollPerPage: 1
pagination: 0
paginationNumbers: 0
responsive: 1
responsiveRefreshRate: '200'
mouseDrag: 1
touchDrag: 1
transitionStyle: fade
row:
type: fields
options:
Expand Down

0 comments on commit a8b1aea

Please sign in to comment.