array( 'type' => 'string', 'default' => '', ), ]; $attributes = array_merge( $attributes, Alignment::get_attribute( 'alignment', true, [ 'value' => 'left' ] ), Typography::get_attribute( 'typography', true ), ); return array_merge( $attributes, \ABlocks\Classes\BlockGlobal::get_attributes() );