Field type hidden

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?

I got it: I have to directly edit the site.txt!

---

Hidden: Some text…

:slightly_smiling_face: