We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Two items in a collection cannot have the same basename, only one of the items is created.
For example, if you have collection folder _posts, with files:
_posts
- example-post.blade.php - some-folder/example-post.blade.php
Only one "post" will be created, whichever file was first encountered when scanning for files.
I think the problem is related to this:
jigsaw/src/Handlers/CollectionItemHandler.php
Line 49 in 6fe8e4a
getFilenameWithoutExtension
The text was updated successfully, but these errors were encountered:
have you ever gotten to workaround this issue? i'm trying to implement a multilingual setup with jigsaw based on this directory structure.
Sorry, something went wrong.
No branches or pull requests
Two items in a collection cannot have the same basename, only one of the items is created.
For example, if you have collection folder
_posts
, with files:Only one "post" will be created, whichever file was first encountered when scanning for files.
I think the problem is related to this:
jigsaw/src/Handlers/CollectionItemHandler.php
Line 49 in 6fe8e4a
getFilenameWithoutExtension
, which is basename of the file.The text was updated successfully, but these errors were encountered: