I’m looking for a way to use a value entered in a text field in the site blueprint in a custom block preview. I assume you can’t access the site blueprint directly from a single file component?
I can get the field in the block blueprint with:
"{{ site.field }}"
But this seems to only work as a placeholder or as text in an info field and I don’t know how to call this in my block preview something like this this.content.field.text doesn’t work .
I would like to use the value in a hidden field and then call it in my block preview, any ideas how to do this?