Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$field->smartypants()
Applies SmartyPants to the field
since:
Kirby 2.3.2
return
(string)
Example
<?= $page->text()->smartypants() ?>
↑
Cheat Sheet overview
←
$field->short($chars)
→
$field->split($separator = ',')
↓
Back to Cheat Sheet section
Top