I’m creating posts that sometimes may have the same title, so I’m looking for ways to avoid conflicts on the page creation modal if the title already exists.
I already have a date field on the page blueprint, which is mainly used as a string in my template. However, I’ve noticed that even though the content folder includes the date, the final slug does not.
Here’s what I’m looking for: recommendations on how to handle this. For example, I could automatically prefix the date in the creation modal, and then replace the final slug with the date from my blueprint.
I’m not sure if this explanation is clear. I’ve checked the documentation on creating blueprints for pages and saw the section about the date in the modal, but I’m still trying to figure out how everything should work together for this use case.
Any advice or suggestions would be appreciated.