File "assets.php"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/gutenberg/src/blocks/row/assets.php
File size: 291 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$assets = array(
'styles' => array( 'block-layout' ),
'scripts' => array(),
'libraries' => array(),
);
if ( ! empty( $this->attrs['shapeDividerTopIcon'] ) || ! empty( $this->attrs['shapeDividerBottomIcon'] ) ) {
$assets['styles'][] = 'block-shape-divider';
}
return $assets;