aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-05-13 14:47:32 -0300
committerSebastian <sebasjm@gmail.com>2024-05-13 14:47:32 -0300
commitd06accc782a4f2a8f3d84706f026e27fa51bc39a (patch)
treeb0b25a843881e3b249df94346620927be54dfbad /packages/aml-backoffice-ui/src
parente9ba04deb3330208583f371e0bcac869e32e36bc (diff)
downloadwallet-core-d06accc782a4f2a8f3d84706f026e27fa51bc39a.tar.xz
fix some inputs
Diffstat (limited to 'packages/aml-backoffice-ui/src')
-rw-r--r--packages/aml-backoffice-ui/src/forms.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/aml-backoffice-ui/src/forms.json b/packages/aml-backoffice-ui/src/forms.json
index f095e6eb2..e3fed36d0 100644
--- a/packages/aml-backoffice-ui/src/forms.json
+++ b/packages/aml-backoffice-ui/src/forms.json
@@ -511,16 +511,14 @@
"type": "double-column",
"design": [
{
- "title": "Amount inputs",
+ "title": "File inputs",
"fields": [
{
- "type": "amount",
- "name": "thedate",
- "id": ".amount",
- "converterId": "Taler.Amount",
- "help": "how much do you have?",
- "currency":"EUR",
- "label": "Amount"
+ "type": "file",
+ "name": "photo",
+ "id": ".photo",
+ "label": "Photo",
+ "accept": "*.png"
}
]
}