Skip to content

Commit

Permalink
DOC-2599: Removed the store type configuration from example.js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavgandham committed Dec 13, 2024
1 parent 24f3236 commit 6a575ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/ROOT/examples/live-demos/uploadcare/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ tinymce.init({
selector: "textarea",
plugins: [ "uploadcare", "code", "link", "preview", "lists" ],
uploadcare_public_key: '<your-public-key>',
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 6a575ca

Please sign in to comment.