Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created December 8, 2019 12:36
Show Gist options
  • Select an option

  • Save kinisoftware/18f1c36017ee45457d63ac9da14efd62 to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/18f1c36017ee45457d63ac9da14efd62 to your computer and use it in GitHub Desktop.
{
"type": "APL",
"version": "1.1",
"import": [...],
"resources": [...],
"styles": {...},
"layouts": {...},
"mainTemplate": {
"parameters": [
"payload"
],
"item": [
{
"backgroundImage": "${payload.templateMetadata.backgroundImage.sources[0].url}",
"title": "${payload.templateMetadata.title}",
"logo": "${payload.templateMetadata.logoUrl}",
"movies": "${payload.movies.newReleases}",
"type": "mainLayout"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment