$field->excerpt() Creates an excerpt of the field value without html or any other formatting. kirby/config/methods.php#L354 $field->excerpt(int $chars = 0, bool $strip = true, string $rep = ' …'): Kirby\Content\Field Parameters Name Type Default $chars int 0 $strip bool true $rep string ' …' Return type Kirby\Content\Field