Hello,
I aim to add a hidden field type. In the panel, it’s basically not editable, right? In the blueprint, I want to store a value and wonder how to do that. The site blueprint so far:
hidden:
type: hidden
text: Some text…
The snippet to call it doesn’t work yet:
<?= $site->hidden() ?>
It doesn’t output anything. Can you tell me why please?