array( 'config' => array( 'ColorPicker' => array( 'css_prefix' => $prefix_config . ' ', 'css_suffix' => ' > :first-child', 'config' => array( 'label' => __( 'Icon color', 'thrive-cb' ), ), ), 'Slider' => array( 'css_prefix' => $prefix_config . ' ', 'config' => array( 'default' => '30', 'min' => '10', 'max' => '200', 'label' => __( 'Icon size', 'thrive-cb' ), 'um' => [ 'px' ], 'css' => 'fontSize', ), ), ), ), 'typography' => [ 'hidden' => true, ], 'layout' => [ 'config' => [ 'MarginAndPadding' => [ 'css_prefix' => $prefix_config . ' ', ], ], 'disabled_controls' => [ 'Width', 'Height', 'Alignment', '.tve-advanced-controls', ], ], 'borders' => [ 'config' => [ 'Borders' => [ 'css_prefix' => $prefix_config . ' ', ], 'Corners' => [ 'css_prefix' => $prefix_config . ' ', ], ], ], 'shadow' => [ 'config' => [ 'disabled_controls' => [ 'text' ], ], ], 'animation' => [ 'hidden' => true, ], ); } }