File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/resources/views/fields Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424
2525@if ($crud -> checkIfFieldIsFirstOfItsType ($field , $fields ) )
2626 @push (' crud_fields_styles' )
27- <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9. 10.4 /jsoneditor.min.css" />
27+ <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 " />
2828 @endpush
2929
3030 @push (' crud_fields_scripts' )
31- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9. 10.4 /jsoneditor.min.js" ></script >
31+ <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 >
3232 <script >
3333 let container, jsonString, options, editor;
3434 </script >
You can’t perform that action at this time.
0 commit comments