File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/docs/content-creation Expand file tree Collapse file tree 1 file changed +2
-2
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 : 2025-02-27T11:05:16.924Z
6
+ lastmod : 2025-07-01T07:25:48.353Z
7
7
weight : 200.51
8
8
---
9
9
@@ -40,7 +40,7 @@ placeholders can be used in the `slugTemplate` property:
40
40
| ----------------------- | -------------------------------------------------------------------------------------------------- |
41
41
| ` {{seoTitle}} ` | This creates a SEO friendly slug from the title. More info can be found in the [ slug] [ 02 ] section. |
42
42
| ` {{fileName}} ` | The filename of the file. |
43
- | ` {{sluggedFileName }} ` | The slugged version of the filename. |
43
+ | ` {{slugifiedFileName }} ` | The slugged version of the filename. |
44
44
| ` {{date\|<format>}} ` | Use the publishing date of your article in the preview URL. Example: ` {{date\|yyyy-MM}} ` |
45
45
| ` {{fm.<field name>}} ` | The value of the field in the front matter |
46
46
| ` {{pathToken.<index>}} ` | The value of the path token at the index |
You can’t perform that action at this time.
0 commit comments