const UNDO = 'undo redo'
const TEXT_STYLE = 'bold italic underline strikethrough'
const COLOR = 'forecolor backcolor'
const FONT = 'fontfamily fontsize blocks'
const ALIGN = 'alignleft aligncenter alignright alignjustify'
const FS = 'fullscreen'

export default `${UNDO} | ${FS} link | ${TEXT_STYLE} | ${COLOR} | ${FONT} | ${ALIGN} | customInsertButton | image | code`
