UNPKG

1.47 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define(['module'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod);
11 global.carouselConfig = mod.exports;
12 }
13})(this, function (module) {
14 'use strict';
15
16 module.exports = {
17 hidden: true,
18 variants: [{
19 name: 'default',
20 label: 'Carousel',
21 context: {
22 items: [{
23 filmstripImageUrl: 'http://via.placeholder.com/256x144?text=/0',
24 lightboxImageUrl: 'http://via.placeholder.com/1056x594?text=/0'
25 }, {
26 filmstripImageUrl: 'http://via.placeholder.com/256x144?text=1',
27 lightboxImageUrl: 'http://via.placeholder.com/1056x594?text=1'
28 }, {
29 filmstripImageUrl: 'http://via.placeholder.com/256x144?text=2',
30 lightboxImageUrl: 'http://via.placeholder.com/1056x594?text=2'
31 }, {
32 filmstripImageUrl: 'http://via.placeholder.com/256x144?text=3',
33 lightboxImageUrl: 'http://via.placeholder.com/1056x594?text=3'
34 }, {
35 filmstripImageUrl: 'http://via.placeholder.com/256x144?text=4',
36 lightboxImageUrl: 'http://via.placeholder.com/1056x594?text=4'
37 }, {
38 filmstripImageUrl: 'http://via.placeholder.com/256x144?text=5',
39 lightboxImageUrl: 'http://via.placeholder.com/1056x594?text=5'
40 }]
41 }
42 }]
43 };
44});
\No newline at end of file