NelmioApiDocBundle
NelmioApiDocBundle copied to clipboard
Respect assets mode config in controller
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Issues | - |
Currently the SwaggerUiController
doesn't respect the assets_mode
configuration added in #2251.
nelmio_api_doc:
html_config:
assets_mode: cdn
As far as I can tell, there's no reason for the default any more as it can be set through the configuration and overridden in the DumpCommand
command using the html-config
option.