❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$field->float()
Converts the field value into a proper float
return
(float)
Example
<?= $page->mynumber()->float() ?>
↑
Cheat Sheet overview
←
$field->exists()
→
$field->html()
↓
Back to Cheat Sheet section
Top