The drupal path that this custom breadcrumb trail will apply to. The '*' character can be used as a wildcard to set a custom breadcrumb for all matching paths. For example, foo/bar/* could be used to match every page with a path beginning with foo/bar.
Actually, foo/bar/* could be used to match every page with a path beginning with foo/bar/ not foo/bar - to do that you would need to set it as foo/bar*
Comments
Comment #1
MGN commentedAgreed. Thanks for catching the typo.
Comment #2
MGN commentedCommitted: http://drupal.org/cvs?commit=223292