I found possible problem. I would like to customize toolbar and I use following code:
let myToolbarContents = ToolbarContents(leftToolbar: false, correction: false, insert: false, style: true, format: true, rightToolbar: false, insertContents: InsertContents(link: false, image: false, table: false), styleContents: StyleContents(list: true, dent: false), formatContents: FormatContents(code: false, strike: false, subSuper: false))
ToolbarContents.custom = myToolbarContents
but I still see button with select "normal", "header 1-6".
a need to hide this button. (stay only LIST (ul and li) and B I U)
Hello,
I found possible problem. I would like to customize toolbar and I use following code:
`
MarkupEditor.style = .labeled
MarkupEditor.allowLocalImages = false
`
Piotr