Created
October 20, 2020 17:31
-
-
Save kinisoftware/29fe0bcf41a2436574b46015b2f6f36e to your computer and use it in GitHub Desktop.
APL Pager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "Pager", | |
| "id": "moviesPager", | |
| "width": "100vw", | |
| "height": "70vh", | |
| "item": [ | |
| { | |
| "type": "moviesListLayout", | |
| "title": "${data.title}", | |
| "releaseDate": "${data.releaseDate}", | |
| "image": "${data.image}" | |
| } | |
| ], | |
| "data": "${movies}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment