File tree Expand file tree Collapse file tree 2 files changed +102
-10
lines changed
src/Bridge/Symfony/Bundle/Resources Expand file tree Collapse file tree 2 files changed +102
-10
lines changed Original file line number Diff line number Diff line change 39
39
hljs .highlightBlock (e)
40
40
});
41
41
42
- // Temporary fix for https://github.com/swagger-api/swagger-ui/issues/2381
43
- $ (' input.parameter' ).each (function (i , e ) {
44
- var $e = $ (e);
45
- if (' undefined' === $e .val ()) {
46
- $e .val (' ' );
47
- }
48
- });
49
-
50
42
{% if operationId is not null % }
51
43
{% set domId = shortName ~ ' _' ~ operationId % }
52
44
{% set id = app .request .attributes .get (' id' ) % }
90
82
</head >
91
83
92
84
<body class =" swagger-section" >
93
- <div id =" header" >
85
+ <div id =" header" style = " background-color: #253032; height: 35px " >
94
86
<div class =" swagger-ui-wrap" >
95
- <a id =" logo" href =" https://api-platform.com" >API Platform</a >
87
+ <a id =" logo" href =" https://api-platform.com" >< img height = " 48 " src = " {{ asset( ' bundles/apiplatform/logo-header.svg ' ) }} " alt = " API Platform" style = " position: relative; right: 10px " > </a >
96
88
</div >
97
89
</div >
98
90
You can’t perform that action at this time.
0 commit comments