Hoping someone can assist with the below.
I'm trying to setup an asset listing with grouping to print the Parent folder's name and all sub-level document assets beneath. This issue I'm having is how to stop child folder names being printed on the front end (below backend structure is necessary as it's required for another page).
Cheers in advance for any assistance.
-----------------------------------------------------------
Backend Structure:
- Parent folder
- Child folder 1
- Doc Asset 1.1
- Doc Asset 1.2
- etc.
- Child Folder 2
- Doc Asset 2.1
- Doc Asset 2.2
- etc.
- Child folder 1
Desired Output
Parent folder
- Doc Asset 1.1
- Doc Asset 1.2
- Doc Asset 2.1
- Doc Asset 2.2
- etc.