Skip to content

Commit

Permalink
Update json.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming authored Nov 23, 2024
1 parent f83a3c7 commit 80caf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/views/fields/json.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

@if ($crud->checkIfFieldIsFirstOfItsType($field, $fields))
@push('crud_fields_styles')
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.10.4/jsoneditor.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/10.1.1/jsoneditor.min.css" integrity="sha512-8G+Vb2+10BSrSo+wupdzJIylDLpGtEYniQhp0rsbTigPG7Onn2S08Ai/KEGlxN2Ncx9fGqVHtRehMuOjPb9f8g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
@endpush

@push('crud_fields_scripts')
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.10.4/jsoneditor.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/10.1.1/jsoneditor.min.js" integrity="sha512-ZZTYi+tU/p2AEQSfuloqzXrZZiPkgPrXF1Pcj4OVAm4rsUnUPGme+gga6eAMbzKu+gPa1uciaOVIcxCGIsuLEQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
let container, jsonString, options, editor;
</script>
Expand Down

0 comments on commit 80caf67

Please sign in to comment.