I set-up url provider & content finder to modify URL for back office to edit /blogs/blog_article url, to return just /blog_article, omitting parent node /blogs.
How can I achieve same effect for Content Delivery API as I still need to target /content/item/blogs/blog_article, but would rather /content/item/blog_article while keeping all articles nested under 'Blogs'.
Modify Content API URL Segment
Hi,
My node tree is as follows:
I set-up url provider & content finder to modify URL for back office to edit
/blogs/blog_article
url, to return just/blog_article
, omitting parent node/blogs
.How can I achieve same effect for Content Delivery API as I still need to target
/content/item/blogs/blog_article
, but would rather/content/item/blog_article
while keeping all articles nested under 'Blogs'.Cheers.
is working on a reply...