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
33slug : content-creation/placeholders
44description : Learn how to use placeholders in Front Matter CMS
55date : 2022-03-14T08:42:21.626Z
6- lastmod : 2025-02-27T11:05:16.924Z
6+ lastmod : 2025-07-01T07:25:48.353Z
77weight : 200.51
88---
99
@@ -40,7 +40,7 @@ placeholders can be used in the `slugTemplate` property:
4040| ----------------------- | -------------------------------------------------------------------------------------------------- |
4141| ` {{seoTitle}} ` | This creates a SEO friendly slug from the title. More info can be found in the [ slug] [ 02 ] section. |
4242| ` {{fileName}} ` | The filename of the file. |
43- | ` {{sluggedFileName }} ` | The slugged version of the filename. |
43+ | ` {{slugifiedFileName }} ` | The slugged version of the filename. |
4444| ` {{date\|<format>}} ` | Use the publishing date of your article in the preview URL. Example: ` {{date\|yyyy-MM}} ` |
4545| ` {{fm.<field name>}} ` | The value of the field in the front matter |
4646| ` {{pathToken.<index>}} ` | The value of the path token at the index |
You can’t perform that action at this time.
0 commit comments