File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -278,9 +278,15 @@ class="inline-flex text-xs"
278
278
@if (str_contains ($rule , ' integer' ) )
279
279
<span class =" inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-blue-800 bg-blue-300 rounded" >Integer</span >
280
280
@endif
281
+ @if (str_contains ($rule , ' numeric' ) )
282
+ <span class =" inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-blue-800 bg-blue-300 rounded" >Numeric</span >
283
+ @endif
281
284
@if (str_contains ($rule , ' string' ) )
282
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 >
283
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
284
290
@if (str_contains ($rule , ' array' ) )
285
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 >
286
292
@endif
You can’t perform that action at this time.
0 commit comments