Hello
Since the update in April, we've an autoformat/markdown feature in the new, modern rich text editor that we'd like to disable.
Specifically, it's *TEXT*, which is automatically italicized. How can I disable this? We've tried using a config file, but autoformat and markdown remain enabled but the default font and size are used. What are we doing wrong?
Here's my config (default Font Arial and Size are loading): {
"defaultSupportedProps": {
"removePlugins": "autoformat,markdown",
"font_defaultLabel": "Arial",
"fontSize_defaultLabel": "11",
"stickyStyle": {
"font-size": "11pt",
"font-family": "'Arial','Helvetica',sans-serif"
}
}
}