Skip to content

Commit

Permalink
Merge pull request #21 from Geet06/master
Browse files Browse the repository at this point in the history
File-manager Plugin
  • Loading branch information
kapil2704 authored Dec 31, 2020
2 parents 5bd7514 + 92c1dcf commit 0cbcfd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/draggable.min.css" />
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/emoticons.min.css" />
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/file.min.css" />
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/files_manager.min.css" />
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/fullscreen.min.css" />
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/image.min.css" />
<link rel="stylesheet" href="../bower_components/froala-wysiwyg-editor/css/plugins/image_manager.min.css" />
Expand Down Expand Up @@ -64,6 +65,7 @@ <h3> Preview Output </h3>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/emoticons.min.js"></script>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/entities.min.js"></script>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/file.min.js"></script>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/files_manager.min.js"></script>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/font_family.min.js"></script>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/font_size.min.js"></script>
<script src="../bower_components/froala-wysiwyg-editor/js/plugins/fullscreen.min.js"></script>
Expand Down

0 comments on commit 0cbcfd6

Please sign in to comment.