Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load plugin: AwsS3Upload #6

Open
aizazkhan95 opened this issue Apr 25, 2018 · 0 comments
Open

Failed to load plugin: AwsS3Upload #6

aizazkhan95 opened this issue Apr 25, 2018 · 0 comments

Comments

@aizazkhan95
Copy link

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" }); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant