]> _ Git - spinepro.git/commitdiff
wait #7242 @0:15
authorsoufiane <soufiane@cubedesigners.com>
Tue, 21 Jan 2025 10:01:26 +0000 (11:01 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 21 Jan 2025 10:01:26 +0000 (11:01 +0100)
wp-content/mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/PatientTour.php

index 60a808e26d448e320ef0c3a107a128b9ec15b1b1..688201c950f5e31805ffcc9977ff584879af126e 100644 (file)
@@ -49,6 +49,11 @@ class LinkCarousel extends _Base {
 
         return [ 'cube-link-carousel' ];
     }
+
+    public function get_style_depends() {
+        return [ 'swiper' ];
+    }
+
     /**
      * Register the widget controls.
      * Adds different input fields to allow the user to change and customize the widget settings.
index 9abb90610034ed948fd085383f484ebf165d08ff..5d14461983296667ffce861c3c8b33192331f299 100644 (file)
@@ -50,6 +50,10 @@ class PatientTour extends _Base {
         return [ 'cube-patient-tour' ];
     }
 
+    public function get_style_depends() {
+        return [ 'swiper' ];
+    }
+
     /**
      * Register the widget controls.
      * Adds different input fields to allow the user to change and customize the widget settings.