I like to use the param "disablePathToLower" with TOML

Hi

According to the below page, some params including “disablePathToLower” can be used with YAML.

Are there any reasons about that?

It is a confusion in the docs, and we’re working on that. You can use the same options in TOML, YAML and JSON.

So, in TOML it would be

disablePathToLower = true
1 Like

Thank you for your quick response.
I’ll use the above later.