Closed neyhuel closed 3 years ago
I can't configure docExpansion option of the SwaggerUIBundle, pelase add this options. For example:
SwaggerUIBundle({ url: "http://urltoswaggerfile.com", dom_id: '#swagger-ui', docExpansion: 'none', presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout" });
in v1.2.2 you can set that in the package config: https://github.com/HCESrl/laravel-swagger-api/blob/master/resources/config.php#L28
Thank you man!!! Your approach is awesome!
I can't configure docExpansion option of the SwaggerUIBundle, pelase add this options. For example: