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
Key | Type | Required | Default |
---|---|---|---|
"excerpt-length" | integer | No | 55 |
Example
config.php
return [ "excerpt-length" => 100,]