I want to make it impossible to write html for what I write in the text or textarea field.
Itβs like a βpreβ tag.
Because I want to use characters like β<> . -β without html tag.
How do I do it in blueprint or frontend?
blueprint
fields: booksdetails: type: textarea
frontend
<?= $page->booksdetails()->kt() ?>