array( 'config' => array( 'width' => array( 'config' => array( 'min' => 50, 'max' => 500, 'label' => __( 'Column Width', 'thrive-cb' ), 'um' => [ 'px' ], ), 'extends' => 'Slider', ), 'height' => array( 'config' => array( 'min' => 10, 'max' => 200, 'label' => __( 'Row Height', 'thrive-cb' ), 'um' => [ 'px' ], ), 'extends' => 'Slider', ), 'valign' => array( 'config' => array( 'name' => __( 'Vertical Align', 'thrive-cb' ), 'buttons' => [ [ 'icon' => 'none', 'default' => true, 'value' => '', ], [ 'icon' => 'top', 'value' => 'top', ], [ 'icon' => 'vertical', 'value' => 'middle', ], [ 'icon' => 'bot', 'value' => 'bottom', ], ], ), 'extends' => 'ButtonGroup', ), ), ), 'borders' => [ 'hidden' => true, ], 'animation' => [ 'hidden' => true, ], 'layout' => [ 'hidden' => true, ], 'typography' => [ 'hidden' => true, ], 'shadow' => [ 'config' => [ 'disabled_controls' => [ 'text' ], ], ], 'responsive' => [ 'hidden' => true, ], 'styles-templates' => [ 'hidden' => true, ], ); } }