Skip to content
Snippets Groups Projects

Resolve #3366241 "Replace jsoneditor library"

1 unresolved thread

Closes #3366241

Merge request reports

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
75 composer require yesmeck/jquery-jsonview
76 ```
40 [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor)
41 A web-based tool to view, edit, format, transform, and validate JSON.
77 42
43 Try it out: https://jsoneditoronline.org
78 44
79 45 #### Installing jsoneditor without composer
80 46
81 47 Download the JSON Editor library from the following URL:
82 48
83 * https://github.com/josdejong/jsoneditor
49 * https://github.com/josdejong/svelte-jsoneditor
84 50
85 Place the latest releases into the site's "libraries" directory.
51 Get the latest version, compile and put the `package-vanilla` into the site's "libraries" directory. Renamed it to `vanilla-jsoneditor`
  • Author Contributor

    Instead of compiling and renaming, you can do npm install vanilla-jsoneditor; cp -R node_modules/vanilla-jsoneditor web/libraries. Is there some easy way to link NPM modules to libraries?

  • Please register or sign in to reply
  • Patrick Kenny added 1 commit

    added 1 commit

    • 7e31f194 - two files are required, not three

    Compare with previous version

  • Please register or sign in to reply
    Loading