Introducing Repeater and Grid Field Types

Ryan Thompson Releases


Content management just stepped up a notch with the Repeater and Grid field types!

Repeater Field Type

https://pyrocms.com/documentation/repeater-field-type/v1.2

The Repeater field type allows you to create data structures for a single repeatable stream in your forms.

{{ img('local://posts/repeater-screenshot.png').width('100%')|raw }}

Grid Field Type

https://pyrocms.com/documentation/grid-field-type/v1.1

The Grid field type is very much the same as Repeater but allows you to create data structures for a any number of repeatable streams in your forms.

{{ img('local://posts/grid-screenshot-1.png').width('100%')|raw }}

Choose the type of row you would like to add - customizable by you:

{{ img('local://posts/grid-screenshot-2.png').width('100%')|raw }}

Managing Repeatable Streams

Both field types come with built in management of repeatable streams. Grid will also let you define which if not all of the repeatables are enabled for a given field.

How to Install

The Repeater field type is 100% FREE and can be downloaded via composer.

The Grid field type is a paid addon and can be included via composer for PRO developers using composer's VCS repositories and our GitHub URL or downloaded from our addon store

VCS Example for PRO Developers

"require": {
    ...
    "anomaly/grid-field_type": "~1.1.0"
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/anomalylabs/grid-field_type"
    }
],