PluginProbe
Elementor Website Builder – more than just a page builder / 3.26.3
Elementor Website Builder – more than just a page builder v3.26.3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/url.php +2 -2 4.1.23.26.3 View file →
@@ -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 ) { #>