'section', 'id' => self::SECTION_ID, 'title' => __( 'General', 'brandy' ), 'panel' => WooCommercePanel::PANEL_ID, 'type' => 'brandy-section', 'description_hidden' => true, ); $configurations[] = array( 'configuration_type' => 'control', 'id' => 'enable_product_image_hover_effect', 'label' => __( 'Enable product image hover effect', 'brandy' ), 'section' => self::SECTION_ID, 'type' => 'brandy_settings', 'input_attrs' => array( 'value' => '', 'style' => 'display:none;', ), 'partial' => false, 'default' => true, 'transport' => 'refresh', ); $configurations[] = array( 'configuration_type' => 'control', 'id' => 'product_image_hover_effect', 'label' => __( 'Product image hover effect', 'brandy' ), 'section' => self::SECTION_ID, 'type' => 'brandy_settings', 'input_attrs' => array( 'value' => '', 'style' => 'display:none;', ), 'partial' => false, 'default' => 'display-slider', 'transport' => 'refresh', ); $configurations[] = array( 'configuration_type' => 'control', 'id' => 'enable_product_image_hover_zoom', 'label' => __( 'Enable product image hover zoom', 'brandy' ), 'section' => self::SECTION_ID, 'type' => 'brandy_settings', 'input_attrs' => array( 'value' => '', 'style' => 'display:none;', ), 'partial' => false, 'default' => true, 'transport' => 'refresh', ); return $configurations; } }