Commit 016b502e by Gaurav Dev

added service page

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