Support

Account

Home Forums Front-end Issues ACF with Block Theme Reply To: ACF with Block Theme

  • For example i use this as reference: https://www.advancedcustomfields.com/resources/acf-blocks-with-block-json/

    {
    “name”: “acf/testimonial”,
    “title”: “Testimonial”,
    “description”: “A custom testimonial block.”,
    “style”: [ “file:./testimonial.css” ],
    “category”: “formatting”,
    “icon”: “admin-comments”,
    “keywords”: [“testimonial”, “quote”],
    “acf”: {
    “mode”: “preview”,
    “renderTemplate”: “testimonial.php”
    }
    }

    Does this mean that I need to create all of my field created on the group one by one? Sorry I’m so confused and helpless