From d1798f77f62988828c004fcf8d234bff6340deb7 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 1 Jan 2020 17:08:13 +0100 Subject: [PATCH] swagger UI: hide iretating search field (#9554) --- 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 0125ee4a19..7bc005e334 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