mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 01:35:41 +03:00
460 B
460 B
title
| title |
|---|
| map |
Collects an array of properties from a hash.
| Code | Output |
|---|---|
| {% raw %}`{{ product | map: 'tag' }}`{% endraw %} |
In the sample above, assume that product resolves to: [{ tags: "sale"}, { tags: "mens"}, { tags: "womens"}, { tags: "awesome"}].