Blame view

src/components/Tinymce/toolbar.js 505 Bytes
1de913cf   ren   sdf
1
2
3
4
5
6
7
8
9
10
  // Here is a list of the toolbar
  // Detail list see https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols
  
  const toolbar = [
    'searchreplace bold italic underline strikethrough alignleft aligncenter alignright lineheight outdent indent  blockquote undo redo removeformat subscript superscript  ',
    'hr bullist numlist link charmap  anchor pagebreak insertdatetime media  upload table  forecolor backcolor fullscreen ',
    'fontsizeselect fontselect'
  ]
  
  export default toolbar