Hello dear Community,
I currently have this problem which i don’t know how to solve regarding manual sorting pages in the panel after they get filtered by template.
This is my content-folder.
projects/
1_project-A/
template_A.txt
2_project-B/
template_B.txt
3_project-C/
template_A.txt
4_project-D/
template_A.txt
5_project-E/
template_B.txt
...
I structured it like this because i want to give my client the opportunity to change the template with it’s category later.
In the panel i can easily filter those two templates by writing this:
type: pages
template: template_A
layout: cards
type: pages
template: template_B
layout: cards
I now want to sort these two template collections each manually but this seems not to work because they belong to the same parent-folder Projects. So they get numbered without “looking” to the assigned template.
Do i really need to change to a structure like the following or is there another way to manually sort two collections of the same parent?
projects/
template_A/
1_project-A/
2_project-C/
3_project-D/
...
template_B/
1_project-B/
2_project-E/
3_project-F/
...
I’m really looking forward to your responses!