Skip to content

Instantly share code, notes, and snippets.

@steve21124
Created December 30, 2016 07:19
Show Gist options
  • Save steve21124/27dbfd700e875dfc8d9035750b687566 to your computer and use it in GitHub Desktop.
Save steve21124/27dbfd700e875dfc8d9035750b687566 to your computer and use it in GitHub Desktop.
"templates": {
"body": {
"sections": [{
"items": {
"{{#each $jason.sheets[1]}}": {
"type":"horizontal",
"style": {
"padding": "10",
"font": "HelveticaNeue-Bold",
"size": "15"
},
"components": [
{
"type": "custom",
"dict": "{{this}}",
"listType":"horizontal",
"distribution": "equalspace",
"customList" : "http://putTheJsonListHere.json"
}
]
}
}
}],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment