Skip to content

Commit aa04aad

Browse files
committed
remove top bar from layout
1 parent 8955ff2 commit aa04aad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

view/swagger-ui/index.phtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ window.onload = function() {
1616
dom_id: '#swagger-ui',
1717
deepLinking: true,
1818
presets: [
19-
SwaggerUIBundle.presets.apis,
20-
SwaggerUIStandalonePreset
19+
SwaggerUIBundle.presets.apis
2120
],
2221
plugins: [
2322
SwaggerUIBundle.plugins.DownloadUrl
24-
],
25-
layout: "StandaloneLayout"
23+
]
2624
});
2725
2826
//</editor-fold>

0 commit comments

Comments
 (0)