| @@ -133,17 +133,20 @@ | ||
| 133 | 133 | ], |
| 134 | 134 | ] |
| 135 | 135 | ); |
| 136 | 136 | |
| 137 | - $this->add_control( 'display_percentage', [ | |
| 138 | - 'label' => esc_html__( 'Display Percentage', 'elementor' ), | |
| 139 | - 'type' => Controls_Manager::SELECT, | |
| 140 | - 'default' => 'show', | |
| 141 | - 'options' => [ | |
| 142 | - 'show' => esc_html__( 'Show', 'elementor' ), | |
| 143 | - 'hide' => esc_html__( 'Hide', 'elementor' ), | |
| 144 | - ], | |
| 145 | - ] ); | |
| 137 | + $this->add_control( | |
| 138 | + 'display_percentage', | |
| 139 | + [ | |
| 140 | + 'label' => esc_html__( 'Display Percentage', 'elementor' ), | |
| 141 | + 'type' => Controls_Manager::SELECT, | |
| 142 | + 'default' => 'show', | |
| 143 | + 'options' => [ | |
| 144 | + 'show' => esc_html__( 'Show', 'elementor' ), | |
| 145 | + 'hide' => esc_html__( 'Hide', 'elementor' ), | |
| 146 | + ], | |
| 147 | + ] | |
| 148 | + ); | |
| 146 | 149 | |
| 147 | 150 | $this->add_control( |
| 148 | 151 | 'inner_text', |
| 149 | 152 | [ |