Is it possible to only allow content creators to add 1 or 2 elements in a repeatable group? I am looking for something like this:
"content_teasers" : {
"type" : "Slice",
"fieldset" : "Content Teasers",
"description" : "One or two teasers with Image, Title, Text and an optional link",
"repeat": 2,
"repeat" : {
"image" : {
"type" : "Image",
"config" : {
[...]
where "repeat": 2
sets the number of allowed elements.