{{ snippets }}

snippets Summary

Contains multiple snippets.

snippets Properties

FieldTypeDescription
object_typestring"snippets"
is_validtrue/falsetrue if this contains at least one snippet
prependedlist of snippetssnippets that will be listed at the beginning of the items list
fetchedlist of snippetsThe primary list of snippets to be included in the items list
appendedlist of snippetssnippets that will be listed at the end of the items list
appended_uniquelist of snippetssnippets that will be listed at the end of the items list, excluding any snippets that are already included in either the prepended or fetched lists
itemslist of snippetsThe full list of snippets in the proper order and uniqueness, including prepended, fetched, and appended snippets
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended snippets
limitnumberThe maximum number of snippets that could have been fetched dynamically from the database
startnumberThe 1-based index of the first snippet that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of snippets that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of snippets in the database that matched the provided filter parameters when fetching the list of fetched snippets
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched snippets - as determined by the total_count and limit properties
outputhtmlThe default output that the snippets will produce when it is output directly to the template - using the "output_in_list" property of each snippet in the items list