Explorar o código

Restore accidently removed placeholder.

Mateusz Samsel %!s(int64=6) %!d(string=hai) anos
pai
achega
68b70f09f9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 	}