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