We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to add a plugin to swagger-ui, like so : swagger-api/swagger-ui#3876 (comment)
I can inject a custom javascript for the plugin, but I can't find a way to inject it to the plugin list in the SwaggerUIBundle method.
const ui = SwaggerUIBundle({ //... plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], //=> how to customise ? //... });
Is it possible ? Thanks
The text was updated successfully, but these errors were encountered:
Yes that sounds about right... I never tried that myself, this is the file you will need to change:
Swagger-Net/Swagger.Net/SwaggerUi/CustomAssets/index.html
Line 109 in 6afdb0c
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to add a plugin to swagger-ui, like so : swagger-api/swagger-ui#3876 (comment)
I can inject a custom javascript for the plugin, but I can't find a way to inject it to the plugin list in the SwaggerUIBundle method.
Is it possible ?
Thanks
The text was updated successfully, but these errors were encountered: