Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Last active December 8, 2019 12:51
Show Gist options
  • Select an option

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

Select an option

Save kinisoftware/fa2ffff513e8d64b9985f049e5769736 to your computer and use it in GitHub Desktop.
"mainLayout": {
"parameters": [
"backgroundImage",
"title",
"logo",
"movies"
],
"item": [
{
"type": "Container",
"width": "100%",
"height": "100%",
"alignItems": "center",
"justifyContent": "center",
"items": [
{
"type": "Image",
"source": "${backgroundImage}",
"scale": "best-fill",
"width": "100%",
"height": "100%",
"position": "absolute"
},
{
"type": "AlexaHeader",
"headerTitle": "${title}",
"headerAttributionImage": "${logo}"
},
{
"type": "Sequence",
"grow": 1,
"height": "80vh",
"scrollDirection": "vertical",
"paddingLeft": "@marginLeft",
"paddingRight": "@marginRight",
"data": "${movies}",
"numbered": true,
"items": [
{
"type": "moviesListLayout",
"title": "${data.title}",
"releaseDate": "${data.releaseDate}"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment