
<templatedata>
{
"params": {
"name": {
"label": "姓名",
"description": "填写姓名",
"type": "string",
"required": true
},
"id": {
"label": "常用ID",
"description": "填写ID",
"type": "string"
},
"photo": {
"label": "照片",
"description": "填写上传的照片文件名",
"type": "wiki-file-name"
}
}
}
</templatedata>
|