carhop__plugins__PROD-DEV/plugins/carhop-blocks/build/latest-news/view.js
Antoine M 5dc6ea260d
All checks were successful
continuous-integration/drone/push Build is passing
CHORE REFACTOR upgrading plugin to handle a unique monopackage bundler
2025-11-20 11:06:56 +01:00

29 lines
650 B
JavaScript

/******/ (() => { // webpackBootstrap
/*!*********************************!*\
!*** ./src/latest-news/view.js ***!
\*********************************/
document.addEventListener("DOMContentLoaded", function () {
new Swiper(".latest-news-swiper", {
slidesPerView: 1,
spaceBetween: 30,
pagination: {
el: ".swiper-pagination",
clickable: true
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
},
breakpoints: {
640: {
slidesPerView: 2
},
1024: {
slidesPerView: 3
}
}
});
});
/******/ })()
;
//# sourceMappingURL=view.js.map