Im working on a suit of custom blocks and would like to know if it’s possible to call another ACF GB Block in the content of another ACF GB Block.
For Example GB Block (Parent) has GB (Child) and it renders both the parent and child block with the individual custom fields for both parent and child.
I could just copy and paste the content for the child block in the parent and re declare the custom fields as a solution, but I thought a callback function would be a cleaner solution.