tour-2.0.x-dev/tour.libraries.yml
tour.libraries.yml
tour:
version: VERSION
js:
js/tour.js: {
weight: -1,
minified: true,
preprocess: false,
}
dependencies:
- core/jquery
# @todo Remove this in https://www.drupal.org/project/drupal/issues/3204011
- core/internal.backbone
- tour/shepherd
- core/drupal
- core/drupalSettings
- core/once
- tour/tour-styling
shepherd:
version: VERSION
js:
dist/third-party.js: { weight: -2 }
css:
component:
css/third-party/shepherd/css/shepherd.css: { }
tour-styling:
version: VERSION
css:
component:
assets/shepherd/css/shepherd.css: { media: screen }
css/tour.module.css: { media: screen }
tour-block-styling:
version: VERSION
css:
component:
css/tour.block.css: { media: screen }
