Skip to content

Commit a655b43

Browse files
Update modules/ROOT/examples/live-demos/uploadcare-full-feature/index.js
Co-authored-by: tiny-ben-tran <[email protected]>
1 parent c4fd469 commit a655b43

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

modules/ROOT/examples/live-demos/uploadcare-full-feature/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#uploadcare-full-feature",
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
uploadcare_filters: [
88
{ name: 'adaris', amount: -100 }, // Adaris with inverted effect (amount -100), label defaults to 'adaris'
99
{ name: 'adaris', amount: -100, label: 'Vintage' }, // Adaris with inverted effect (amount -100), label reads 'Vintage'

0 commit comments

Comments
 (0)