You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
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.
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
> 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?
The text was updated successfully, but these errors were encountered: