Best approach to create non duplicate slugs considering all content types #2697
Unanswered
abidkhan484
asked this question in
Q&A
Replies: 1 comment
-
Any suggestion @ifox ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple content types, such as Page, Article, etc. Twill automatically creates separate slug tables for each content type (e.g.,
page_slugs
,article_slugs
, etc.) and handles duplication prevention based on the content type.How can I manage non-duplicate slugs across all these content types?
Note: I am using Twill 3.4 with Laravel 11.
Beta Was this translation helpful? Give feedback.
All reactions