File: /var/www/html/wp-content/themes/custom-theme/acf-json/group_block_mission_section.json
{
"key": "group_block_mission_section",
"title": "Block: Mission Section",
"fields": [
{
"key": "field_mission_heading",
"label": "Heading",
"name": "mission_heading",
"type": "text",
"default_value": "MISSION"
},
{
"key": "field_mission_description",
"label": "Description",
"name": "mission_description",
"type": "textarea",
"rows": 3
},
{
"key": "field_mission_image",
"label": "Image",
"name": "mission_image",
"type": "image",
"return_format": "array",
"preview_size": "medium"
},
{
"key": "field_mission_bullets",
"label": "Bullet Points",
"name": "mission_bullets",
"type": "repeater",
"layout": "table",
"button_label": "Add Bullet Point",
"sub_fields": [
{
"key": "field_mission_bullet_text",
"label": "Text",
"name": "text",
"type": "textarea",
"rows": 2
}
]
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf/mission-section"
}
]
],
"show_in_graphql": 1,
"graphql_field_name": "missionSection"
}