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
I'm simply trying to get an entry with all it's nested links and assets, so that I can produce my page.
After reading #291 I am now looping through the entry and using $entry->all() which is returning 1 level of nested items. But how can I get all levels?
This seems like a really core part of having this library be useful - is there a work around?
The text was updated successfully, but these errors were encountered:
basically, you need to get all links and iteratively resolve them. I can create a code snippet that does this, if you'd like. As of now, the library is designed as a light wrapper around the API and very deeply linked structures are intentionally lazily resolved.
Hi,
I'm simply trying to get an entry with all it's nested links and assets, so that I can produce my page.
After reading #291 I am now looping through the entry and using
$entry->all()
which is returning 1 level of nested items. But how can I get all levels?This seems like a really core part of having this library be useful - is there a work around?
The text was updated successfully, but these errors were encountered: