File "assets.php"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/gutenberg/src/blocks/off-sidebar/assets.php
File size: 379 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$assets = array(
'styles' => array(),
'scripts' => array(),
'libraries' => array(),
);
if ( ! empty( $this->attrs['sticky'] ) || ! empty( $this->attrs['stickyTablet'] ) || ! empty( $this->attrs['stickyMobile'] ) ) {
$assets['styles'][] = 'block-opt-sticky';
$assets['scripts'][] = 'sticky-column';
$assets['libraries'][] = 'sticky-kit';
}
return $assets;