File: /var/www/html/wp-content/themes/custom-theme/acf-json/group_block_cards.json
{
"key": "group_block_cards",
"title": "Cards Block",
"fields": [
{
"key": "field_cards_heading",
"label": "Section Heading",
"name": "cards_heading",
"type": "text",
"required": 0,
"placeholder": "Our Features"
},
{
"key": "field_cards_items",
"label": "Cards",
"name": "cards_items",
"type": "repeater",
"required": 0,
"layout": "block",
"button_label": "Add Card",
"min": 0,
"max": 12,
"sub_fields": [
{
"key": "field_cards_item_image",
"label": "Image",
"name": "image",
"type": "image",
"required": 0,
"return_format": "array",
"preview_size": "medium"
},
{
"key": "field_cards_item_title",
"label": "Title",
"name": "title",
"type": "text",
"required": 0
},
{
"key": "field_cards_item_description",
"label": "Description",
"name": "description",
"type": "wysiwyg",
"required": 0,
"tabs": "all",
"toolbar": "basic",
"media_upload": 0
},
{
"key": "field_cards_item_link",
"label": "Link",
"name": "link",
"type": "link",
"required": 0,
"return_format": "array"
}
]
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf/cards"
}
]
],
"position": "normal",
"style": "default",
"label_placement": "top",
"active": true,
"show_in_graphql": 1,
"graphql_field_name": "blockCards"
}