Skip to content

Commit

Permalink
Add deepLinking param to Swagger-ui template (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine authored Mar 17, 2022
1 parent b2e7885 commit 593927a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
layout: "StandaloneLayout",
docExpansion : "{!! config('l5-swagger.defaults.ui.display.doc_expansion', 'none') !!}",
deepLinking: true,
filter: {!! config('l5-swagger.defaults.ui.display.filter') ? 'true' : 'false' !!},
persistAuthorization: "{!! config('l5-swagger.defaults.ui.authorization.persist_authorization') ? 'true' : 'false' !!}",
Expand Down

0 comments on commit 593927a

Please sign in to comment.