Commit 1a658835 by Gaurav Dev

showroom page

1 parent 016b502e
{
"kind": "collectionType",
"collectionName": "showrooms",
"info": {
"singularName": "showroom",
"pluralName": "showrooms",
"displayName": "Showroom",
"description": ""
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"showroomslug": {
"type": "uid"
},
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.home-banner"
},
"ShowroomAboutus": {
"type": "component",
"repeatable": true,
"component": "layout.home-aboutus"
},
"Locations": {
"type": "component",
"repeatable": true,
"component": "layout.locations"
},
"faqs": {
"type": "component",
"repeatable": true,
"component": "layout.faqs"
}
}
}
'use strict';
/**
* showroom controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::showroom.showroom');
'use strict';
/**
* showroom router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::showroom.showroom');
'use strict';
/**
* showroom service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::showroom.showroom');
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!