toolbar.js 505 Bytes
// 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