array( 'ColorPicker' => array( 'css_prefix' => tcb_selection_root() . ' ', 'css_suffix' => ' > :first-child', 'config' => array( 'label' => __( 'Color', 'thrive-cb' ), 'options' => [ 'noBeforeInit' => false ], ), ), 'Slider' => array( 'config' => array( 'default' => '12', 'min' => '6', 'max' => '100', 'label' => __( 'Size', 'thrive-cb' ), 'um' => [ 'px' ], 'css' => 'fontSize', ), ), ), ); $components['scroll'] = [ 'hidden' => true ]; $components['responsive'] = [ 'hidden' => true ]; $components['animation'] = [ 'hidden' => true ]; return $components; } }