array( 'css_prefix' => tcb_selection_root() . ' a ' ), 'PreviewList' => array( 'css_prefix' => tcb_selection_root() . ' a ' ), ); $components['borders'] = [ 'config' => [ 'Borders' => [ 'css_prefix' => '', 'important' => 'true' ], 'Corners' => [ 'css_prefix' => '', 'important' => 'true' ], ], ]; $components['shadow'] = [ 'config' => [ 'css_prefix' => '', 'css_suffix' => '', 'important' => 'true', 'disabled_controls' => [ 'text' ], ], ]; return $components; } }