PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
gutenberg
/
src
/
blocks
/
video
<?php $assets = array( 'styles' => array( 'el-video' ), 'scripts' => array( 'video-element' ), 'libraries' => array(), ); if ( ! empty( $this->attrs['videoOverlayLightbox'] ) || ! empty( $this->attrs['videoActionButton'] ) && in_array( $this->attrs['videoActionButton'], array( 'play', 'button' ), true ) ) { $assets['styles'][] = 'mfp-popup'; $assets['styles'][] = 'mod-animations-transform'; $assets['styles'][] = 'mod-transform'; $assets['scripts'][] = 'video-element-popup'; $assets['libraries'][] = 'magnific'; } return $assets;
[-] css.php
[edit]
[-] attributes.php
[edit]
[-] assets.php
[edit]
[+]
..