@@ -45,10 +45,6 @@ export default class CloudServices extends Plugin {
45
45
* @member {String} #uploadUrl
46
46
*/
47
47
48
- if ( ! this . uploadUrl ) {
49
- this . uploadUrl = 'https://files.cke-cs.com/upload/' ;
50
- }
51
-
52
48
/**
53
49
* Other plugins use this token for the authorization process. It handles token requesting and refreshing.
54
50
* Its value is `null` when {@link module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl} is not provided.
@@ -85,8 +81,8 @@ CloudServices.Token = Token;
85
81
* ClassicEditor
86
82
* .create( document.querySelector( '#editor' ), {
87
83
* cloudServices: {
88
- * uploadUrl : 'https://your-organisation-id.cke-cs. com/easyimage/upload/ ',
89
- * tokenUrl : 'https://example. com/cs-token-endpoint '
84
+ * tokenUrl : 'https://example. com/cs-token-endpoint ',
85
+ * uploadUrl : 'https://your-organization-id.cke-cs. com/easyimage/upload/ '
90
86
* }
91
87
* } )
92
88
* .then( ... )
@@ -106,13 +102,15 @@ CloudServices.Token = Token;
106
102
* {@glink @cs guides/token-endpoints/tokenendpoint Creating token endpoint } guide
107
103
* in {@glink @cs index Cloud Services documentation }.
108
104
*
109
- * See [Cloud Services Quick Start ](https://docs.ckeditor.com/cs/latest/guides/quick-start.html).
105
+ * See also [Cloud Services Quick start ](https://docs.ckeditor.com/cs/latest/guides/quick-start.html).
110
106
*
111
107
* @member {String} module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl
112
108
*/
113
109
114
110
/**
115
111
* The URL to which the files should be uploaded.
116
112
*
117
- * @member {String} [module:cloudservices/cloudservices~CloudServicesConfig#uploadUrl]
113
+ * Read more in [Cloud Services Quick start](https://docs.ckeditor.com/cs/latest/guides/quick-start.html).
114
+ *
115
+ * @member {String} module:cloudservices/cloudservices~CloudServicesConfig#uploadUrl
118
116
*/
0 commit comments