For example i have such structure of my application:

document1
document2
DemoCatalog
 Catalog1
 Catalog2
   SubCatalog1
   Subcatalog2
      SubSubCatalog1
 Catalog3
   SubCatalog1

How could i view only such structure:

 Catalog1
 Catalog2
 Catalog3

How could i display such navistructure with Wayfinder? if my DemoCatalog id is 6, i try so:

 [[Wayfinder? &startId=`6` &level=`0`]]

but it didn't display anything, what i do wrong? and how to solve my problem?

i use modx revo

有帮助吗?

解决方案

So, i solve this so:

[[Wayfinder? &startId=`6` &level=`1` &where=`{"isfolder":"1"}`]]
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top