Skip to content

Commit

Permalink
Merge pull request #8 from o5faruk/fix/editor
Browse files Browse the repository at this point in the history
Fix/editor
  • Loading branch information
o5faruk authored Jul 28, 2020
2 parents 5c985a2 + 18100ba commit aaf7f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<script>tinymce.init({
selector: "#text",
max_chars: 800,
toolbar: "",
plugins: "",
setup: function (editor) {
var data = {};
editor.on("load", function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "gulp build",
"build": "gulp build && cd .. && rm -rf upVotePlugin.zip && zip -r upVotePlugin.zip upVotePlugin/ -x *node_modules* *.git*",
"build": "gulp build && cd .. && rm -rf upVotePlugin.zip && zip -r upVotePlugin.zip upVotePlugin/ -x '*node_modules*' '*.git*'",
"publish": "cd ../../ && buildfire plugin publish plugins/UpVotePlugin --prod --update",
"preinstall": "npx npm-force-resolutions"
},
Expand Down

0 comments on commit aaf7f0c

Please sign in to comment.