← All changes
|
core/kits/documents/tabs/settings-lightbox.php
+2
-4
4.3.0-beta3
→
3.5.6
View file →
| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | |
| 5 | 5 | use Elementor\Controls_Manager; |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | class Settings_Lightbox extends Tab_Base { |
| 12 | 12 | |
| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | return 'eicon-lightbox-expand'; |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | public function get_help_url() { |
| 30 | - return 'https://go.elementor.com/global-lightbox/'; | |
| 30 | + return 'https://go.elementor.com/global-lightbox'; | |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | protected function register_tab_controls() { |
| 34 | 34 | $this->start_controls_section( |
| @@ -172,9 +172,8 @@ | ||
| 172 | 172 | 'lightbox_icons_size', |
| 173 | 173 | [ |
| 174 | 174 | 'label' => esc_html__( 'Toolbar Icons Size', 'elementor' ), |
| 175 | 175 | 'type' => Controls_Manager::SLIDER, |
| 176 | - 'size_units' => [ 'px', 'em', 'rem', 'vw', 'custom' ], | |
| 177 | 176 | 'selectors' => [ |
| 178 | 177 | '.elementor-lightbox' => '--lightbox-header-icons-size: {{SIZE}}{{UNIT}}', |
| 179 | 178 | ], |
| 180 | 179 | 'separator' => 'before', |
| @@ -185,9 +184,8 @@ | ||
| 185 | 184 | 'lightbox_slider_icons_size', |
| 186 | 185 | [ |
| 187 | 186 | 'label' => esc_html__( 'Navigation Icons Size', 'elementor' ), |
| 188 | 187 | 'type' => Controls_Manager::SLIDER, |
| 189 | - 'size_units' => [ 'px', 'em', 'rem', 'vw', 'custom' ], | |
| 190 | 188 | 'selectors' => [ |
| 191 | 189 | '.elementor-lightbox' => '--lightbox-navigation-icons-size: {{SIZE}}{{UNIT}}', |
| 192 | 190 | ], |
| 193 | 191 | 'separator' => 'before', |