From ecca5ef48dd42126b6ecccbfeaecf3f5adb5e8ee Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 4 Sep 2025 19:07:14 -0700 Subject: [PATCH] content: Update summaryLength description with default value --- content/en/configuration/all.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/configuration/all.md b/content/en/configuration/all.md index b83c06125..34880d906 100644 --- a/content/en/configuration/all.md +++ b/content/en/configuration/all.md @@ -262,7 +262,7 @@ staticDir : (`string`) The designated directory for static files. Default is `static`. {{% module-mounts-note %}} summaryLength -: (`int`) Applicable to [automatic summaries], the minimum number of words returned by the [`Summary`] method on a `Page` object. The `Summary` method will return content truncated at the paragraph boundary closest to the specified `summaryLength`, but at least this minimum number of words. +: (`int`) Applicable to [automatic summaries], the minimum number of words returned by the [`Summary`] method on a `Page` object. The `Summary` method will return content truncated at the paragraph boundary closest to the specified `summaryLength`, but at least this minimum number of words. Default is `70`. taxonomies : See [configure taxonomies](/configuration/taxonomies/).