A JavaScript library to generate Web Forms for your Metadata.
The Metadata Editor basically consists of four files that can be found in the lib
folder of its
https://github.com/kit-data-manager/metadata-editor.
Namely, they are:
file | description |
---|---|
lib/css/metadataeditor.style.basic.css | Basic stylesheet (recommended). |
lib/css/metadataeditor.style.default.css | Another stylesheet used internally. |
deps/jsonform/jsonform.js | Slightly adapted version of the most recent JSONForm library. |
lib/js/metadataeditor.js | The Metadata Editor library containing wrapper functions and providing interfaces. |
All other dependencies are loaded from remote locations. The full documentation of the Metadata Editor together with a set of examples can be found at the https://github.com/kit-data-manager/metadata-editor. An interactive version of the examples can be found here.