-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
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
Missing options: apisSorter, docExpansion #3037
Comments
It means that support for those would come after we add support for version 3.0 of the spec. Unfortunately, we don't have the capacity to work on everything at once. Should anyone submit a PR to add the functionality, we'll review and merge if proper. |
It would be nice to have some programmatic workaround in the meanwhile. |
This can toggle all the expand/collapse : $(".expand-operation").trigger("click"); |
this is the best solution I found so far:
|
swagger-ui version: 3.x
apisSorter
anddocExpansion
options are not supported.I see that these features are second-tier priority, but what does it mean, when will you add these options to the swagger ui?
I only need these 2 basic options to be able to use the new version of swagger ui.
Is there any workaround?
Thanks for your help.
The text was updated successfully, but these errors were encountered: