❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$field->html()
Converts the field content to valid HTML
return
(string)
Example
<h1><?= $page->title()->html() ?></h1>
↑
Cheat Sheet overview
←
$field->float()
→
$field->int()
↓
Back to Cheat Sheet section
Top