{
"type": "container",
"borderRadius": "25pt",
"borderWidth": "1pt",
"borderColor": "f3f3f3",
"constraints": [
{
"type": "pos",
"x": "50%",
"y": "35%",
"anchor": "c"
},
{
"type": "size",
"height": "60pt",
"width": "200pt"
}
],
"children": [
{
"type": "color",
"value": "#34a7c9",
"classes": [
"fullSize"
]
},
{
"type": "text",
"value": "Pick images",
"fontSize": "20pt",
"scaleType": "alignCenter",
"classes": [
"fullSize"
]
},
{
"type": "picker",
"mediaType": "image",
"allowMultipleSelection": true,
"classes": [
"fullSize"
]
}
]
}