mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
swagger UI: hide iretating search field (#9554)
This commit is contained in:
parent
a864d61ee6
commit
d1798f77f6
|
@ -85,13 +85,11 @@ window.onload = function() {
|
||||||
dom_id: '#swagger-ui',
|
dom_id: '#swagger-ui',
|
||||||
deepLinking: true,
|
deepLinking: true,
|
||||||
presets: [
|
presets: [
|
||||||
SwaggerUIBundle.presets.apis,
|
SwaggerUIBundle.presets.apis
|
||||||
SwaggerUIStandalonePreset
|
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
SwaggerUIBundle.plugins.DownloadUrl
|
SwaggerUIBundle.plugins.DownloadUrl
|
||||||
],
|
]
|
||||||
layout: "StandaloneLayout"
|
|
||||||
})
|
})
|
||||||
// End Swagger UI call region
|
// End Swagger UI call region
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue