File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/ROOT/examples/live-demos/uploadcare-documents Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11tinymce . init ( {
22 selector : 'textarea' ,
33 plugins : 'uploadcare link' ,
4- toolbar : ' link' ,
4+ toolbar : "undo redo | styles | bold italic underline | forecolor | bullist numlist | link uploadcare uploadcare-video | code preview" ,
55 uploadcare_public_key : '<your-public-key>' ,
66 documents_file_types : [
77 { mimeType : 'application/msword' , extensions : [ 'doc' ] } ,
Original file line number Diff line number Diff line change 11tinymce . init ( {
22 selector : "textarea#uploadcare-documents" ,
33 plugins : 'uploadcare link' ,
4- toolbar : ' link' ,
4+ toolbar : "undo redo | styles | bold italic underline | forecolor | bullist numlist | link uploadcare uploadcare-video | code preview" ,
55 uploadcare_public_key : '630992ad50fe2291c406' ,
66 uploadcare_cdn_base_url : 'https://tiny.ucarecdn.com' ,
77 uploadcare_store_type : 'temporary' ,
You can’t perform that action at this time.
0 commit comments