Daveden2
Can you run this in the console please on the homepage:
JSON.parse(document.getElementById('commandui-js').getAttribute('data-config')).wp.renderedBricksTemplates
And then right click the result, and "copy message"
Should look something like this:
Array [ {…} ]
0: Object { name: "footer", post_id: 770, type: "footer" }
name: "footer"
post_id: 770
type: "footer"
<prototype>: Object { … }
length: 1
<prototype>: Array []