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