[ 'config' => [], ], 'layout' => [ 'disabled_controls' => [ 'Height', 'Width', 'Alignment', 'Overflow', 'ScrollStyle', 'Display', '.tve-advanced-controls', ] ], ]; return array_merge( $pricing_table_box_container, $this->group_component() ); } /** * Group Edit Properties * * @return array|bool */ public function has_group_editing() { return array( 'select_values' => array( array( 'value' => 'all_pricing_boxes', 'selector' => '.tcb-col > .thrv-content-box', 'name' => __( 'Grouped Pricing Boxes', 'thrive-cb' ), 'singular' => __( '-- Box %s', 'thrive-cb' ), ), array( 'value' => 'all_pricing_boxes_buttons', 'selector' => '.tcb-col > .thrv-button, .tcb-col > .thrv-content-box > .tve-cb > .thrv-button', 'name' => __( 'Grouped Pricing Boxes Buttons', 'thrive-cb' ), 'singular' => __( '-- Button %s', 'thrive-cb' ), ), ), ); } }