File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/docs/content-creation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Placeholders
3
3
slug : content-creation/placeholders
4
4
description : Learn how to use placeholders in Front Matter CMS
5
5
date : 2022-03-14T08:42:21.626Z
6
- lastmod : 2024-06-10T13:21:59.465Z
6
+ lastmod : 2024-06-14T09:26:58.102Z
7
7
weight : 200.51
8
8
---
9
9
@@ -120,6 +120,7 @@ a [multi-language setup](/docs/content-creation/multilingual).
120
120
{
121
121
"title" : " blog" ,
122
122
"filePrefix" : null ,
123
+ "defaultLocale" : " en" ,
123
124
"previewPath" : " /{{locale}}" ,
124
125
"path" : " [[workspace]]/content"
125
126
}
@@ -135,6 +136,7 @@ You can also ignore a specific locale by using the `ignore:<locale>` option.
135
136
{
136
137
"title" : " blog" ,
137
138
"filePrefix" : null ,
139
+ "defaultLocale" : " en" ,
138
140
"previewPath" : " /{{locale|ignore:en}}" ,
139
141
"path" : " [[workspace]]/content"
140
142
}
You can’t perform that action at this time.
0 commit comments