This is an empty struct for now, but we will most likely expand on that. ``` [contentTypes] [contentTypes.'text/markdown'] ``` The above means that only Markdown will be considered a content type. E.g. HTML will be treated as plain text. Fixes #12274
Updates #9687
Add a reflect namespace that offers a two boolean functions for testing if a value is a map or slice. Fixes #4081