Commit c4c9b7bf by sujata

add commponet

1 parent 34ed0969
{
"kind": "singleType",
"collectionName": "about_sidebars",
"info": {
"singularName": "about-sidebar",
"pluralName": "about-sidebars",
"displayName": "AboutSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* about-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::about-sidebar.about-sidebar');
'use strict';
/**
* about-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::about-sidebar.about-sidebar');
'use strict';
/**
* about-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::about-sidebar.about-sidebar');
{
"kind": "singleType",
"collectionName": "bangalore_sustainability_pages",
"info": {
"singularName": "bangalore-sustainability-page",
"pluralName": "bangalore-sustainability-pages",
"displayName": "Bangalore Sustainability Page"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"SustainabilityDetails": {
"type": "component",
"component": "faculty.sustainability-details",
"repeatable": true
},
"TabDetails": {
"type": "component",
"component": "faculty.tab-details",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* bangalore-sustainability-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::bangalore-sustainability-page.bangalore-sustainability-page');
'use strict';
/**
* bangalore-sustainability-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::bangalore-sustainability-page.bangalore-sustainability-page');
'use strict';
/**
* bangalore-sustainability-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::bangalore-sustainability-page.bangalore-sustainability-page');
{
"kind": "singleType",
"collectionName": "centers_of_excellence_pages",
"info": {
"singularName": "centers-of-excellence-page",
"pluralName": "centers-of-excellence-pages",
"displayName": "Centers of Excellence Page"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "faculty.overview",
"repeatable": false
},
"Details": {
"type": "component",
"component": "faculty.details",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* centers-of-excellence-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::centers-of-excellence-page.centers-of-excellence-page');
'use strict';
/**
* centers-of-excellence-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::centers-of-excellence-page.centers-of-excellence-page');
'use strict';
/**
* centers-of-excellence-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::centers-of-excellence-page.centers-of-excellence-page');
{
"kind": "singleType",
"collectionName": "iba_marketing_forums",
"info": {
"singularName": "iba-marketing-forum",
"pluralName": "iba-marketing-forums",
"displayName": "IBA Marketing Page"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "faculty.overview",
"repeatable": false
},
"CoordinatorDetails": {
"type": "component",
"component": "faculty.coordinator-details",
"repeatable": false
},
"ImageSlider": {
"type": "component",
"component": "dynamic-zone.image-slider",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* iba-marketing-forum controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::iba-marketing-forum.iba-marketing-forum');
'use strict';
/**
* iba-marketing-forum router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::iba-marketing-forum.iba-marketing-forum');
'use strict';
/**
* iba-marketing-forum service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::iba-marketing-forum.iba-marketing-forum');
{
"collectionName": "components_faculty_coordinator_details",
"info": {
"displayName": "Coordinator Details"
},
"options": {},
"attributes": {
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Information": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"Details": {
"type": "component",
"component": "faculty.details",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_faculty_details",
"info": {
"displayName": "Details"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
{
"collectionName": "components_faculty_overviews",
"info": {
"displayName": "Overview"
},
"options": {},
"attributes": {
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Heading": {
"type": "component",
"component": "second-dynamic-section.heading",
"repeatable": false
}
},
"config": {}
}
{
"collectionName": "components_faculty_sustainability_details",
"info": {
"displayName": "SustainabilityDetails"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
{
"collectionName": "components_faculty_tab_details",
"info": {
"displayName": "TabDetails"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
......@@ -216,6 +216,41 @@ export interface FacultyBooksAuthoredList extends Struct.ComponentSchema {
};
}
export interface FacultyCoordinatorDetails extends Struct.ComponentSchema {
collectionName: 'components_faculty_coordinator_details';
info: {
displayName: 'Coordinator Details';
};
attributes: {
Details: Schema.Attribute.Component<'faculty.details', true>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Information: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
};
}
export interface FacultyDetails extends Struct.ComponentSchema {
collectionName: 'components_faculty_details';
info: {
displayName: 'Details';
};
attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Title: Schema.Attribute.String;
};
}
export interface FacultyFacultyList extends Struct.ComponentSchema {
collectionName: 'components_faculty_faculty_lists';
info: {
......@@ -238,6 +273,20 @@ export interface FacultyNotableResearch extends Struct.ComponentSchema {
};
}
export interface FacultyOverview extends Struct.ComponentSchema {
collectionName: 'components_faculty_overviews';
info: {
displayName: 'Overview';
};
attributes: {
Heading: Schema.Attribute.Component<
'second-dynamic-section.heading',
false
>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface FacultyPapersPresented extends Struct.ComponentSchema {
collectionName: 'components_faculty_papers_presenteds';
info: {
......@@ -248,6 +297,40 @@ export interface FacultyPapersPresented extends Struct.ComponentSchema {
};
}
export interface FacultySustainabilityDetails extends Struct.ComponentSchema {
collectionName: 'components_faculty_sustainability_details';
info: {
displayName: 'SustainabilityDetails';
};
attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
export interface FacultyTabDetails extends Struct.ComponentSchema {
collectionName: 'components_faculty_tab_details';
info: {
displayName: 'TabDetails';
};
attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Title: Schema.Attribute.String;
};
}
export interface HeadingHeading extends Struct.ComponentSchema {
collectionName: 'components_heading_headings';
info: {
......@@ -654,9 +737,14 @@ declare module '@strapi/strapi' {
'dynamic-zone.list-data': DynamicZoneListData;
'dynamic-zone.list-view': DynamicZoneListView;
'faculty.books-authored-list': FacultyBooksAuthoredList;
'faculty.coordinator-details': FacultyCoordinatorDetails;
'faculty.details': FacultyDetails;
'faculty.faculty-list': FacultyFacultyList;
'faculty.notable-research': FacultyNotableResearch;
'faculty.overview': FacultyOverview;
'faculty.papers-presented': FacultyPapersPresented;
'faculty.sustainability-details': FacultySustainabilityDetails;
'faculty.tab-details': FacultyTabDetails;
'heading.heading': HeadingHeading;
'home.home': HomeHome;
'home.lifeat-iba': HomeLifeatIba;
......
......@@ -373,6 +373,35 @@ export interface AdminUser extends Struct.CollectionTypeSchema {
};
}
export interface ApiAboutSidebarAboutSidebar extends Struct.SingleTypeSchema {
collectionName: 'about_sidebars';
info: {
displayName: 'AboutSidebar';
pluralName: 'about-sidebars';
singularName: 'about-sidebar';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Link: Schema.Attribute.Component<'sidebar.links', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::about-sidebar.about-sidebar'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
Title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiAcademicCouncilAcademicCouncil
extends Struct.SingleTypeSchema {
collectionName: 'academic_councils';
......@@ -567,6 +596,41 @@ export interface ApiAlumniSidebarAlumniSidebar
};
}
export interface ApiBangaloreSustainabilityPageBangaloreSustainabilityPage
extends Struct.SingleTypeSchema {
collectionName: 'bangalore_sustainability_pages';
info: {
displayName: 'Bangalore Sustainability Page';
pluralName: 'bangalore-sustainability-pages';
singularName: 'bangalore-sustainability-page';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::bangalore-sustainability-page.bangalore-sustainability-page'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
SustainabilityDetails: Schema.Attribute.Component<
'faculty.sustainability-details',
true
>;
TabDetails: Schema.Attribute.Component<'faculty.tab-details', true>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiBooksAndJournalsPageBooksAndJournalsPage
extends Struct.SingleTypeSchema {
collectionName: 'books_and_journals_pages';
......@@ -630,6 +694,38 @@ export interface ApiCampusLifeSidebarCampusLifeSidebar
};
}
export interface ApiCentersOfExcellencePageCentersOfExcellencePage
extends Struct.SingleTypeSchema {
collectionName: 'centers_of_excellence_pages';
info: {
displayName: 'Centers of Excellence Page';
pluralName: 'centers-of-excellence-pages';
singularName: 'centers-of-excellence-page';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Details: Schema.Attribute.Component<'faculty.details', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::centers-of-excellence-page.centers-of-excellence-page'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'faculty.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiChairmanMessageChairmanMessage
extends Struct.SingleTypeSchema {
collectionName: 'chairman_messages';
......@@ -1348,6 +1444,42 @@ export interface ApiHomePageHomePage extends Struct.SingleTypeSchema {
};
}
export interface ApiIbaMarketingForumIbaMarketingForum
extends Struct.SingleTypeSchema {
collectionName: 'iba_marketing_forums';
info: {
displayName: 'IBA Marketing Page';
pluralName: 'iba-marketing-forums';
singularName: 'iba-marketing-forum';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
CoordinatorDetails: Schema.Attribute.Component<
'faculty.coordinator-details',
false
>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
ImageSlider: Schema.Attribute.Component<'dynamic-zone.image-slider', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::iba-marketing-forum.iba-marketing-forum'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'faculty.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiIbaSoapBoxIbaSoapBox extends Struct.SingleTypeSchema {
collectionName: 'iba_soap_boxes';
info: {
......@@ -2512,13 +2644,16 @@ declare module '@strapi/strapi' {
'admin::transfer-token': AdminTransferToken;
'admin::transfer-token-permission': AdminTransferTokenPermission;
'admin::user': AdminUser;
'api::about-sidebar.about-sidebar': ApiAboutSidebarAboutSidebar;
'api::academic-council.academic-council': ApiAcademicCouncilAcademicCouncil;
'api::admission.admission': ApiAdmissionAdmission;
'api::advanced-placement-page.advanced-placement-page': ApiAdvancedPlacementPageAdvancedPlacementPage;
'api::aicte-page.aicte-page': ApiAictePageAictePage;
'api::alumni-sidebar.alumni-sidebar': ApiAlumniSidebarAlumniSidebar;
'api::bangalore-sustainability-page.bangalore-sustainability-page': ApiBangaloreSustainabilityPageBangaloreSustainabilityPage;
'api::books-and-journals-page.books-and-journals-page': ApiBooksAndJournalsPageBooksAndJournalsPage;
'api::campus-life-sidebar.campus-life-sidebar': ApiCampusLifeSidebarCampusLifeSidebar;
'api::centers-of-excellence-page.centers-of-excellence-page': ApiCentersOfExcellencePageCentersOfExcellencePage;
'api::chairman-message.chairman-message': ApiChairmanMessageChairmanMessage;
'api::chief-mentors-message.chief-mentors-message': ApiChiefMentorsMessageChiefMentorsMessage;
'api::corporate-internship.corporate-internship': ApiCorporateInternshipCorporateInternship;
......@@ -2536,6 +2671,7 @@ declare module '@strapi/strapi' {
'api::founder-chairman-message.founder-chairman-message': ApiFounderChairmanMessageFounderChairmanMessage;
'api::global-video-l-ist.global-video-l-ist': ApiGlobalVideoLIstGlobalVideoLIst;
'api::home-page.home-page': ApiHomePageHomePage;
'api::iba-marketing-forum.iba-marketing-forum': ApiIbaMarketingForumIbaMarketingForum;
'api::iba-soap-box.iba-soap-box': ApiIbaSoapBoxIbaSoapBox;
'api::infrastructure.infrastructure': ApiInfrastructureInfrastructure;
'api::international-accreditation.international-accreditation': ApiInternationalAccreditationInternationalAccreditation;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!