File "attributes.php"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/lottie/attributes.php
File size: 531 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Attributes File.
*
* @since 2.0.0
*
* @package uagb
*/
return array(
'block_id' => '',
'jsonLottie' => '',
'lottieURl' => '',
'lottieSource' => '',
'height' => '',
'heightTablet' => '',
'heightMob' => '',
'width' => '',
'widthTablet' => '',
'widthMob' => '',
'backgroundColor' => '',
'backgroundHColor' => '',
'loop' => true,
'speed' => 1,
'reverse' => false,
'playOn' => 'none',
);