You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
221 lines
5.8 KiB
221 lines
5.8 KiB
<?php
|
|
/**
|
|
* JS libraries.
|
|
*
|
|
* @version 1.0
|
|
* @package xts
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Direct access not allowed.
|
|
}
|
|
|
|
return array(
|
|
'autocomplete' => array(
|
|
array(
|
|
'title' => esc_html__( 'Autocomplete', 'woodmart' ),
|
|
'name' => 'autocomplete',
|
|
'file' => '/js/libs/autocomplete',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'flickity' => array(
|
|
array(
|
|
'title' => esc_html__( 'Flickity', 'woodmart' ),
|
|
'name' => 'flickity',
|
|
'file' => '/js/libs/flickity-all',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'flickity-fade' => array(
|
|
array(
|
|
'title' => esc_html__( 'Flickity fade', 'woodmart' ),
|
|
'name' => 'flickity-fade',
|
|
'file' => '/js/libs/flickity-fade',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'cookie' => array(
|
|
array(
|
|
'title' => esc_html__( 'Cookie', 'woodmart' ),
|
|
'name' => 'cookie',
|
|
'file' => '/js/libs/cookie',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'countdown-bundle' => array(
|
|
array(
|
|
'title' => esc_html__( 'Countdown', 'woodmart' ),
|
|
'name' => 'countdown-bundle',
|
|
'file' => '/js/libs/countdown-bundle',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'device' => array(
|
|
array(
|
|
'title' => esc_html__( 'Device', 'woodmart' ),
|
|
'name' => 'device',
|
|
'file' => '/js/libs/device',
|
|
'in_footer' => false,
|
|
'dependency' => array( 'jquery' ),
|
|
),
|
|
),
|
|
'isotope-bundle' => array(
|
|
array(
|
|
'title' => esc_html__( 'Isotope', 'woodmart' ),
|
|
'name' => 'isotope-bundle',
|
|
'file' => '/js/libs/isotope-bundle',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'justified' => array(
|
|
array(
|
|
'title' => esc_html__( 'Justified gallery', 'woodmart' ),
|
|
'name' => 'justified',
|
|
'file' => '/js/libs/justifiedGallery',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'magnific' => array(
|
|
array(
|
|
'title' => esc_html__( 'Magnific popup', 'woodmart' ),
|
|
'name' => 'magnific',
|
|
'file' => '/js/libs/magnific-popup',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'owl' => array(
|
|
array(
|
|
'title' => esc_html__( 'OWL carousel', 'woodmart' ),
|
|
'name' => 'owl',
|
|
'file' => '/js/libs/owl.carousel',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'panr-parallax-bundle' => array(
|
|
array(
|
|
'title' => esc_html__( 'Panr parallax', 'woodmart' ),
|
|
'name' => 'panr-parallax-bundle',
|
|
'file' => '/js/libs/panr-parallax-bundle',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'parallax' => array(
|
|
array(
|
|
'title' => esc_html__( 'Parallax', 'woodmart' ),
|
|
'name' => 'parallax',
|
|
'file' => '/js/libs/parallax',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'parallax-scroll-bundle' => array(
|
|
array(
|
|
'title' => esc_html__( 'Parallax scroll', 'woodmart' ),
|
|
'name' => 'parallax-scroll-bundle',
|
|
'file' => '/js/libs/parallax-scroll-bundle',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'photoswipe-bundle' => array(
|
|
array(
|
|
'title' => esc_html__( 'Photoswipe', 'woodmart' ),
|
|
'name' => 'photoswipe-bundle',
|
|
'file' => '/js/libs/photoswipe-bundle',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'pjax' => array(
|
|
array(
|
|
'title' => esc_html__( 'PJAX', 'woodmart' ),
|
|
'name' => 'pjax',
|
|
'file' => '/js/libs/pjax',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'slick' => array(
|
|
array(
|
|
'title' => esc_html__( 'Slick slider', 'woodmart' ),
|
|
'name' => 'slick',
|
|
'file' => '/js/libs/slick',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'sticky-kit' => array(
|
|
array(
|
|
'title' => esc_html__( 'Sticky kit', 'woodmart' ),
|
|
'name' => 'sticky-kit',
|
|
'file' => '/js/libs/sticky-kit',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'threesixty' => array(
|
|
array(
|
|
'title' => esc_html__( 'Threesixty', 'woodmart' ),
|
|
'name' => 'threesixty',
|
|
'file' => '/js/libs/threesixty',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'tooltips' => array(
|
|
array(
|
|
'title' => esc_html__( 'Tooltips', 'woodmart' ),
|
|
'name' => 'tooltips',
|
|
'file' => '/js/libs/tooltips',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'vivus' => array(
|
|
array(
|
|
'title' => esc_html__( 'Vivus', 'woodmart' ),
|
|
'name' => 'vivus',
|
|
'file' => '/js/libs/vivus',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'waypoints' => array(
|
|
array(
|
|
'title' => esc_html__( 'Waypoint', 'woodmart' ),
|
|
'name' => 'waypoints',
|
|
'file' => '/js/libs/waypoints',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'leaflet' => array(
|
|
array(
|
|
'title' => esc_html__( 'Leaflet', 'woodmart' ),
|
|
'name' => 'leaflet',
|
|
'file' => '/js/libs/leaflet',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
'vimeo_player' => array(
|
|
array(
|
|
'title' => esc_html__( 'Vimeo player', 'woodmart' ),
|
|
'name' => 'vimeo_player',
|
|
'file' => '/js/libs/vimeo-player',
|
|
'in_footer' => true,
|
|
'dependency' => array(),
|
|
),
|
|
),
|
|
);
|
|
|