Blame view

yslvdao-miniapp/components/usp-tinymce/toolbar.js 408 Bytes
d64cd58f   wesley88   上传验收小程序
1
2
3
4
5
6
7
8
9
  // Here is a list of the toolbar
  // Detail list see https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols
  
  const toolbar = [
      'bold italic underline strikethrough alignleft aligncenter alignright outdent indent  blockquote undo redo removeformat subscript superscript',
      'hr bullist numlist image table forecolor backcolor code preview fullscreen'
  ]
  
  export default toolbar