true ]; $components['animation'] = [ 'hidden' => true ]; $components['styles-templates'] = [ 'hidden' => true ]; $components['carousel_dots'] = $components['icon']; $components['carousel_dots']['config']['ColorPicker']['important'] = true; $components['carousel_dots']['config']['HorizontalSpace'] = array( 'config' => array( 'min' => '0', 'max' => '100', 'label' => __( 'Horizontal space', 'thrive-cb' ), 'um' => [ 'px', '%' ], ), 'extends' => 'Slider', ); $components['layout']['config']['MarginAndPadding']['important'] = true; unset( $components['icon'] ); return $components; } }