HEX
Server: Apache/2.4.66 (Debian)
System: Linux 6dfabc3b2241 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User: (1000)
PHP: 8.3.30
Disabled: NONE
Upload Files
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"
}