File: /var/www/html/wp-content/themes/custom-theme/acf-json/group_page_hero.json.old
{
"key": "group_page_hero",
"title": "Hero Block",
"fields": [
{
"key": "field_hero_heading",
"label": "Heading",
"name": "hero_heading",
"type": "text",
"required": 0,
"placeholder": "Enter a heading"
},
{
"key": "field_hero_description",
"label": "Description",
"name": "hero_description",
"type": "textarea",
"required": 0,
"rows": 3,
"placeholder": "Enter a short description"
},
{
"key": "field_hero_image",
"label": "Background Image",
"name": "hero_image",
"type": "image",
"required": 0,
"return_format": "array",
"preview_size": "medium"
},
{
"key": "field_hero_button_text",
"label": "Button Text",
"name": "hero_button_text",
"type": "text",
"required": 0,
"placeholder": "Learn More"
},
{
"key": "field_hero_button_url",
"label": "Button URL",
"name": "hero_button_url",
"type": "url",
"required": 0,
"placeholder": "https://"
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf/hero"
}
]
],
"position": "normal",
"style": "default",
"label_placement": "top",
"active": true,
"show_in_graphql": 1,
"graphql_field_name": "pageHero"
}