File "assets.php"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/gutenberg/src/blocks/tabs-header/assets.php
File size: 229 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$assets = array(
'styles' => array('block-title'),
'scripts' => array(),
'libraries' => array(),
);
if ( isset( $this->attrs['parallaxScroll'] ) ) {
$assets['libraries'][] = 'parallax-scroll-bundle';
}
return $assets;