From ffda4f76c70c2374562e027d908d87271d0e8eee Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 1 Jan 2020 15:43:35 +0100 Subject: [PATCH] swagger UI: hide iretating search field --- templates/swagger/ui.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/swagger/ui.tmpl b/templates/swagger/ui.tmpl index 0125ee4a19969..7bc005e334417 100644 --- a/templates/swagger/ui.tmpl +++ b/templates/swagger/ui.tmpl @@ -85,13 +85,11 @@ window.onload = function() { dom_id: '#swagger-ui', deepLinking: true, presets: [ - SwaggerUIBundle.presets.apis, - SwaggerUIStandalonePreset + SwaggerUIBundle.presets.apis ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl - ], - layout: "StandaloneLayout" + ] }) // End Swagger UI call region