Topic cluster
Transform
Convert reshape enrich resize or derive one representation from another.
View topic page15 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
chunk
This filter splits a list in shorter lists. It splits an array in sub-arrays of at most a given length. This is useful when displaying a list of items in columns or rows.
insert
Prepends the argument in front of the value.
join
Joins the elements of a list. Joins the elements of the input list together, separated by the argument.
language_sort
Sort a list of language codes or map with languages on their sort key. Return a list of {Code, LanguageProps} pairs.
language_sort_localized
Sort a list of language codes or map with languages on their localized name in the currently selected language. This is useful for editorial interfaces where editors pick a language from a list.
make_list
Forces the value to a list.
menu_expand
Takes a menu, or a menu resource id, and adds all haspart objects connected to the menu ids.
menu_flat
Flattens the rsc menu structure for use in a template loop.
randomize
Shuffle a list of values.
reversed
Reverse a list.
sort
The sort filter takes a list of items to sort. Items can be an ordinary list of terms, property lists, or maps. It can also be a list of resource ids to be filtered based on their properties. Sort order and properties…
split_in
This filter split a list in shorter lists. It splits an array in N sub-arrays of more or less equal length. This is useful when displaying a list of items in columns.
survey_as_pages
Split the page blocks into pages, prepare them for easy display in the survey question editor.
tail
Fetch the tail of a list.
vsplit_in
This filter splits a list in shorter lists. It splits an array in N sub-arrays of more or less equal length. This is useful when displaying a list of items in columns.