-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The description about filename in https://pagescms.org/docs/configuration/#content is broken.
website/src/docs/configuration.md
Line 110 in 796fc0b
| | **`filename`** | `string` | The pattern to generate the filename when creating a new file. This also defines how files are looked up. You can use the value of any field (e.g. `{{fields.title}}`) including nested values (e.g. `{{fields.tags[0].label}}`). You can also use a few date tokens (`{year}`, `{month}`, `{day}`) and time (`{hour}`, `{minute}`, `{second}`) and `{primary}` for the primary field as defined in the `view` key. By default this is set to `'{year}-{month}-{day}-{primary}.md'`. | |
I think it's because {{fields.title}} and {{fields.tags[0].label}} were incorrectly parsed, but since I can't fix it right away, I'll just report it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels