Blame view

lvdao-miniapp/components/usp-tinymce/plugins.js 661 Bytes
e5b57447   杨鑫   '分包问卷'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  // Any plugins you want to use has to be imported
  // Detail plugins list see https://www.tinymce.com/docs/plugins/
  // Custom builds see https://www.tinymce.com/download/custom-builds/
  
  const plugins = [
      `
      advlist
      autolink
      autosave
      code
      codesample
      colorpicker
      colorpicker
      contextmenu
      directionality
      emoticons
      fullscreen
      hr
      image
      imagetools
      insertdatetime
      lists
      media
      nonbreaking
      noneditable
      paste
      preview
      print
      save
      searchreplace
      tabfocus
      table
      textcolor
      textpattern
      visualblocks
      visualchars
      wordcount
      `
  ]
  
  export default plugins