This would turn everything around: Instead of using pathauto to derive a breadcrumb, we can use the breadcrumb to derive a path.
So you could write in pathauto config:
[crumbs-parent]/[title-raw]
This would turn everything around: Instead of using pathauto to derive a breadcrumb, we can use the breadcrumb to derive a path.
So you could write in pathauto config:
[crumbs-parent]/[title-raw]
Comments
Comment #1
donquixote commentedWe need to be careful with this.
- If both the pathauto plugin and this token thing are enabled, we get a circular dependency.
- Crumbs can change a lot (each time you set a new taxonomy term for a node, change the menu, etc). But we want aliases to remain stable.
- Aliases might become too long if we use crumbs to produce them.
So, altogether, it seems like a very problematic idea.
Comment #2
donquixote commentedPostponed for now.
Comment #3
avpaderno