Skip to content

3.0.14

Compare
Choose a tag to compare
@xdan xdan released this 21 Aug 12:00
  • Restore Dark theme by 2.5.62
    var editor = new Jodit('#editor', {
        theme: "dark"
    })
    image
  • Restrore by 2.5.62 toolbar size options
    var editor = new Jodit('#editor', {
         toolbarButtonSize: "large" // "small", "medium"
     })
    image