Hi, i'm making a Block with the new formBuilder method and it works perfectly, but i wonder how i can use repeaters.
When i use:
Repeater::make()
->type('cta')
->max(2)
It work perfectly if cta is a blade written element in resources/views/twill/repeaters (old blade sintax).
How can i write also a "cta" repeater using the new formbuilder sintax and not the blade one?
I can't use and inline repeater, because CTA Is a quite structured element i use in many different Blocks.
It seem the formBuilder mode is available on Blocks but not for Repeaters.
Thanks.