Skip to content
Snippets Groups Projects
Commit 21515069 authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Issue #3405332 - Update version

parent fd15191b
No related branches found
No related tags found
1 merge request!2Issue #3405332 - Update version
name: Parallax Background name: Parallax Background
type: module type: module
description: Create a Parallax Background effect on any tagged element. description: Create a Parallax Background effect on any tagged element.
core: 8.x core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^8 || ^9
package: Custom package: Custom
...@@ -24,7 +24,7 @@ parallax_bg: ...@@ -24,7 +24,7 @@ parallax_bg:
assets/js/parallax_bg.js: {} assets/js/parallax_bg.js: {}
dependencies: dependencies:
- core/jquery - core/jquery
- core/jquery.once - core/once
- core/drupal - core/drupal
- core/drupalSettings - core/drupalSettings
- parallax_bg/jquery.parallax - parallax_bg/jquery.parallax
......
...@@ -9,8 +9,8 @@ use Symfony\Component\Routing\Route; ...@@ -9,8 +9,8 @@ use Symfony\Component\Routing\Route;
/** /**
* Provides routes for Parallax element entities. * Provides routes for Parallax element entities.
* *
* @see Drupal\Core\Entity\Routing\AdminHtmlRouteProvider * @see \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider
* @see Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider * @see \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider
*/ */
class ParallaxElementHtmlRouteProvider extends AdminHtmlRouteProvider { class ParallaxElementHtmlRouteProvider extends AdminHtmlRouteProvider {
......
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