Commit 9dddcfe6 by Ravindra Kanojiya

our team section in aboutus page

1 parent 88743f90
......@@ -27,6 +27,11 @@
"type": "component",
"repeatable": false,
"component": "about-us.about-us"
},
"ourTeam": {
"type": "component",
"repeatable": false,
"component": "sliders.sliders"
}
}
}
{
"collectionName": "components_sliders_slider_lists",
"info": {
"displayName": "sliderList"
},
"options": {},
"attributes": {
"image": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
},
"title": {
"type": "string"
},
"info": {
"type": "text"
},
"button": {
"type": "string"
}
}
}
{
"collectionName": "components_sliders_sliders",
"info": {
"displayName": "sliders"
},
"options": {},
"attributes": {
"title": {
"type": "string"
},
"discription": {
"type": "richtext"
},
"sliderItem": {
"displayName": "sliderList",
"type": "component",
"repeatable": true,
"component": "sliders.slider-list"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!