Support

Account

Home Forums ACF PRO ACF registered block not available in full site editor Reply To: ACF registered block not available in full site editor

  • I did face this problem but I fix it in block .json remove the line of the post types this will make your block appear everywhere.

    “acf”: {
    “mode”: “preview”,
    “renderTemplate”: “all-fields-block.php”,
    // remove this line “postTypes”: [ “post”,”page” ]`