From cc64803553e591769022c5d03bfae5979b7c1446 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 3 Apr 2020 17:03:32 +0530 Subject: [PATCH] Fix documentation of TaxonomyConfig fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn’t have a field named slug. It does have a field named lang. --- docs/content/documentation/templates/taxonomies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index 923f0e28..24f2261b 100644 --- a/docs/content/documentation/templates/taxonomies.md +++ b/docs/content/documentation/templates/taxonomies.md @@ -21,10 +21,10 @@ and `TaxonomyConfig` has the following fields: ```ts name: String, -slug: String, paginate_by: Number?; paginate_path: String?; rss: Bool; +lang: String; ```