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 using quite a few custom collections to create groups of content.
I've found though that items provided with collections.getAll() don't have the rendered value in renderData. Is it possible to get the rendered value?
For reference, I want to create a page that lists all the titles of all the content in a collection - but the tiles are dynamic (they're paginated pages) and rely on renderData.
The text was updated successfully, but these errors were encountered:
I'm using quite a few custom collections to create groups of content.
I've found though that items provided with
collections.getAll()
don't have the rendered value inrenderData
. Is it possible to get the rendered value?For reference, I want to create a page that lists all the titles of all the content in a collection - but the tiles are dynamic (they're paginated pages) and rely on
renderData
.The text was updated successfully, but these errors were encountered: