You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Edi c6f94deae3 Merge origin/master 4 years ago
..
fonts Merge origin/master 4 years ago
img Merge origin/master 4 years ago
opt Merge origin/master 4 years ago
README.md Merge origin/master 4 years ago
jquery.min.js Merge origin/master 4 years ago
underscore.js Merge origin/master 4 years ago

README.md

JSON Form dependencies

This folder contains required and optional dependencies for JSON Form.

Required

Optional

The libraries in the opt subfolder are optional as long as you do not use the feature they enable:

  • JSON Schema Validator is required to validate sumbitted values against the JSON schema that gave birth to the form. This folder includes a “build” of the validator (basically a merge of its different components scoped to avoid leaking variables to the global context.
  • Bootstrap v2.0.3 or above for styling purpose (JSON Form only uses the bootstrap.css file)
  • wysihtml5 if the form uses wysihtml5 textarea fields
  • jQuery UI Sortable v1.8.20 or above for drag-and-drop support within arrays and tabarrays. Note the plugin itself depends on jQuery IU Core, jQuery UI Mouse, and jQuery UI Widget.