ez.no / exponential / documentation / reference / data fetching / content / trash_object_list
fetch( 'content', 'trash_object_list', hash( 'offset', offset, 'limit', limit ) )
| Name | Type | Description | Required |
|---|---|---|---|
| offset | integer | start returning from this offset | no |
| limit | integer | return maximum this number of objects | no |
a list of content objects
{let trash_object_list=fetch( 'content', 'trash_object_list', hash( 'offset', 0, 'limit', 10 )} {section var=object loop=$trash_object_list} {$object.name} {/section} {/let}
Comments