| @@ -102,14 +102,17 @@ | ||
| 102 | 102 | 'label' => esc_html__( 'Sidebar', 'elementor' ), |
| 103 | 103 | ] |
| 104 | 104 | ); |
| 105 | 105 | |
| 106 | - $this->add_control( 'sidebar', [ | |
| 107 | - 'label' => esc_html__( 'Choose Sidebar', 'elementor' ), | |
| 108 | - 'type' => Controls_Manager::SELECT, | |
| 109 | - 'default' => $default_key, | |
| 110 | - 'options' => $options, | |
| 111 | - ] ); | |
| 106 | + $this->add_control( | |
| 107 | + 'sidebar', | |
| 108 | + [ | |
| 109 | + 'label' => esc_html__( 'Choose Sidebar', 'elementor' ), | |
| 110 | + 'type' => Controls_Manager::SELECT, | |
| 111 | + 'default' => $default_key, | |
| 112 | + 'options' => $options, | |
| 113 | + ] | |
| 114 | + ); | |
| 112 | 115 | |
| 113 | 116 | $this->end_controls_section(); |
| 114 | 117 | } |
| 115 | 118 | |