modify manifest
This commit is contained in:
parent
539356023d
commit
2315c09134
|
@ -186,6 +186,12 @@ export class ClientServerService {
|
||||||
'title': 'title',
|
'title': 'title',
|
||||||
'text': 'text',
|
'text': 'text',
|
||||||
'url': 'url',
|
'url': 'url',
|
||||||
|
'files': [
|
||||||
|
{
|
||||||
|
'name': 'file',
|
||||||
|
'accept': '*/*'
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,7 +32,13 @@
|
||||||
"params": {
|
"params": {
|
||||||
"title": "title",
|
"title": "title",
|
||||||
"text": "text",
|
"text": "text",
|
||||||
"url": "url"
|
"url": "url",
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "file",
|
||||||
|
"accept": "*/*"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue