@oat-sa/pci-sdk
Version:
PCI Software Development Kit
43 lines (41 loc) • 1.11 kB
text/troff
---
to: <%=pciPath%>/<%=typeIdentifier%>/imsPciCreator.json
---
{
"model": "IMSPCI",
"typeIdentifier": "<%=typeIdentifier%>",
"label": "<%=label%>",
"description": "<%=description%>",
"version": "<%=version%>",
"author": "OAT SA",
"email": "contact@taotesting.com",
"tags": [],
"icon": "./icon.svg",
"short": "<%=label%>",
"response": {
"baseType": "<%=baseType%>",
"cardinality": "<%=cardinality%>"
},
"runtime" : {
"hook" : "./runtime/<%=typeIdentifier%>.js",
"modules" : {
"<%=typeIdentifier%>/runtime/<%=typeIdentifier%>" : [
"runtime/<%=typeIdentifier%>.js"
]
},
"libraries" : [],
"src" : [
"./runtime/<%=typeIdentifier%>.js"
]
},
"creator" : {
"icon": "./icon.svg",
"hook": "./imsPciCreator.js",
"src" : [
"./imsPciCreator.js",
"./creator/widget/Widget.js",
"./creator/widget/states/states.js",
"./creator/widget/states/Question.js"
]
}
}