File: /var/www/html/wp-content/themes/custom-theme/acf-json/group_block_process_grid.json
{
"key": "group_block_process_grid",
"title": "Block: Process Grid",
"fields": [
{
"key": "field_process_title",
"label": "Title",
"name": "process_title",
"type": "text",
"default_value": "PROCESS STATEMENT"
},
{
"key": "field_process_subtitle",
"label": "Subtitle",
"name": "process_subtitle",
"type": "text"
},
{
"key": "field_process_items",
"label": "Process Items",
"name": "process_items",
"type": "repeater",
"layout": "block",
"button_label": "Add Item",
"sub_fields": [
{
"key": "field_process_item_image",
"label": "Image",
"name": "image",
"type": "image",
"return_format": "array",
"preview_size": "medium"
},
{
"key": "field_process_item_heading",
"label": "Heading",
"name": "heading",
"type": "text"
},
{
"key": "field_process_item_description",
"label": "Description",
"name": "description",
"type": "textarea",
"rows": 4
}
]
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf/process-grid"
}
]
],
"show_in_graphql": 1,
"graphql_field_name": "processGrid"
}