Skip to content

Commit

Permalink
fix: reintroduce the show_webby parameter in Laravel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Oct 22, 2024
1 parent fcd9a07 commit d4ec16c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Laravel/resources/views/swagger-ui.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<header>
<a id="logo" href="https://api-platform.com/"><img src="/vendor/api-platform/logo-header.svg" alt="API Platform"></a>
</header>
@if (config('api-platform.show_webby', true))
<div class="web calm"><img src="/vendor/api-platform/web.png"></div>
<svg class="webby_car" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1889.21 582.3">
<g id="Calque_1">
Expand Down Expand Up @@ -209,6 +210,7 @@
</g>
</g>
</svg>
@endif

<div id="swagger-ui" class="api-platform"></div>
<script src="/vendor/api-platform/swagger-ui/swagger-ui-bundle.js"></script>
Expand Down

0 comments on commit d4ec16c

Please sign in to comment.