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
Copy file name to clipboardExpand all lines: Lombiq.HelpfulExtensions/Extensions/Liquid/Readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Adds various Liquid tags and filters. For more information about Liquid in Orcha
12
12
-`is_not_empty`: Returns `true` if the input is not null and not empty.
13
13
-`shapes_build_display: 'Summary'`: Behaves the same way as the built-in `shape_build_display` filter, except both the input and output are arrays for bulk operation (e.g. from queries).
14
14
-`shapes_render`: Behaves the same way as the built-in `shape_render` filter, except both the input and output are arrays for bulk operation (e.g. from queries).
15
+
-`shuffle`: If the input is an array, it returns a new array where the input's items are sorted in a random order.
0 commit comments