8
0
فهرست منبع

Fixed sample value of the token url.

Maciej Bukowski 8 سال پیش
والد
کامیت
d7c51f2eba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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( ... )