File: /var/www/html/wp-content/themes/custom-theme/acf-json/group_block_text_image.json
{
"key": "group_block_text_image",
"title": "Text + Image Block",
"fields": [
{
"key": "field_ti_content",
"label": "Content",
"name": "ti_content",
"type": "wysiwyg",
"required": 0,
"tabs": "all",
"toolbar": "full",
"media_upload": 0
},
{
"key": "field_ti_image",
"label": "Image",
"name": "ti_image",
"type": "image",
"required": 0,
"return_format": "array",
"preview_size": "medium"
},
{
"key": "field_ti_image_side",
"label": "Image Side",
"name": "ti_image_side",
"type": "button_group",
"required": 0,
"choices": {
"left": "Left",
"right": "Right"
},
"default_value": "right"
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf/text-image"
}
]
],
"position": "normal",
"style": "default",
"label_placement": "top",
"active": true,
"show_in_graphql": 1,
"graphql_field_name": "blockTextImage"
}