comparison modules/contrib/views_slideshow/views_slideshow.libraries.yml @ 5:c69a71b4f40f

Add slideshow module
author Chris Cannam
date Thu, 07 Dec 2017 14:46:23 +0000
parents
children
comparison
equal deleted inserted replaced
4:8948ab6c87d2 5:c69a71b4f40f
1 form:
2 version: VERSION
3 css:
4 theme:
5 css/views_slideshow.css: {}
6
7 widget_info:
8 version: VERSION
9 js:
10 js/views_slideshow.js: {}
11 dependencies:
12 - core/jquery
13 - core/drupal
14 - core/drupalSettings
15
16 controls_text:
17 version: VERSION
18 css:
19 theme:
20 css/controls_text.css: {}
21
22 pager_bullets:
23 version: VERSION
24 css:
25 component:
26 css/views-slideshow-pager-bullets.css: {}
27
28 jquery_hoverIntent:
29 remote: https://github.com/briancherne/jquery-hoverIntent
30 version: 1.9
31 license:
32 name: MIT
33 gpl-compatible: true
34 js:
35 /libraries/jquery.hoverIntent/jquery.hoverIntent.js: {}
36 dependencies:
37 - core/jquery