Skip to content

Commit ffda4f7

Browse files
committed
swagger UI: hide iretating search field
1 parent a864d61 commit ffda4f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/swagger/ui.tmpl

+2-4
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,11 @@ window.onload = function() {
8585
dom_id: '#swagger-ui',
8686
deepLinking: true,
8787
presets: [
88-
SwaggerUIBundle.presets.apis,
89-
SwaggerUIStandalonePreset
88+
SwaggerUIBundle.presets.apis
9089
],
9190
plugins: [
9291
SwaggerUIBundle.plugins.DownloadUrl
93-
],
94-
layout: "StandaloneLayout"
92+
]
9593
})
9694
// End Swagger UI call region
9795

0 commit comments

Comments
 (0)