| @@ -843,10 +843,10 @@ | ||
| 843 | 843 | [ |
| 844 | 844 | 'label' => esc_html__( 'Alignment', 'elementor' ), |
| 845 | 845 | 'type' => Controls_Manager::CHOOSE, |
| 846 | 846 | 'options' => [ |
| 847 | - 'start' => [ | |
| 848 | - 'title' => esc_html__( 'Start', 'elementor' ), | |
| 847 | + 'left' => [ | |
| 848 | + 'title' => esc_html__( 'Left', 'elementor' ), | |
| 849 | 849 | 'icon' => 'eicon-text-align-left', |
| 850 | 850 | ], |
| 851 | 851 | 'center' => [ |
| 852 | 852 | 'title' => esc_html__( 'Center', 'elementor' ), |
| @@ -851,10 +851,10 @@ | ||
| 851 | 851 | 'center' => [ |
| 852 | 852 | 'title' => esc_html__( 'Center', 'elementor' ), |
| 853 | 853 | 'icon' => 'eicon-text-align-center', |
| 854 | 854 | ], |
| 855 | - 'end' => [ | |
| 856 | - 'title' => esc_html__( 'End', 'elementor' ), | |
| 855 | + 'right' => [ | |
| 856 | + 'title' => esc_html__( 'Right', 'elementor' ), | |
| 857 | 857 | 'icon' => 'eicon-text-align-right', |
| 858 | 858 | ], |
| 859 | 859 | 'justify' => [ |
| 860 | 860 | 'title' => esc_html__( 'Justified', 'elementor' ), |
| @@ -859,13 +859,8 @@ | ||
| 859 | 859 | 'justify' => [ |
| 860 | 860 | 'title' => esc_html__( 'Justified', 'elementor' ), |
| 861 | 861 | 'icon' => 'eicon-text-align-justify', |
| 862 | 862 | ], |
| 863 | - ], | |
| 864 | - 'classes' => 'elementor-control-start-end', | |
| 865 | - 'selectors_dictionary' => [ | |
| 866 | - 'left' => is_rtl() ? 'end' : 'start', | |
| 867 | - 'right' => is_rtl() ? 'start' : 'end', | |
| 868 | 863 | ], |
| 869 | 864 | 'default' => 'center', |
| 870 | 865 | 'selectors' => [ |
| 871 | 866 | '{{WRAPPER}} .elementor-image-carousel-caption' => 'text-align: {{VALUE}};', |