You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can define sitemap url pattern one level /location/[parent.slug]/[slug], but if location is 3 levels deep then it doesn't work. I am not sure on exact syntax but very simplified it might look like this /location/[parent.parent.slug]/[parent.slug]/[slug], of course if nestness level is dynamic it wouldn't work very good.
Should you be open to providing financial backing for the plugin, we can push this issue on our priority list.
For more information please contact us at [email protected].
Feature request
Allow relational fields be declared in url patern recursively, the same idea idea as in #86 (comment)
Summary
I have schema which looks more or less like this
can define sitemap url pattern one level
/location/[parent.slug]/[slug]
, but if location is 3 levels deep then it doesn't work. I am not sure on exact syntax but very simplified it might look like this/location/[parent.parent.slug]/[parent.slug]/[slug]
, of course if nestness level is dynamic it wouldn't work very good.Related issue(s)/PR(s)
#86
The text was updated successfully, but these errors were encountered: