Skip to content

Commit

Permalink
mod: 编辑器添加 panel
Browse files Browse the repository at this point in the history
  • Loading branch information
yangrunkang authored Apr 22, 2023
1 parent a3fc55a commit 0a1c8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upupor-web/src/main/resources/static/js/cv.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ let cherryConfig = {
// 'word',
],
}, 'switchModel'],
bubble: ['bold', 'italic', 'strikethrough', 'sub', 'sup', 'size', 'color'], // array or false
float: ['h1', 'h2', 'h3', 'checklist', 'quote', 'quickTable', 'code', 'graph'], // array or false
bubble: ['bold', 'italic', 'strikethrough', 'sub', 'sup', 'size', 'color','panel'], // array or false
float: ['h1', 'h2', 'h3', 'checklist', 'quote', 'quickTable', 'code', 'graph','panel'], // array or false
customMenu: {},
},
fileUpload(file, callback) {
Expand Down

0 comments on commit 0a1c8c6

Please sign in to comment.