We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1806481 commit b202243Copy full SHA for b202243
src/editor-controls/selectors-dictionary.md
@@ -70,15 +70,15 @@ $this->add_control(
70
'type' => \Elementor\Controls_Manager::CHOOSE,
71
'default' => 'center',
72
'options' => [
73
- 'left' => [
+ 'end' => [
74
'title' => esc_html__( 'End', 'textdomain' ),
75
'icon' => 'eicon-text-align-' . ( is_rtl() ? 'right' : 'left' ),
76
],
77
'center' => [
78
'title' => esc_html__( 'Center', 'textdomain' ),
79
'icon' => 'eicon-text-align-center',
80
81
- 'right' => [
+ 'start' => [
82
'title' => esc_html__( 'Start', 'textdomain' ),
83
'icon' => 'eicon-text-align-' . ( is_rtl() ? 'left' : 'right' ),
84
0 commit comments