Hi,
I've created a new document type named 'Connect fact' that can be included under Page (CMS.Menu.Page). (Please see screenshot below).
Text of the Document is displayed as a slider (see screenshot, right hand side). The problem is I have a pages nested in various levels (/Services/Travels, /Services/Connect/Services, etc) and I want to load only Connect Facts that are under their parent.
I found in Forum following solution to put in Content Path:
/{1}/%
but it pulls all the Connect Facts from whole /Services. When I put {2} or {3} it works only for a /XX/HERE or /XX/YY/HERE but not for upper levels
in the same time.
Expected behaviour:
1. When click on
Travel see a box with only "Different connect fact"
2. When click on
Services/Connect/Services I see a box with two Connect Facts (Travel and Ev, Connect Fact here)
3. When click on
Services/Connect/Key facts I see a box with only "Another Fact".
etc.
Could you please help me to define the correct Content Path?