Skip to content

Kirby 4.2.0

$field->key()

Returns the name of the field

$field->key(): string

Return type

string

Example

<?= $page->title()->key() . ': ' . $page->title()->value() ?>

This will return an output like this:

Title: Project A