[ 'type' => 'string', 'default' => '', ], 'blockVersion' => array( 'type' => 'number', 'default' => '', ), ]; $attributes = array_merge( $attributes, Icon::get_attribute(), Link::get_attribute( 'link' ), Alignment::get_attribute( 'alignment', true, [ 'value' => 'flex-start' ] ), ); return array_merge( $attributes, \ABlocks\Classes\BlockGlobal::get_attributes() );