File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 25
25
'Authorization ' => 'Bearer ' ,
26
26
],
27
27
28
+ /*
29
+ * Show development relevant metadata on endpoints
30
+ */
31
+ 'show_development_metadata ' => true ,
32
+
28
33
/**
29
34
* Path to to static HTML if using command line.
30
35
*/
Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ class="inline-flex text-xs"
216
216
</span >
217
217
</h1 >
218
218
</div >
219
+ @if (! config (' request-docs.show_development_metadata' ) )
219
220
<table class =" table-fixed text-sm mt-5" >
220
221
<tbody >
221
222
<tr >
@@ -244,6 +245,7 @@ class="inline-flex text-xs"
244
245
@endforeach
245
246
</tbody >
246
247
</table >
248
+ @endif
247
249
<div v-if =" docs[{{ $index } } ]['docBlock']" class =" border-2 mr-4 mt-4 p-4 rounded text-sm" >
248
250
<h3 class =" font-bold" >Description</h3 >
249
251
<hr >
You can’t perform that action at this time.
0 commit comments