Itterate matrix datatype


/ Published in: eZ Publish
Save to your folder(s)



Copy this code and paste it in your HTML
  1. {foreach $node.data_map.attribute_name.content.rows.sequential as $row}
  2. {$row.columns[0]}
  3. {$row.columns[1]}
  4. {$row.columns[2]}
  5. {/foreach}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.