You are here

json_field.libraries.yml in JSON Field 8

File

json_field.libraries.yml
View source
  1. jquery.jsonview:
  2. version: "v1.2.3"
  3. remote: https://github.com/yesmeck/jquery-jsonview
  4. license:
  5. name: MIT
  6. url: https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt
  7. gpl-compatible: true
  8. js:
  9. /libraries/jquery-jsonview/dist/jquery.jsonview.js: {}
  10. css:
  11. component:
  12. /libraries/jquery-jsonview/dist/jquery.jsonview.css: {}
  13. json_field.formatter:
  14. js:
  15. assets/js/json_field.js: {}
  16. css:
  17. component:
  18. assets/css/json_field.css: {}
  19. dependencies:
  20. - json_field/jquery.jsonview
  21. - core/jquery
  22. - core/jquery.once
  23. - core/drupal
  24. - core/drupalSettings
  25. jsoneditor:
  26. version: "5.29.1"
  27. remote: https://github.com/josdejong/jsoneditor
  28. license:
  29. name: Apache-2.0
  30. url: https://github.com/josdejong/jsoneditor/blob/v5.29.1/LICENSE
  31. gpl-compatible: false
  32. js:
  33. /libraries/jsoneditor/dist/jsoneditor.min.js: {minified: true}
  34. css:
  35. component:
  36. /libraries/jsoneditor/dist/jsoneditor.min.css: {minified: true}
  37. json_editor.widget:
  38. js:
  39. assets/js/json_widget.js: {}
  40. css:
  41. component:
  42. assets/css/json_widget.css: {}
  43. dependencies:
  44. - json_field/jsoneditor
  45. - core/drupal
  46. - core/drupalSettings
  47. - core/jquery.once
  48. - core/jquery