Allow standalone mode for S3 upload fields

This commit is contained in:
Andrew Kingston 2024-11-08 11:21:41 +00:00
parent 9d6a150d4a
commit f08e528c99
No known key found for this signature in database
1 changed files with 12 additions and 3 deletions

View File

@ -5118,8 +5118,7 @@
{
"type": "field/s3",
"label": "Field",
"key": "field",
"required": true
"key": "field"
},
{
"type": "text",
@ -5164,7 +5163,17 @@
"label": "Validation",
"key": "validation"
}
]
],
"context": {
"type": "static",
"values": [
{
"label": "Value",
"key": "value",
"type": "array"
}
]
}
},
"dataprovider": {
"name": "Data Provider",