Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
gutenberg
/
src
/
blocks
/
tabs-header
:
assets.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php $assets = array( 'styles' => array('block-title'), 'scripts' => array(), 'libraries' => array(), ); if ( isset( $this->attrs['parallaxScroll'] ) ) { $assets['libraries'][] = 'parallax-scroll-bundle'; } return $assets;