We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531651f commit d94a774Copy full SHA for d94a774
resources/views/index.blade.php
@@ -284,6 +284,9 @@ class="inline-flex text-xs"
284
@if (str_contains($rule, 'string'))
285
<span class="inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-green-100 bg-green-500 rounded">String</span>
286
@endif
287
+ @if (str_contains($rule, 'json'))
288
+ <span class="inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-green-100 bg-green-500 rounded">JSON</span>
289
+ @endif
290
@if (str_contains($rule, 'array'))
291
<span class="inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-gray-800 bg-blue-200 rounded">Array</span>
292
0 commit comments