[ 'type' => 'string', ], 'tableCreated' => [ 'type' => 'boolean', 'default' => false, ], 'isHeader' => [ 'type' => 'boolean', 'default' => '', ], 'isFooter' => [ 'type' => 'boolean', 'default' => '', ], 'rowOddColor' => [ 'type' => 'string', 'default' => '' ], 'rowOddColorH' => [ 'type' => 'string', 'default' => '' ], 'rowEvenColor' => [ 'type' => 'string', 'default' => '' ], 'rowEvenColorH' => [ 'type' => 'string', 'default' => '' ], 'bodyBg' => [ 'type' => 'string', ], 'bodyBgH' => [ 'type' => 'string', ], 'headerColor' => [ 'type' => 'string', 'default' => '', ], 'headerColorH' => [ 'type' => 'string', 'default' => '' ], 'footerColor' => [ 'type' => 'string', 'default' => '', ], 'footerColorH' => [ 'type' => 'string', 'default' => '' ], 'borderCollapse' => [ 'type' => 'string', 'default' => 'collapse' ] ]; $attributes = array_merge( $attributes, Border::get_attribute( 'border', true ), ); return array_merge( $attributes, \ABlocks\Classes\BlockGlobal::get_attributes() );