Local Environment
Before filing an issue, verify that the prerequisite tools/software are installed:
AEM 6.4 + SP2
Java 1.8
Apache Maven (3.3.9 or newer)
Node.js v10+
npm 6+
Describe the issue
On changing the "structureDepth" property value to 1 in "/conf/wknd-events/settings/wcm/policies/wknd-events/components/structure/app/default", I get child pages only one level down.
Now if I want to retrieve further child pages of previous child pages, how can i do that.
eg:
Root
. Home
. Articles
Article 1
Article 2
Article 3
On changing depth to 1, i am able to retrieve Home and Articles. Now if i want to get Article 1, Article 2 all in one json, how can i do that?
Local Environment Before filing an issue, verify that the prerequisite tools/software are installed:
Describe the issue On changing the "structureDepth" property value to 1 in "/conf/wknd-events/settings/wcm/policies/wknd-events/components/structure/app/default", I get child pages only one level down.
Now if I want to retrieve further child pages of previous child pages, how can i do that.
eg:
Root . Home . Articles
On changing depth to 1, i am able to retrieve Home and Articles. Now if i want to get Article 1, Article 2 all in one json, how can i do that?