Skip to content

Commit

Permalink
upgrade json-editor to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlwqq committed Aug 15, 2019
1 parent 3e9737d commit ebde03c
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 53 deletions.
6 changes: 0 additions & 6 deletions resources/assets/jsoneditor-5.24.6/dist/jsoneditor.min.css

This file was deleted.

43 changes: 0 additions & 43 deletions resources/assets/jsoneditor-5.24.6/dist/jsoneditor.min.js

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources/assets/jsoneditor-6.2.1/dist/jsoneditor.min.css

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions resources/assets/jsoneditor-6.2.1/dist/jsoneditor.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class Editor extends Field
protected $view = 'laravel-admin-json-editor::editor';

protected static $css = [
'vendor/laravel-admin-ext/json-editor/jsoneditor-5.24.6/dist/jsoneditor.min.css',
'vendor/laravel-admin-ext/json-editor/jsoneditor-6.2.1/dist/jsoneditor.min.css',
];

protected static $js = [
'vendor/laravel-admin-ext/json-editor/jsoneditor-5.24.6/dist/jsoneditor.min.js',
'vendor/laravel-admin-ext/json-editor/jsoneditor-6.2.1/dist/jsoneditor.min.js',
];

public function render()
Expand Down

0 comments on commit ebde03c

Please sign in to comment.