Scottnj
05/09/2023, 10:59 PMRepeater::make()->type('carousel_item')
in my Block Component.
Where do I put the carousel_item file?
The documentation doesn't make this clear.ifox
05/09/2023, 11:02 PMviews/twill/repeater/carousel_item.blade.php
, but since you're using components, you probably want to use the form builder for repeaters too, and for that we have the InlineRepeater fieldScottnj
05/10/2023, 1:11 AM