I\'m trying to create a Pathauto pattern which looks like \"Drupal root/parent_menu_item_name/node_title\" where \"node_title\" is a child of \"parent_menu_item_name\" in the me
This token uses the menu titles of each parent item to build a url:
[node:menu-link:parents:join-path]/[node:title]
So if you have nested content titled: The Future -> Doc Brown -> Flux Capacitor
The above token will print out:
/the-future/doc-brown/flux-capacitor