Skip to content

Commit

Permalink
DOC-2599: Fixed up the indentation in the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavgandham committed Dec 12, 2024
1 parent 5b7062e commit 2ae5605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/examples/live-demos/uploadcare/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ tinymce.init({
selector: "textarea",
plugins: [ "uploadcare", "code", "link", "preview", "lists" ],
uploadcare_public_key: '630992ad50fe2291c406',
uploadcare_cdn_base_url: 'https://tiny.ucarecdn.com',
uploadcare_store_type: 'temporary',
uploadcare_cdn_base_url: 'https://tiny.ucarecdn.com',
uploadcare_store_type: 'temporary',
a11y_advanced_options: true,
toolbar: "undo redo | styles | bold italic underline | forecolor | bullist numlist| link uploadcare | code preview",
height: 700,
Expand Down

0 comments on commit 2ae5605

Please sign in to comment.