array( 'type' => 'string', 'default' => '', ), 'heading' => array( 'type' => 'string', 'source' => 'html', 'selector' => '.ablocks-heading-text' ), 'headingTag' => array( 'type' => 'string', 'default' => 'h2', ), 'textColor' => array( 'type' => 'string', 'default' => '', ) ]; $attributes = array_merge( $attributes, Alignment::get_attribute( 'alignment', true, [ 'value' => 'left' ] ), Typography::get_attribute( 'typography', true ), TextShadow::get_attribute( 'textShadow' ), Link::get_attribute( 'link' ), TextStroke::get_attribute( 'textStroke', true ), ); return array_merge( $attributes, \ABlocks\Classes\BlockGlobal::get_attributes() );