File "attributes.php"

Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/team/attributes.php
File size: 4 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Attributes File.
 *
 * @since 2.0.0
 *
 * @package uagb
 */

return array(
	'classMigrate'              => false,
	'block_id'                  => '',
	'align'                     => 'center',
	'tag'                       => 'h3',
	'titleColor'                => '',
	'prefixColor'               => '#888888',
	'descColor'                 => '',
	'socialColor'               => '#333',
	'socialHoverColor'          => '',
	'titleFontFamily'           => '',
	'titleLoadGoogleFonts'      => false,
	'titleFontWeight'           => '',
	'titleFontSize'             => '',
	'titleFontSizeType'         => 'px',
	'titleFontSizeTablet'       => '',
	'titleFontSizeMobile'       => '',
	'titleLineHeight'           => '',
	'titleLineHeightType'       => 'em',
	'titleLineHeightTablet'     => '',
	'titleLineHeightMobile'     => '',
	'prefixFontFamily'          => '',
	'prefixLoadGoogleFonts'     => false,
	'prefixFontWeight'          => '',
	'prefixFontSize'            => 15,
	'prefixFontSizeType'        => 'px',
	'prefixFontSizeTablet'      => '',
	'prefixFontSizeMobile'      => '',
	'prefixLineHeight'          => '',
	'prefixLineHeightType'      => 'em',
	'prefixLineHeightTablet'    => '',
	'prefixLineHeightMobile'    => '',
	'descFontFamily'            => '',
	'descLoadGoogleFonts'       => false,
	'descFontWeight'            => '',
	'descFontSize'              => 15,
	'descFontSizeType'          => 'px',
	'descFontSizeTablet'        => '',
	'descFontSizeMobile'        => '',
	'descLineHeight'            => '',
	'descLineHeightType'        => 'em',
	'descLineHeightTablet'      => '',
	'descLineHeightMobile'      => '',
	'socialFontSize'            => 20,
	'socialFontSizeType'        => 'px',
	'socialFontSizeMobile'      => '',
	'socialFontSizeTablet'      => '',
	'image'                     => '',
	'imgStyle'                  => 'normal',
	'imgPosition'               => 'above',
	'imgAlign'                  => 'top',
	'imgSiz'                    => 'thumbnail',
	'imgWidth'                  => 100,
	'imgWidthMobile'            => '',
	'imgWidthTablet'            => '',
	'titleSpace'                => 6,
	'titleSpaceTablet'          => '',
	'titleSpaceMobile'          => '',
	'prefixSpace'               => 11,
	'prefixSpaceTablet'         => '',
	'prefixSpaceMobile'         => '',
	'descSpace'                 => 18,
	'descSpaceTablet'           => '',
	'descSpaceMobile'           => '',
	'imgLeftMargin'             => '',
	'imgRightMargin'            => '',
	'imgTopMargin'              => '',
	'imgBottomMargin'           => 15,
	'imageLeftMargin'           => 20,
	'imageRightMargin'          => 20,
	'imageTopMargin'            => '',
	'imageBottomMargin'         => '',
	'imageMarginLeftTablet'     => 'auto',
	'imageMarginRightTablet'    => 'auto',
	'imageMarginTopTablet'      => '',
	'imageMarginBottomTablet'   => '',
	'imageMarginLeftMobile'     => 'auto',
	'imageMarginRightMobile'    => 'auto',
	'imageMarginTopMobile'      => '',
	'imageMarginBottomMobile'   => '',
	'imageMarginUnit'           => 'px',
	'tabletImageMarginUnit'     => 'px',
	'mobileImageMarginUnit'     => 'px',
	'spacingLink'               => false,
	'socialSpace'               => 20,
	'socialSpaceTablet'         => '',
	'socialSpaceMobile'         => '',
	'headingTag'                => 'h3',
	'titleTransform'            => '',
	'titleDecoration'           => '',
	'descTransform'             => '',
	'descDecoration'            => '',
	'prefixTransform'           => '',
	'prefixDecoration'          => '',
	'titleFontStyle'            => '',
	'descFontStyle'             => '',
	'prefixFontStyle'           => '',
	// letter spacing.
	'titleLetterSpacing'        => '',
	'titleLetterSpacingTablet'  => '',
	'titleLetterSpacingMobile'  => '',
	'titleLetterSpacingType'    => 'px',
	'prefixLetterSpacing'       => '',
	'prefixLetterSpacingTablet' => '',
	'prefixLetterSpacingMobile' => '',
	'prefixLetterSpacingType'   => 'px',
	'descLetterSpacing'         => '',
	'descLetterSpacingTablet'   => '',
	'descLetterSpacingMobile'   => '',
	'descLetterSpacingType'     => 'px',
);