Have created a Xpath templatable list and have a XPath filter. Can get it to only show types of 'Topic'. The datatype is used on Section Document Type.
So currently the picker displays ALL the topics. Is there an XPath expression to display on the Topics that are children of the Section?
Xpath templatable list question (filter on based on current node?)
Umbraco v6.1.6
Content Tree
Section 1
-Topic1
-Topic2
-Topic3
Section 2
-Topic4
-Topic5
Section 3
-Topic6
-Topic7
Have created a Xpath templatable list and have a XPath filter.
Can get it to only show types of 'Topic'. The datatype is used on Section Document Type.
So currently the picker displays ALL the topics.
Is there an XPath expression to display on the Topics that are children of the Section?
Thanks
Hi Scott,
Yes, you can include the $currentPage token in the XPath - so something like:
HTH,
Hendy
is working on a reply...