Add config option to set default mode on markdown widget #5125
Labels
area: extensions/widgets/markdown
area: ui/editor
type: feature
code contributing to the implementation of a feature and/or user facing functionality
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"]
:The text was updated successfully, but these errors were encountered: