Skip to content
Snippets Groups Projects
Commit 6ae7dd64 authored by Eric Bremner's avatar Eric Bremner Committed by Martin Leblanc
Browse files

ISTWCMS-5713: hopefully last clean up to get stuff working for external css/js and banners

parent e0310a8e
No related branches found
No related tags found
1 merge request!21Feature/istwcms 5713 ebremner banners
......@@ -92,6 +92,7 @@ ln -s "$DRUPAL_PATH"/web/core/misc misc
cd ..
cd ..
cd src/styleguide/meta
rm _foot.twig
ln -s ../../../../styleguide/_foot.twig _foot.twig
cd ../../..
echo "**************************************************************************************"
......
{% if pattern_lab %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
{% endif %}
{% if carousel_type == 'banner' %}
<div class="uw-carousel uw-carousel__{{ carousel_type }} uw-carousel__{{ carousel_type }}-{{ banners.style }} {{ banners.pl_body_faculty }} " data-uuid="{{ banners.uuid }}" data-autoplay="{{ banners.autoplay }}" data-slide-speed="{{ banners.slide_speed }}" style="--banner-transition-speed: {{banners.transition_speed}}ms">
{% else %}
......
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