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_sitewide.json
{
    "key": "group_sitewide",
    "title": "Sitewide Settings",
    "fields": [
        {
            "key": "field_tab_general",
            "label": "General",
            "name": "",
            "type": "tab",
            "placement": "top"
        },
        {
            "key": "field_general_disable_indexing",
            "label": "Disable Search Engine Indexing",
            "name": "disable_indexing",
            "type": "true_false",
            "default_value": 0,
            "ui": 1,
            "instructions": "When enabled, tells search engines not to index or follow any page on the site. Use this for staging or sites not yet ready for public search."
        },
        {
            "key": "field_general_og_title",
            "label": "Default OG Title",
            "name": "og_title",
            "type": "text",
            "instructions": "Default Open Graph title used as fallback for pages without one."
        },
        {
            "key": "field_general_og_description",
            "label": "Default OG Description",
            "name": "og_description",
            "type": "textarea",
            "rows": 3,
            "instructions": "Default Open Graph description used as fallback."
        },
        {
            "key": "field_general_og_image",
            "label": "Default OG Image",
            "name": "og_image",
            "type": "image",
            "return_format": "array",
            "preview_size": "medium",
            "instructions": "Default Open Graph image (recommended 1200x630). Used when a page has no specific image."
        },
        {
            "key": "field_tab_header",
            "label": "Header",
            "name": "",
            "type": "tab",
            "placement": "top"
        },
        {
            "key": "field_header_nav_links",
            "label": "Nav Links",
            "name": "nav_links",
            "type": "repeater",
            "required": 0,
            "min": 0,
            "max": 0,
            "layout": "table",
            "button_label": "Add Link",
            "sub_fields": [
                {
                    "key": "field_header_nav_link",
                    "label": "Link",
                    "name": "link",
                    "type": "link",
                    "required": 1,
                    "return_format": "array"
                }
            ]
        }
    ],
    "location": [
        [
            {
                "param": "options_page",
                "operator": "==",
                "value": "sitewide-settings"
            }
        ]
    ],
    "position": "normal",
    "style": "default",
    "label_placement": "top",
    "active": true,
    "show_in_graphql": 1,
    "graphql_field_name": "siteSettings"
}