| @@ -64,9 +64,9 @@ | ||
| 64 | 64 | */ |
| 65 | 65 | protected function get_default_settings() { |
| 66 | 66 | return [ |
| 67 | 67 | 'label_block' => true, |
| 68 | - 'placeholder' => esc_html__( 'Type or paste your URL', 'elementor' ), | |
| 68 | + 'placeholder' => esc_html__( 'Paste URL or type', 'elementor' ), | |
| 69 | 69 | 'autocomplete' => true, |
| 70 | 70 | 'options' => [ 'is_external', 'nofollow', 'custom_attributes' ], |
| 71 | 71 | 'dynamic' => [ |
| 72 | 72 | 'categories' => [ TagsModule::URL_CATEGORY ], |
| @@ -114,9 +114,9 @@ | ||
| 114 | 114 | <div class="elementor-control-url-option"> |
| 115 | 115 | <input id="<?php $this->print_control_uid( 'nofollow' ); ?>" type="checkbox" class="elementor-control-url-option-input" data-setting="nofollow"> |
| 116 | 116 | <label for="<?php $this->print_control_uid( 'nofollow' ); ?>"><?php echo esc_html__( 'Add nofollow', 'elementor' ); ?></label> |
| 117 | 117 | </div> |
| 118 | - <div class="elementor-control-url__custom-attributes elementor-control-direction-ltr"> | |
| 118 | + <div class="elementor-control-url__custom-attributes"> | |
| 119 | 119 | <label for="<?php $this->print_control_uid( 'custom_attributes' ); ?>" class="elementor-control-url__custom-attributes-label"><?php echo esc_html__( 'Custom Attributes', 'elementor' ); ?></label> |
| 120 | 120 | <input type="text" id="<?php $this->print_control_uid( 'custom_attributes' ); ?>" class="elementor-control-unit-5" placeholder="key|value" data-setting="custom_attributes"> |
| 121 | 121 | </div> |
| 122 | 122 | <# if ( ( data.options && -1 !== data.options.indexOf( 'custom_attributes' ) ) && data.custom_attributes_description ) { #> |