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