Skip to content

Kirby 5.0.4

$field

Every field in a Kirby content text file is being converted into such a Field object.

Examples

// Page field example with lowercase conversion
$page->myField()->lower();