Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
views.module:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
component:
|
|
|
|
css/views.module.css: {}
|
|
|
|
|
|
|
|
views.ajax:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
|
|
|
js/base.js: {}
|
|
|
|
js/ajax_view.js: {}
|
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
|
|
|
- core/drupalSettings
|
|
|
|
- core/jquery.once
|
|
|
|
- core/jquery.form
|
|
|
|
- core/drupal.ajax
|
|
|
|
|
|
|
|
views.contextual-links:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
|
|
|
# Ensure to run before contextual/drupal.contextual-links.
|
2015-02-06 20:02:46 +00:00
|
|
|
js/views-contextual.js: { weight: -10 }
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|