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