Files
liquid/filters/map.md
2015-12-04 19:50:03 -05: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"}].