Comment 2 for bug 1635503

Revision history for this message
Cecilia Vela Gurovic (ceciliavg) wrote : Re: Allow manipulation of SmartEvidence framework via admin interface

I've found a JSON editor library we could use for this
https://github.com/json-editor/json-editor

a few notes that I made:
- has no dependencies. It only needs a modern browser
- we can validate a JSON file in the editor we define
- we can define a custom validation
- there are many formats for the fields, including tinyMCE
- dependencies between the fields, we can make one field value depend on another's field value. Could be useful to define standards and standard elements.
- it provides buttons to add/remove/reorder items, this can be activated for each one or globally
- it supports different languages
- different sections of the JSO can be shown in different tabs