File "attributes.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/lottie/attributes.php
File
size: 531 B (531 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?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',
);