Skip to content
Snippets Groups Projects
Commit ea1adfc6 authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Merge branch 'fix-featured-banners-once-function-not-recognized' into 'master'

Fixed .once is not a function for Featured Banner display format

See merge request !38
parents f443c2f6 10920997
No related branches found
No related tags found
1 merge request!38Fixed issue and incremented module version
...@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.1] - 26-02-2020
- Fixed .once is not a function for Featured Banner display format
## [1.4.0] - 18-07-2019 ## [1.4.0] - 18-07-2019
- Added Card Grid display format - Added Card Grid display format
- Added Event Grid display format - Added Event Grid display format
......
...@@ -2,7 +2,7 @@ name: CERN Display Formats ...@@ -2,7 +2,7 @@ name: CERN Display Formats
type: module type: module
description: 'Provides a set of display formats designed for the needs of the CERN users.' description: 'Provides a set of display formats designed for the needs of the CERN users.'
package: Web Team Drupal Library package: Web Team Drupal Library
version: 1.4.0 version: 1.4.1
core: '8.x' core: '8.x'
dependencies: dependencies:
- drupal:views - drupal:views
......
...@@ -24,6 +24,10 @@ featured-banner-stylesheets: ...@@ -24,6 +24,10 @@ featured-banner-stylesheets:
assets/css/featured-banner.css: {} assets/css/featured-banner.css: {}
js: js:
assets/js/featured-banner.js: {} assets/js/featured-banner.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupalSettings
event-grid-stylesheets: event-grid-stylesheets:
version: 1.x version: 1.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment