Object List
With object list field you can create a list with of objects with amount of them.
Â
Defalt values
If you want to have default values you need to provide JSON
{
"order1":{
"name": "Keyboard",
"amount": 2
},
"order2":{
"name": "Mouse",
"amount": 1
},
"order3":{
"name": "Headphones",
"amount": 3
}
}
From this JSON you will get this list:
Max Objects
You can create up to 6 objects.