grid
Configuration options
Core structure
Examples and code snippets
Auto grid

title: Cleaning services
description: Available services in your area.
type: jig.default
# Define the datasource used to list the images and services.
children:
- type: component.grid
options:
# Select the configured data source where the data will originate.
data: [email protected]
item:
# One grid-item component generates the entire grid using current data.
type: component.grid-item
options:
# Select the size that all the items will display as,
# all items use the same size.
size: "2x2"
children:
# Choose the component to show in the grid.
type: component.image
options:
# Use the expression [email protected] with the data field
# name. Use current loops through the datasource creating
# grid-items for each data record.
title: [email protected]
source:
uri: [email protected]Custom grid

Last updated
Was this helpful?