You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have installed this plugin through npm, and it is installed inside "node_modules/tinymce-aws-s3-upload-plugin/dist/tinymce-aws-s3-upload-plugin.min.js " but i am getting the following error "Failed to load plugin: AwsS3Upload from url http://localhost:3000/assets/tinymce/plugins/AwsS3Upload/plugin.js "
Hi
I have installed this plugin through npm, and it is installed inside "node_modules/tinymce-aws-s3-upload-plugin/dist/tinymce-aws-s3-upload-plugin.min.js " but i am getting the following error "Failed to load plugin: AwsS3Upload from url http://localhost:3000/assets/tinymce/plugins/AwsS3Upload/plugin.js "
This is my source code:
$(document).ready(function() { tinyMCE.init({ mode: 'textareas', theme: 'modern', menubar: "tools", convert_fonts_to_spans : false, valid_elements: "*[*]", editor_selector: 'tinymce', plugins: [ "advlist autolink lists link image charmap print preview anchor", "searchreplace visualblocks code fullscreen", "insertdatetime media table contextmenu paste", "fullpage", "uploadimage","AwsS3Upload" ], toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | code | uploadimage | AwsS3UploadButton" }); });
The text was updated successfully, but these errors were encountered: