$field->key()
Returns the name of the field
$field->key(): stringReturn type
string
Example
<?= $page->title()->key() . ': ' . $page->title()->value() ?>This will return an output like this:
Title: Project AReturns the name of the field
$field->key(): stringstring
<?= $page->title()->key() . ': ' . $page->title()->value() ?>This will return an output like this:
Title: Project A