Skip to content

Commit 4982574

Browse files
committed
Updated locale docs
1 parent 83c6e58 commit 4982574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/content-creation/placeholders.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Placeholders
33
slug: content-creation/placeholders
44
description: Learn how to use placeholders in Front Matter CMS
55
date: 2022-03-14T08:42:21.626Z
6-
lastmod: 2024-06-10T13:21:59.465Z
6+
lastmod: 2024-06-14T09:26:58.102Z
77
weight: 200.51
88
---
99

@@ -120,6 +120,7 @@ a [multi-language setup](/docs/content-creation/multilingual).
120120
{
121121
"title": "blog",
122122
"filePrefix": null,
123+
"defaultLocale": "en",
123124
"previewPath": "/{{locale}}",
124125
"path": "[[workspace]]/content"
125126
}
@@ -135,6 +136,7 @@ You can also ignore a specific locale by using the `ignore:<locale>` option.
135136
{
136137
"title": "blog",
137138
"filePrefix": null,
139+
"defaultLocale": "en",
138140
"previewPath": "/{{locale|ignore:en}}",
139141
"path": "[[workspace]]/content"
140142
}

0 commit comments

Comments
 (0)