Skip to content

Instantly share code, notes, and snippets.

@fredrick-dominy
Created January 12, 2018 05:16
Show Gist options
  • Save fredrick-dominy/5659ee46aec9af495cd67ffd7024c6c8 to your computer and use it in GitHub Desktop.
Save fredrick-dominy/5659ee46aec9af495cd67ffd7024c6c8 to your computer and use it in GitHub Desktop.
6.3 HTL Multifield Template
<!-- 6.3 Coral Multifield -->
<sly data-sly-use.multi="${'com.<client>.core.helpers.ChildNodeHelper' @ nodeName='fieldItems'}"></sly>
<sly data-sly-list.child="${multi.getChild.listChildren}">
<p>${ child.valueMap['text']}</p>
</sly>
<!-- 6.3 Coral Multifield -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment