Commit d66a1c9d by Gaurav Dev

added home page

1 parent b66b9455
...@@ -12,39 +12,39 @@ ...@@ -12,39 +12,39 @@
}, },
"pluginOptions": {}, "pluginOptions": {},
"attributes": { "attributes": {
"bannerText": { "carModelList": {
"type": "string" "type": "component",
"repeatable": true,
"component": "layout.car-model-list"
}, },
"bannerImageDesktop": { "Showroom": {
"type": "media", "displayName": "Showroom",
"multiple": false, "type": "component",
"required": false, "repeatable": false,
"allowedTypes": [ "component": "layout.showroom"
"images",
"files",
"videos",
"audios"
]
}, },
"bannerImageMobile": { "HomeBanner": {
"type": "media", "displayName": "HomeBanner",
"multiple": false, "type": "component",
"required": false, "repeatable": true,
"allowedTypes": [ "component": "layout.home-banner"
"images",
"files",
"videos",
"audios"
]
}, },
"bannerBtnText": { "HomeAboutus": {
"type": "string" "displayName": "HomeAboutus",
"type": "component",
"repeatable": true,
"component": "layout.home-aboutus"
}, },
"bannerBtnUrl": { "Testimonial": {
"type": "string" "type": "component",
"repeatable": false,
"component": "layout.testimonial"
}, },
"carModals": { "Locations": {
"type": "richtext" "displayName": "Locations",
"type": "component",
"repeatable": true,
"component": "layout.locations"
} }
} }
} }
{
"collectionName": "components_layout_home_aboutuses",
"info": {
"displayName": "HomeAboutus"
},
"options": {},
"attributes": {
"aboutHeading": {
"type": "text"
},
"aboutDescription": {
"type": "richtext"
},
"aboutImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}
{
"collectionName": "components_layout_home_banners",
"info": {
"displayName": "HomeBanner"
},
"options": {},
"attributes": {
"bannerHeading": {
"type": "text"
},
"bannerDesktopImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
},
"bannerMobileImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
},
"bannerButtonHeading": {
"type": "text"
},
"bannerButtonHeadingURL": {
"type": "text"
}
}
}
{
"collectionName": "components_layout_locations",
"info": {
"displayName": "Locations",
"description": ""
},
"options": {},
"attributes": {
"locationTitle": {
"type": "text"
},
"locationName": {
"type": "string"
},
"locationAddress": {
"type": "text"
},
"locationUrl": {
"type": "text"
},
"phoneNumber": {
"type": "text"
}
}
}
{
"collectionName": "components_layout_showrooms",
"info": {
"displayName": "Showroom"
},
"options": {},
"attributes": {
"showroomHeading": {
"type": "text"
},
"subShowroomHeading": {
"type": "text"
},
"summeryDescription": {
"type": "richtext"
},
"showroomButtonHeading": {
"type": "text"
},
"showroomButtonURL": {
"type": "text"
}
}
}
{
"collectionName": "components_layout_testimonials",
"info": {
"displayName": "Testimonial"
},
"options": {},
"attributes": {
"testimonialHeading": {
"type": "text"
},
"testimonialSubHeading": {
"type": "text"
},
"testimonialDescription": {
"type": "richtext"
},
"testimonialImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!