30 lines
498 B
JavaScript
30 lines
498 B
JavaScript
dmx.config({
|
|
"start": {
|
|
"repeat1": {
|
|
"meta": null,
|
|
"outputType": "text"
|
|
},
|
|
"tableRepeat1": {
|
|
"meta": [
|
|
{
|
|
"name": "isSection",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "numSection",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "txtSection",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "wNumSection",
|
|
"type": "number"
|
|
}
|
|
],
|
|
"outputType": "text"
|
|
}
|
|
}
|
|
});
|