Hi,
I created a repeater with collection link.
Is it possible to insert a limit of CollectionLink?
Example:
{
“limit”: 1,
“fields”: [
{
“type”: “set”,
“label”: “Cover Half”,
“options”: {
“fields”: [
{
“type”: “collectionlink”,
“name”: “media”,
“label”: “Media”,
“options”: {
“link”: “media”,
“display”: “title”,
“multiple”: true,
"limit": 2
}
}
]
}
},
{
“type”: “text”,
“label”: “Title”,
“name”: “text”
}
]
}