[docs] Add clarity around configuration options (#7547)

This commit is contained in:
Jim Schubert
2020-09-30 20:56:28 -04:00
committed by GitHub
parent d6783c2f57
commit d854c89272
133 changed files with 381 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ title: Config Options for python-flask
sidebar_label: python-flask
---
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to [configuration docs](https://openapi-generator.tech/docs/configuration) for more details.
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|