I created a sitemapItem as :
- jcr configuration:
doto/_default_/default/_any_
- hst:relativecontentpath: doto/detail/${3}
- my url: todo/detail/todo-item4-from-cms-editor-user
How can I get my title "todo-item4-from-cms-editor-user" from query string?
Is ${3} placeholder my title "todo-item4-from-cms-editor-user" within query string?
Thanks