-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
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:
- 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:
| $pageData->setPageVariableToCollectionItem($this->getCollectionName($file), $file->getFilenameWithoutExtension()); |
getFilenameWithoutExtension, which is basename of the file.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels