Working with nestable fields

Learn how to work with ACPT nestable fields in Bricks

Every nestable field must be set as the loop source inside a Container block, and every nested element must be set as a loop child element. If you are in a post loop, you need to place the nestable field inside the post loop, and then loop the elements inside it.

List fields

The simpler nestable field is the list field.

Create a new container block and set your list field as the query source.

Then, create a textual block inside the container.

Click on the lightning icon and select the list value element from the ACPT field list:

Now you can style the list element if needed.

This is the final result:

Repeater fields

Create a new container block and set your repeater field as the query source.

Then, create a textual (or image or link block, depending on your nested field type) inside the container.

Click on the lightning icon, now you'll see all the repeater nested fields in the ACPT field list:

Select one of them, and style it further if you need.

This is the final result:

Flexible fields

Create a new container block and set your flexible field as the query source.

In this example, there are two blocks. Select one of them:

Drag a textual field (or whatever you need, depending on your nested field type) inside the flexible field loop.

Click on the lightning icon, now you'll see all the block nested fields in the ACPT field list:

Select one of them (in the above example there is only one available field), and style it further if you need.

This is the final result:

Last updated