mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 16:42:45 +00:00
Adds generator default template engine (#11366)
* Revert "Revert "Has generators set default template engine (#11245)" (#11316)" This reverts commit57987424a4. * Only loads in the default template engine if the config file contains the generatorName * Only sets templatingEngineName using condif default in one place * Adds config files that lack generatorName * Revert "Adds config files that lack generatorName" This reverts commit7dafc93c0f. * Adds generator default templating engine to the generator metadata
This commit is contained in:
@@ -11,6 +11,7 @@ title: Documentation for the python-flask Generator
|
||||
| generator type | SERVER | |
|
||||
| generator language | Python | |
|
||||
| generator language version | 2.7 and 3.5.2+ | |
|
||||
| generator default templating engine | mustache | |
|
||||
| helpTxt | Generates a Python server library using the Connexion project. By default, it will also generate service classes -- which you can disable with the `-Dnoservice` environment variable. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
||||
Reference in New Issue
Block a user