Catalog
Description
Show a list with image and description
Attributes
tile
=catalog
products
: [Array of objects]programTemplate
: Not Implemention for this attributestitle
: Title of catalog like [list item]description
: Description to display in list itemicon
: url of image to display in list
Example
{
"tile": "catalog",
"products": [
{
"title": "Catalog 1",
"icon": "https://weave-io-files.s3.amazonaws.com/files/org/b15ea97f-754b-4c7f-8e8a-d8ea778385d0/ilsS0mxbRaktkLeZwlI8OLwNdAD5Wzfa4ee052f960b4ed54e28653836c3323/1492627310758.jpg",
"description": "Hello i'm from catalog 1"
},
{
"title": "Catalog 2",
"icon": "https://weave-io-files.s3.amazonaws.com/files/org/b15ea97f-754b-4c7f-8e8a-d8ea778385d0/ilsS0mxbRaktkLeZwlI8OLwNdAD5Wzfa4ee052f960b4ed54e28653836c3323/1492627310758.jpg",
"description": "Hello i'm from catalog 2"
},
{
"title": "Catalog 3",
"icon": "https://weave-io-files.s3.amazonaws.com/files/org/b15ea97f-754b-4c7f-8e8a-d8ea778385d0/ilsS0mxbRaktkLeZwlI8OLwNdAD5Wzfa4ee052f960b4ed54e28653836c3323/1492627310758.jpg",
"description": "Hello i'm from catalog 3"
}
]
}