DockerERTFF/public/dmxAppConnect/config.js

46 lines
733 B
JavaScript

dmx.config({
"observationPage": {
"GradingDatastore": [
{
"type": "text",
"name": "$id"
},
{
"type": "text",
"name": "numSection"
},
{
"type": "text",
"name": "pointValue"
},
{
"type": "text",
"name": "description"
}
],
"datastore1": [
{
"type": "text",
"name": "numSection"
},
{
"type": "text",
"name": "pointValue"
},
{
"type": "text",
"name": "description"
}
],
"processPDF": {
"meta": [
{
"name": "PDFprocess",
"type": "text"
}
],
"local": {}
}
}
});