Commit 7c48c0ca by sujata

add 4 page backend

1 parent c5b32c04
{
"kind": "singleType",
"collectionName": "bespoke_services_pages",
"info": {
"singularName": "bespoke-services-page",
"pluralName": "bespoke-services-pages",
"displayName": "BespokeServicesPage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"BespokeDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.download-btn"
]
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* bespoke-services-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::bespoke-services-page.bespoke-services-page');
'use strict';
/**
* bespoke-services-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::bespoke-services-page.bespoke-services-page');
'use strict';
/**
* bespoke-services-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::bespoke-services-page.bespoke-services-page');
{
"kind": "singleType",
"collectionName": "digital_transformation_pages",
"info": {
"singularName": "digital-transformation-page",
"pluralName": "digital-transformation-pages",
"displayName": "DigitalTransformationPage",
"description": ""
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"DigitalTransformationDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.rules-application",
"dynamic-zone.element-two",
"dynamic-zone.download-btn"
]
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* digital-transformation-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::digital-transformation-page.digital-transformation-page');
'use strict';
/**
* digital-transformation-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::digital-transformation-page.digital-transformation-page');
'use strict';
/**
* digital-transformation-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::digital-transformation-page.digital-transformation-page');
{
"kind": "singleType",
"collectionName": "empowering_finance_pages",
"info": {
"singularName": "empowering-finance-page",
"pluralName": "empowering-finance-pages",
"displayName": "EmpoweringFinancePage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"EmpoweringFinanceDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.background",
"dynamic-zone.about",
"dynamic-zone.element-one",
"dynamic-zone.download-btn",
"dynamic-zone.facts"
]
},
"FAQ": {
"type": "component",
"repeatable": false,
"component": "layout.heading"
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* empowering-finance-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::empowering-finance-page.empowering-finance-page');
'use strict';
/**
* empowering-finance-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::empowering-finance-page.empowering-finance-page');
'use strict';
/**
* empowering-finance-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::empowering-finance-page.empowering-finance-page');
{
"kind": "singleType",
"collectionName": "gcc_service_pages",
"info": {
"singularName": "gcc-service-page",
"pluralName": "gcc-service-pages",
"displayName": "GCCServicePage",
"description": ""
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"GccDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.rules-application",
"dynamic-zone.download-btn"
]
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* gcc-service-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::gcc-service-page.gcc-service-page');
'use strict';
/**
* gcc-service-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::gcc-service-page.gcc-service-page');
'use strict';
/**
* gcc-service-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::gcc-service-page.gcc-service-page');
{
"collectionName": "components_layout_faq_lists",
"info": {
"displayName": "FAQList"
},
"options": {},
"attributes": {
"Question": {
"type": "string"
},
"Description": {
"type": "customField",
"options": {
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
}
}
}
......@@ -14,6 +14,12 @@
},
"Description": {
"type": "text"
},
"FAQList": {
"displayName": "FAQList",
"type": "component",
"repeatable": true,
"component": "layout.faq-list"
}
}
}
......@@ -649,6 +649,44 @@ export interface ApiAuthorAuthor extends Struct.CollectionTypeSchema {
};
}
export interface ApiBespokeServicesPageBespokeServicesPage
extends Struct.SingleTypeSchema {
collectionName: 'bespoke_services_pages';
info: {
singularName: 'bespoke-services-page';
pluralName: 'bespoke-services-pages';
displayName: 'BespokeServicesPage';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
BespokeDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.about',
'dynamic-zone.background',
'dynamic-zone.download-btn',
]
>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::bespoke-services-page.bespoke-services-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiBlogBlog extends Struct.CollectionTypeSchema {
collectionName: 'blogs';
info: {
......@@ -1167,6 +1205,88 @@ export interface ApiCorpediaPageCorpediaPage extends Struct.SingleTypeSchema {
};
}
export interface ApiDigitalTransformationPageDigitalTransformationPage
extends Struct.SingleTypeSchema {
collectionName: 'digital_transformation_pages';
info: {
singularName: 'digital-transformation-page';
pluralName: 'digital-transformation-pages';
displayName: 'DigitalTransformationPage';
description: '';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
DigitalTransformationDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.about',
'dynamic-zone.background',
'dynamic-zone.rules-application',
'dynamic-zone.element-two',
'dynamic-zone.download-btn',
]
>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::digital-transformation-page.digital-transformation-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiEmpoweringFinancePageEmpoweringFinancePage
extends Struct.SingleTypeSchema {
collectionName: 'empowering_finance_pages';
info: {
singularName: 'empowering-finance-page';
pluralName: 'empowering-finance-pages';
displayName: 'EmpoweringFinancePage';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
EmpoweringFinanceDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.background',
'dynamic-zone.about',
'dynamic-zone.element-one',
'dynamic-zone.download-btn',
'dynamic-zone.facts',
]
>;
FAQ: Schema.Attribute.Component<'layout.heading', false>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::empowering-finance-page.empowering-finance-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiFcPageFcPage extends Struct.SingleTypeSchema {
collectionName: 'fc_pages';
info: {
......@@ -1207,6 +1327,46 @@ export interface ApiFcPageFcPage extends Struct.SingleTypeSchema {
};
}
export interface ApiGccServicePageGccServicePage
extends Struct.SingleTypeSchema {
collectionName: 'gcc_service_pages';
info: {
singularName: 'gcc-service-page';
pluralName: 'gcc-service-pages';
displayName: 'GCCServicePage';
description: '';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
GccDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.about',
'dynamic-zone.background',
'dynamic-zone.rules-application',
'dynamic-zone.download-btn',
]
>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::gcc-service-page.gcc-service-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiGlobalGlobal extends Struct.SingleTypeSchema {
collectionName: 'globals';
info: {
......@@ -2024,6 +2184,7 @@ declare module '@strapi/strapi' {
'api::apc.apc': ApiApcApc;
'api::article.article': ApiArticleArticle;
'api::author.author': ApiAuthorAuthor;
'api::bespoke-services-page.bespoke-services-page': ApiBespokeServicesPageBespokeServicesPage;
'api::blog.blog': ApiBlogBlog;
'api::blog-page.blog-page': ApiBlogPageBlogPage;
'api::book-closure-and-audit-page.book-closure-and-audit-page': ApiBookClosureAndAuditPageBookClosureAndAuditPage;
......@@ -2038,7 +2199,10 @@ declare module '@strapi/strapi' {
'api::contact-form.contact-form': ApiContactFormContactForm;
'api::corpedia.corpedia': ApiCorpediaCorpedia;
'api::corpedia-page.corpedia-page': ApiCorpediaPageCorpediaPage;
'api::digital-transformation-page.digital-transformation-page': ApiDigitalTransformationPageDigitalTransformationPage;
'api::empowering-finance-page.empowering-finance-page': ApiEmpoweringFinancePageEmpoweringFinancePage;
'api::fc-page.fc-page': ApiFcPageFcPage;
'api::gcc-service-page.gcc-service-page': ApiGccServicePageGccServicePage;
'api::global.global': ApiGlobalGlobal;
'api::google-manger.google-manger': ApiGoogleMangerGoogleManger;
'api::home.home': ApiHomeHome;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!