Repeater fields block

The Repeater fields block

Use this block to display first-level Repeater and Flexible fields in the Gutenberg editor.

Example: a Repeater field

Suppose you have a repeater field.

Create a new ACPT loop fields block and choose a repeater field.

Automatically, an ACPT loop item will be created with an empty paragraph inside it:

You can add whatever you want inside the loop item.

To pull the data from meta fields inside the loop, just follow this simple syntax:

{{ fieldname }}

In the above example, I have a collection of name/last name elements, so I can type:

{{name}} {{last-name}}

To display the complete name inside every repeater element.

Last updated