Is there a way to reference blueprint field data in say a textarea? For example, I have a blueprint with a text field and I want to be able to reference that text field in my markdown, something like using handlebars.
Today's deal is {{text.data}} thank you for visiting.
Yes, I know. Within the kirbytext hook, you would replace {{ intro }} with $data['parent']->intro(). Note that this won’t happen in the Panel, but on the frontend when you call $page->text()->kt().