Current version is supporting to custom with flexible pre-config homepage templates
Open common/config/appConfig.json
file and replace with following code
1. The first (default)
BannerHeader: {
image: require('@images/banner/banner3.jpg'),
enable: true,
large: false,
showLeftMenu: false
},
horizontalLayout: [
{
"layout": "bannerImage",
"category": 20,
"imageBanner": "https://inspireui.com/wp-content/uploads/2019/04/Preview_1.jpg"
},
{
"layout": "circleCategory"
},
{
"name": "jacket",
"image": "",
"layout": "threeColumn",
"category": 23
},
{
"layout": "bannerHigh",
"category": 25
},
{
"name": "hoodies",
"image": "",
"layout": "list",
"category": 15
},
{
"name": "bagsCollections",
"image": "",
"layout": "threeColumn",
"category": 4
},
{
"name": "promotion",
"image": "",
"layout": "twoColumn",
"category": 7
},
{
"name": "bagsCollections",
"image": "",
"layout": "card",
"category": 5
}
],