excerpt-length

An excerpt is an optional text associated to a Post, often used as a summary. This option defines how many words should shown in the excerpt.

Usage

KeyTypeRequiredDefault
"excerpt-length"integerNo55

Example

config.php
return [
"excerpt-length" => 100,
]
Setting the excerpt length to 100 characters.