Add config option to set default mode on markdown widget
Open
area: extensions/widgets/markdown
area: ui/editor
type: feature
- Dominant language
- JavaScript
- Stars
- 19.4k
- Forks
- 3.1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
**Is your feature request related to a problem? Please describe.**
I want to be able to set the markdown widget in markdown mode by default and keep rich text as optional.
**Describe the solution you'd like**
a solution could be when defining `modes` for the markdown widget on config.yml to honor the array order:
(e.g. `modes: ["raw", "rich_text"]`, should set markdown by default`)
**Additional context**
default:

with `modes: ["raw", "rich_text"]`:

Contributor guide
Assessment
This issue has not been assessed yet.