Explorar o código

Fixed sample value of the token url.

Maciej Bukowski %!s(int64=8) %!d(string=hai) anos
pai
achega
d7c51f2eba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/features/image-upload.md

+ 1 - 1
docs/features/image-upload.md

@@ -50,7 +50,7 @@ To make enabling image upload in CKEditor 5 a breeze, by default all builds incl
 	ClassicCreator
 		.create( document.querySelector( '#editor' ), {
 			cloudServices: {
-				tokenUrl: 'token-retrieved-from-the-cs-token-server'
+				tokenUrl: 'http://url-to-retrieve-token.example.com/'
 			}
 		} )
 		.then( ... )