Collectors
Collectors are for creating manually selected, sortable lists of things. Collectors works with many types.
Collections can be configured with
- collectKey - the property to be collected (default is ID)
- itemTemplate - item template (default is '${item.title}')
- source - content type collected (default is 'post')