File "assets.php"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/gutenberg/src/blocks/menu-list/assets.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

$assets = array(
	'styles'    => array( 'block-menu-list' ),
	'scripts'   => array(),
	'libraries' => array(),
);

if ( ! empty( $this->attrs['labelText'] ) ) {
	$assets['styles'][] = 'mod-nav-menu-label';
}

return $assets;