Skip to content

Commit ca32a65

Browse files
authored
Update modules/ROOT/partials/configuration/uploadcare.adoc
1 parent fd34f8f commit ca32a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/partials/configuration/uploadcare.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[[uploadcare-domain]]
2-
== `uploadcare_domain`
1+
[[uploadcare-cdn-base-url]]
2+
== `uploadcare_cdn_base_url`
33

44
Specifies the domain used for the Uploadcare service. This domain determines where your files are uploaded and accessed. By default, the plugin uses the Uploadcare CDN `ucarecdn.com` to host and deliver your files. If you use a custom domain, update this option to match your configuration.
55

@@ -10,7 +10,7 @@ Specifies the domain used for the Uploadcare service. This domain determines whe
1010
[source,js]
1111
----
1212
tinymce.init({
13-
uploadcare_domain: 'ucarecdn.com'
13+
uploadcare_cdn_base_url: 'ucarecdn.com'
1414
});
1515
----
1616

0 commit comments

Comments
 (0)