-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Placeholder support for slugs #746
Labels
Comments
To be tested after the change:
|
estruyf
added a commit
that referenced
this issue
Jan 29, 2024
New settings: {
"frontMatter.taxonomy.slugTemplate": "{{title}}",
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"slugTemplate": "{{fm.pubDate|format:yyyy-MM}}-{{title}}",
"fields": []
}
]
} |
estruyf
added a commit
that referenced
this issue
Jan 30, 2024
github-actions
bot
added
Project: 10.0.0
Status: Done
and removed
Status: In progress
labels
Feb 22, 2024
estruyf
added a commit
that referenced
this issue
Feb 24, 2024
estruyf
added a commit
that referenced
this issue
Feb 28, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like the preview path, the
slug
should also be able to use placeholders: https://frontmatter.codes/docs/content-creation/placeholders - that way, users can use any fields to include their slugs.The configuration should be on the global level and content type level.
The text was updated successfully, but these errors were encountered: