Skip to content

Commit 2ae5605

Browse files
DOC-2599: Fixed up the indentation in the config file.
1 parent 5b7062e commit 2ae5605

File tree

1 file changed

+2
-2
lines changed
  • modules/ROOT/examples/live-demos/uploadcare

1 file changed

+2
-2
lines changed

modules/ROOT/examples/live-demos/uploadcare/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ tinymce.init({
22
selector: "textarea",
33
plugins: [ "uploadcare", "code", "link", "preview", "lists" ],
44
uploadcare_public_key: '630992ad50fe2291c406',
5-
uploadcare_cdn_base_url: 'https://tiny.ucarecdn.com',
6-
uploadcare_store_type: 'temporary',
5+
uploadcare_cdn_base_url: 'https://tiny.ucarecdn.com',
6+
uploadcare_store_type: 'temporary',
77
a11y_advanced_options: true,
88
toolbar: "undo redo | styles | bold italic underline | forecolor | bullist numlist| link uploadcare | code preview",
99
height: 700,

0 commit comments

Comments
 (0)