| @@ -366,10 +366,10 @@ | ||
| 366 | 366 | [ |
| 367 | 367 | 'label' => esc_html__( 'Alignment', 'elementor' ), |
| 368 | 368 | 'type' => Controls_Manager::CHOOSE, |
| 369 | 369 | 'options' => [ |
| 370 | - 'start' => [ | |
| 371 | - 'title' => esc_html__( 'Start', 'elementor' ), | |
| 370 | + 'left' => [ | |
| 371 | + 'title' => esc_html__( 'Left', 'elementor' ), | |
| 372 | 372 | 'icon' => 'eicon-text-align-left', |
| 373 | 373 | ], |
| 374 | 374 | 'center' => [ |
| 375 | 375 | 'title' => esc_html__( 'Center', 'elementor' ), |
| @@ -374,10 +374,10 @@ | ||
| 374 | 374 | 'center' => [ |
| 375 | 375 | 'title' => esc_html__( 'Center', 'elementor' ), |
| 376 | 376 | 'icon' => 'eicon-text-align-center', |
| 377 | 377 | ], |
| 378 | - 'end' => [ | |
| 379 | - 'title' => esc_html__( 'End', 'elementor' ), | |
| 378 | + 'right' => [ | |
| 379 | + 'title' => esc_html__( 'Right', 'elementor' ), | |
| 380 | 380 | 'icon' => 'eicon-text-align-right', |
| 381 | 381 | ], |
| 382 | 382 | 'justify' => [ |
| 383 | 383 | 'title' => esc_html__( 'Justified', 'elementor' ), |
| @@ -382,13 +382,8 @@ | ||
| 382 | 382 | 'justify' => [ |
| 383 | 383 | 'title' => esc_html__( 'Justified', 'elementor' ), |
| 384 | 384 | 'icon' => 'eicon-text-align-justify', |
| 385 | 385 | ], |
| 386 | - ], | |
| 387 | - 'classes' => 'elementor-control-start-end', | |
| 388 | - 'selectors_dictionary' => [ | |
| 389 | - 'left' => is_rtl() ? 'end' : 'start', | |
| 390 | - 'right' => is_rtl() ? 'start' : 'end', | |
| 391 | 386 | ], |
| 392 | 387 | 'default' => 'center', |
| 393 | 388 | 'selectors' => [ |
| 394 | 389 | '{{WRAPPER}} .gallery-item .gallery-caption' => 'text-align: {{VALUE}};', |