File: /var/www/html/wp-content/themes/custom-theme/acf-json/group_block_vision_section.json
{
"key": "group_block_vision_section",
"title": "Block: Vision Section",
"fields": [
{
"key": "field_vision_heading",
"label": "Heading",
"name": "vision_heading",
"type": "text",
"default_value": "VISION"
},
{
"key": "field_vision_description",
"label": "Description",
"name": "vision_description",
"type": "textarea",
"rows": 3
},
{
"key": "field_vision_image",
"label": "Image",
"name": "vision_image",
"type": "image",
"return_format": "array",
"preview_size": "medium"
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf/vision-section"
}
]
],
"show_in_graphql": 1,
"graphql_field_name": "visionSection"
}