瀏覽代碼

Configure the uploadURL in manual tests.

Maciej Gołaszewski 7 年之前
父節點
當前提交
0a6a4db0a4
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-ckfinder/tests/manual/ckfinder.js

+ 4 - 0
packages/ckeditor5-ckfinder/tests/manual/ckfinder.js

@@ -20,6 +20,10 @@ ClassicEditor
 		toolbar: [ 'heading', '|', 'undo', 'redo', 'ckfinder' ],
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
+		},
+		ckfinder: {
+			// eslint-disable-next-line max-len
+			uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
 		}
 	} )
 	.then( editor => {