[ 'type' => 'string', 'default' => '' ] ]; $attributes = array_merge( $attributes, Range::get_attribute( [ 'attributeName' => 'spacerHeight', 'attributeObjectKey' => 'value', 'isResponsive' => true, 'defaultValue' => 50, 'hasUnit' => true, 'unitDefaultValue' => 'px', 'unitDefaultValueTablet' => 'px', 'unitDefaultValueMobile' => 'px', ] ), ); return array_merge( $attributes, \ABlocks\Classes\BlockGlobal::get_attributes() );