Repeatable component : cannot configure child layout

Hello there :wave:

I followed this tutorial to render a repeatable data bound element.

Unfortunately, it seems that it is no possible like in the previous interface to edit the child layout. I’m stuck with my multiple elements displayed in column, and no way to change that…

Would you help me please ? :smile: Thanks in advance

Hi there,

Thank you for reaching out!

The styles that get applied to one of the grid items gets applied to all of them, since essentially each card is a duplicate of one element that gets repeated as many times as there are instances in the array.

To change the layout of the child elements, you’ll need to select the parent element, and then in the ‘Style’ tab, under Layout and Inner Layout, you can adjust the layout.

To change the styling for each child element, you can select it in the layers tab, or select the first element in the list.

If this doesn’t work, can you share a link to your content?

Hello, thanks for you answer.

What i was missing is to set the repeatable element in a parent Box element, and from there change the layout as required.

Best regards :slight_smile:

Hi there,

Thank you for reaching out!

The styles that get applied to one of the grid items gets applied to all of them, since essentially each card is a duplicate of one element that gets repeated as many times as there are instances in the array.

To change the layout of the child elements, you’ll need to select the parent element, and then in the ‘Style’ tab, under Layout and Inner Layout, you can adjust the layout.

To change the styling for each child element, you can select it in the layers tab, or select the first element in the list.

If this doesn’t work, can you share a link to your content?