Created
November 1, 2019 03:01
-
-
Save georgebrindeiro/ec3a7217362c0e92b91dd3a25bfc8492 to your computer and use it in GitHub Desktop.
mexendo com store framework
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
Show hidden characters
{ | |
"store.home": { | |
"blocks": [ | |
"notification.bar", | |
"carousel", | |
"shelf#home" | |
] | |
}, | |
"notification.bar": { | |
"props": { | |
"content": "notification.bar" | |
} | |
}, | |
"carousel": { | |
"props": { | |
"autoplay": true, | |
"autoplaySpeed": 4, | |
"showDots": true, | |
"showArrows": true, | |
"height": 440, | |
"banners": [ | |
{ | |
"image": "https://i.pinimg.com/originals/27/eb/7c/27eb7cf245598d393e5cccd4e89bb21d.jpg", | |
"description": "1st BDAY" | |
}, | |
{ | |
"image": "https://i.pinimg.com/originals/24/bc/ab/24bcabf7130aafe4fe86241ef5eb0273.jpg", | |
"description": "2nd BDAY" | |
} | |
] | |
} | |
}, | |
"shelf#home": { | |
"blocks": [ | |
"product-summary" | |
], | |
"props": { | |
"orderBy": "OrderByTopSaleDESC", | |
//"category": "1/6", | |
"collection": "137", | |
"productList": { | |
"maxItems": 10, | |
"itemsPerPage": 4, | |
"scroll": "BY_PAGE", | |
"arrows": true, | |
"titleText": "Our fuckin' kaotic washers", | |
"category": "1", | |
"hideUnavailableItems": true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment