Преглед изворни кода

Restore accidently removed placeholder.

Mateusz Samsel пре 6 година
родитељ
комит
68b70f09f9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/ckeditor5-link/src/ui/linkformview.js

+ 1 - 0
packages/ckeditor5-link/src/ui/linkformview.js

@@ -179,6 +179,7 @@ export default class LinkFormView extends View {
 		const labeledInput = new LabeledInputView( this.locale, InputTextView );
 
 		labeledInput.label = t( 'Link URL' );
+		labeledInput.inputView.placeholder = 'https://example.com';
 
 		return labeledInput;
 	}