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