Browse Source

Restore accidently removed placeholder.

Mateusz Samsel 6 years ago
parent
commit
68b70f09f9
1 changed files with 1 additions and 0 deletions
  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;
 	}