Support

Account

Home Forums Gutenberg Register block preview image with acf_register_block_type? Reply To: Register block preview image with acf_register_block_type?

  • @nikolaimoskito did you try an absolute path to the image?

    “example”: {
    “attributes”: {
    “data”: {
    “preview_image_help” : “https://domain.com/wp-content/themes/your-theme/any-folder/accordion/hallo.jpg”
    }
    }
    }