Files
liquid/_filters/map.md
2015-07-25 17:09:54 -04:00

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"}].