Commit 88630000 by sujata

backend compoent

1 parent c4c9b7bf
Showing 71 changed files with 1118 additions and 83 deletions
{
"kind": "singleType",
"collectionName": "admission_sidebars",
"info": {
"singularName": "admission-sidebar",
"pluralName": "admission-sidebars",
"displayName": "AdmissionSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* admission-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::admission-sidebar.admission-sidebar');
'use strict';
/**
* admission-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::admission-sidebar.admission-sidebar');
'use strict';
/**
* admission-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::admission-sidebar.admission-sidebar');
{
"kind": "singleType",
"collectionName": "blogs",
"info": {
"singularName": "blog",
"pluralName": "blogs",
"displayName": "Blog"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* blog controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::blog.blog');
'use strict';
/**
* blog router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::blog.blog');
'use strict';
/**
* blog service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::blog.blog');
......@@ -20,6 +20,16 @@
"type": "component",
"component": "books-journals.books-list",
"repeatable": true
},
"LeadershipManagementList": {
"type": "component",
"component": "faculty.leadership-management-list",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
......@@ -16,14 +16,12 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"Image": {
"OverviewImage": {
"type": "media",
"multiple": false,
"allowedTypes": [
......
{
"kind": "singleType",
"collectionName": "faculty_and_research_sidebars",
"info": {
"singularName": "faculty-and-research-sidebar",
"pluralName": "faculty-and-research-sidebars",
"displayName": "Faculty & Research Sidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* faculty-and-research-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::faculty-and-research-sidebar.faculty-and-research-sidebar');
'use strict';
/**
* faculty-and-research-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::faculty-and-research-sidebar.faculty-and-research-sidebar');
'use strict';
/**
* faculty-and-research-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::faculty-and-research-sidebar.faculty-and-research-sidebar');
......@@ -17,28 +17,24 @@
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"PlacementProcess": {
"PlacementProcessInfo": {
"type": "component",
"component": "placement.placement-process",
"repeatable": true
"component": "placement.placement-process-info",
"repeatable": false
},
"Clientel": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images"
]
"type": "component",
"component": "placement.clientel",
"repeatable": false
},
"SuccessBatchList": {
"SucessBatchList": {
"type": "component",
"component": "placement.success-batch-list",
"repeatable": true
"component": "placement.sucess-batch",
"repeatable": false
},
"seo": {
"type": "component",
......
{
"kind": "singleType",
"collectionName": "full_time_faculty_pages",
"info": {
"singularName": "full-time-faculty-page",
"pluralName": "full-time-faculty-pages",
"displayName": "Full Time Faculty Page"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"faculty_members": {
"type": "relation",
"relation": "oneToMany",
"target": "api::faculty-member.faculty-member"
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* full-time-faculty-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::full-time-faculty-page.full-time-faculty-page');
'use strict';
/**
* full-time-faculty-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::full-time-faculty-page.full-time-faculty-page');
'use strict';
/**
* full-time-faculty-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::full-time-faculty-page.full-time-faculty-page');
{
"kind": "singleType",
"collectionName": "hope_pages",
"info": {
"singularName": "hope-page",
"pluralName": "hope-pages",
"displayName": "HopePage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"ImageSlider": {
"type": "component",
"component": "dynamic-zone.image-slider",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* hope-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::hope-page.hope-page');
'use strict';
/**
* hope-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::hope-page.hope-page');
'use strict';
/**
* hope-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::hope-page.hope-page');
......@@ -16,13 +16,6 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"Button": {
"type": "component",
"component": "cta.cta",
......@@ -32,6 +25,11 @@
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
}
}
}
{
"kind": "singleType",
"collectionName": "infrastructure_sidebars",
"info": {
"singularName": "infrastructure-sidebar",
"pluralName": "infrastructure-sidebars",
"displayName": "InfrastructureSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* infrastructure-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::infrastructure-sidebar.infrastructure-sidebar');
'use strict';
/**
* infrastructure-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::infrastructure-sidebar.infrastructure-sidebar');
'use strict';
/**
* infrastructure-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::infrastructure-sidebar.infrastructure-sidebar');
......@@ -16,12 +16,10 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"LogoList": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images"
]
"RecruitersList": {
"type": "component",
"component": "placement.recruiters-list",
"repeatable": false
},
"seo": {
"type": "component",
......
{
"kind": "singleType",
"collectionName": "pgdm_sidebars",
"info": {
"singularName": "pgdm-sidebar",
"pluralName": "pgdm-sidebars",
"displayName": "PGDM Sidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* pgdm-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::pgdm-sidebar.pgdm-sidebar');
'use strict';
/**
* pgdm-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::pgdm-sidebar.pgdm-sidebar');
'use strict';
/**
* pgdm-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::pgdm-sidebar.pgdm-sidebar');
{
"kind": "singleType",
"collectionName": "placement_sidebars",
"info": {
"singularName": "placement-sidebar",
"pluralName": "placement-sidebars",
"displayName": "PlacementSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"LInk": {
"type": "component",
"component": "sidebar.links",
"repeatable": false
}
}
}
'use strict';
/**
* placement-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::placement-sidebar.placement-sidebar');
'use strict';
/**
* placement-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::placement-sidebar.placement-sidebar');
'use strict';
/**
* placement-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::placement-sidebar.placement-sidebar');
......@@ -16,22 +16,25 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"PlacementList": {
"type": "component",
"component": "placement.placement-list",
"repeatable": true
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"HireIBA": {
"type": "component",
"component": "placement.hire-from-iba",
"repeatable": false
}
}
}
{
"kind": "singleType",
"collectionName": "press_coverages",
"info": {
"singularName": "press-coverage",
"pluralName": "press-coverages",
"displayName": "Press Coverage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"MediaCoverage": {
"type": "component",
"component": "press.media-coverage",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* press-coverage controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::press-coverage.press-coverage');
'use strict';
/**
* press-coverage router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::press-coverage.press-coverage');
'use strict';
/**
* press-coverage service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::press-coverage.press-coverage');
......@@ -16,15 +16,20 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"FestsList": {
"type": "component",
"component": "student-committees.fests-list",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"StudentAchievements": {
"type": "component",
"component": "campuslife.student-achievements",
"repeatable": false
}
}
}
......@@ -16,13 +16,6 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"ClubList": {
"type": "component",
"component": "student-committees.club-list",
......@@ -32,6 +25,11 @@
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
}
}
}
......@@ -16,6 +16,11 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"StudentCommitteesList": {
"type": "component",
"component": "student-committees.student-committees",
......
{
"kind": "singleType",
"collectionName": "testimonials",
"info": {
"singularName": "testimonial",
"pluralName": "testimonials",
"displayName": "Testimonial"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Testimonial": {
"type": "component",
"component": "testimonial.testimonial",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* testimonial controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::testimonial.testimonial');
'use strict';
/**
* testimonial router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::testimonial.testimonial');
'use strict';
/**
* testimonial service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::testimonial.testimonial');
......@@ -9,7 +9,7 @@
"type": "string"
},
"AuthorName": {
"type": "text"
"type": "string"
},
"Details": {
"type": "customField",
......@@ -18,14 +18,18 @@
"preset": "defaultHtml"
}
},
"Image": {
"FrontImage": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
},
"BackImage": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
"images"
]
},
"Link": {
......
{
"collectionName": "components_campuslife_student_achievements",
"info": {
"displayName": "StudentAchievements"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"FestList": {
"type": "component",
"component": "student-committees.fests-list",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_faculty_leadership_management_lists",
"info": {
"displayName": "LeadershipManagementList"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Link": {
"type": "string"
}
},
"config": {}
}
{
"collectionName": "components_placement_clientels",
"info": {
"displayName": "Clientel"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Image": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
}
},
"config": {}
}
{
"collectionName": "components_placement_hire_from_ibas",
"info": {
"displayName": "Hire from IBA"
},
"options": {},
"attributes": {
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
},
"Contact": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"Houroperation": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
......@@ -8,7 +8,7 @@
"Details": {
"type": "component",
"component": "heading.heading",
"repeatable": true
"repeatable": false
},
"Image": {
"type": "media",
......
......@@ -10,8 +10,15 @@
"component": "heading.heading",
"repeatable": false
},
"VideoLink": {
"type": "text"
"videoId": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
......
{
"collectionName": "components_placement_overviews",
"info": {
"displayName": "Overview"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
......@@ -6,13 +6,13 @@
"options": {},
"attributes": {
"PrePlacementTalk": {
"type": "text"
"type": "string"
},
"FinalPlacementProcess": {
"type": "text"
"type": "string"
},
"SummerInternshipProcess": {
"type": "text"
"type": "string"
}
},
"config": {}
......
{
"collectionName": "components_placement_placement_process_infos",
"info": {
"displayName": "PlacementProcessInfo"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"PlacementProcess": {
"type": "component",
"component": "placement.placement-process",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_placement_recruiters_lists",
"info": {
"displayName": "RecruitersList"
},
"options": {},
"attributes": {
"logos": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
},
"config": {}
}
......@@ -15,6 +15,13 @@
"type": "component",
"component": "cta.cta",
"repeatable": false
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
......
{
"collectionName": "components_placement_sucess_batches",
"info": {
"displayName": "SucessBatch"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"SucessBatchList": {
"type": "component",
"component": "placement.success-batch-list",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_press_media_coverages",
"info": {
"displayName": "MediaCoverage"
},
"options": {},
"attributes": {
"Heading": {
"type": "string"
},
"newList": {
"type": "component",
"component": "press.new-list",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_press_new_lists",
"info": {
"displayName": "newList"
},
"options": {},
"attributes": {
"Name": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
}
},
"config": {}
}
......@@ -12,11 +12,10 @@
"images"
]
},
"Title": {
"type": "string"
},
"Description": {
"type": "text"
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
},
"config": {}
......
......@@ -6,7 +6,7 @@
"options": {},
"attributes": {
"FestName": {
"type": "text"
"type": "string"
},
"Link": {
"type": "string"
......
......@@ -15,6 +15,13 @@
"type": "component",
"component": "student-committees.vertical-list",
"repeatable": true
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
......
......@@ -5,6 +5,11 @@
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Title": {
"type": "string"
},
......
{
"collectionName": "components_testimonial_testimonials",
"info": {
"displayName": "Testimonial"
},
"options": {},
"attributes": {
"Name": {
"type": "string"
},
"Batch": {
"type": "string"
},
"Message": {
"type": "text"
},
"Designation": {
"type": "string"
},
"Location": {
"type": "string"
},
"Category": {
"type": "enumeration",
"enum": [
"Alumni",
"Visitors",
"Guests"
]
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
}
......@@ -101,7 +101,8 @@ export interface BooksJournalsBooksList extends Struct.ComponentSchema {
displayName: 'BooksList';
};
attributes: {
AuthorName: Schema.Attribute.Text;
AuthorName: Schema.Attribute.String;
BackImage: Schema.Attribute.Media<'images'>;
Details: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
......@@ -109,12 +110,23 @@ export interface BooksJournalsBooksList extends Struct.ComponentSchema {
preset: 'defaultHtml';
}
>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
FrontImage: Schema.Attribute.Media<'images'>;
Link: Schema.Attribute.String;
Name: Schema.Attribute.String;
};
}
export interface CampuslifeStudentAchievements extends Struct.ComponentSchema {
collectionName: 'components_campuslife_student_achievements';
info: {
displayName: 'StudentAchievements';
};
attributes: {
FestList: Schema.Attribute.Component<'student-committees.fests-list', true>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
export interface CtaCta extends Struct.ComponentSchema {
collectionName: 'components_cta_ctas';
info: {
......@@ -263,6 +275,20 @@ export interface FacultyFacultyList extends Struct.ComponentSchema {
};
}
export interface FacultyLeadershipManagementList
extends Struct.ComponentSchema {
collectionName: 'components_faculty_leadership_management_lists';
info: {
displayName: 'LeadershipManagementList';
};
attributes: {
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Link: Schema.Attribute.String;
Title: Schema.Attribute.String;
};
}
export interface FacultyNotableResearch extends Struct.ComponentSchema {
collectionName: 'components_faculty_notable_researches';
info: {
......@@ -399,13 +425,51 @@ export interface InnerBannerInnerBanner extends Struct.ComponentSchema {
};
}
export interface PlacementClientel extends Struct.ComponentSchema {
collectionName: 'components_placement_clientels';
info: {
displayName: 'Clientel';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios',
true
>;
};
}
export interface PlacementHireFromIba extends Struct.ComponentSchema {
collectionName: 'components_placement_hire_from_ibas';
info: {
displayName: 'Hire from IBA';
};
attributes: {
Contact: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Houroperation: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface PlacementInterfacing extends Struct.ComponentSchema {
collectionName: 'components_placement_interfacings';
info: {
displayName: 'Interfacing';
};
attributes: {
Details: Schema.Attribute.Component<'heading.heading', true>;
Details: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<'images', true>;
};
}
......@@ -417,7 +481,25 @@ export interface PlacementMentoring extends Struct.ComponentSchema {
};
attributes: {
Details: Schema.Attribute.Component<'heading.heading', false>;
VideoLink: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
videoId: Schema.Attribute.String;
};
}
export interface PlacementOverview extends Struct.ComponentSchema {
collectionName: 'components_placement_overviews';
info: {
displayName: 'Overview';
};
attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
......@@ -427,9 +509,9 @@ export interface PlacementPlacementList extends Struct.ComponentSchema {
displayName: 'PlacementList';
};
attributes: {
FinalPlacementProcess: Schema.Attribute.Text;
PrePlacementTalk: Schema.Attribute.Text;
SummerInternshipProcess: Schema.Attribute.Text;
FinalPlacementProcess: Schema.Attribute.String;
PrePlacementTalk: Schema.Attribute.String;
SummerInternshipProcess: Schema.Attribute.String;
};
}
......@@ -445,6 +527,34 @@ export interface PlacementPlacementProcess extends Struct.ComponentSchema {
};
}
export interface PlacementPlacementProcessInfo extends Struct.ComponentSchema {
collectionName: 'components_placement_placement_process_infos';
info: {
displayName: 'PlacementProcessInfo';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
PlacementProcess: Schema.Attribute.Component<
'placement.placement-process',
true
>;
};
}
export interface PlacementRecruitersList extends Struct.ComponentSchema {
collectionName: 'components_placement_recruiters_lists';
info: {
displayName: 'RecruitersList';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
logos: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios',
true
>;
};
}
export interface PlacementSuccessBatchList extends Struct.ComponentSchema {
collectionName: 'components_placement_success_batch_lists';
info: {
......@@ -454,6 +564,43 @@ export interface PlacementSuccessBatchList extends Struct.ComponentSchema {
Button: Schema.Attribute.Component<'cta.cta', false>;
Description: Schema.Attribute.Text;
Heading: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface PlacementSucessBatch extends Struct.ComponentSchema {
collectionName: 'components_placement_sucess_batches';
info: {
displayName: 'SucessBatch';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
SucessBatchList: Schema.Attribute.Component<
'placement.success-batch-list',
true
>;
};
}
export interface PressMediaCoverage extends Struct.ComponentSchema {
collectionName: 'components_press_media_coverages';
info: {
displayName: 'MediaCoverage';
};
attributes: {
Heading: Schema.Attribute.String;
newList: Schema.Attribute.Component<'press.new-list', true>;
};
}
export interface PressNewList extends Struct.ComponentSchema {
collectionName: 'components_press_new_lists';
info: {
displayName: 'newList';
};
attributes: {
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Name: Schema.Attribute.String;
};
}
......@@ -654,9 +801,8 @@ export interface StudentCommitteesClubList extends Struct.ComponentSchema {
displayName: 'ClubList';
};
attributes: {
Description: Schema.Attribute.Text;
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<'images'>;
Title: Schema.Attribute.String;
};
}
......@@ -666,7 +812,7 @@ export interface StudentCommitteesFestList extends Struct.ComponentSchema {
displayName: 'FestList';
};
attributes: {
FestName: Schema.Attribute.Text;
FestName: Schema.Attribute.String;
Link: Schema.Attribute.String;
};
}
......@@ -679,6 +825,7 @@ export interface StudentCommitteesFestsList extends Struct.ComponentSchema {
attributes: {
CollegeName: Schema.Attribute.String;
FestName: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
VerticalList: Schema.Attribute.Component<
'student-committees.vertical-list',
true
......@@ -700,6 +847,7 @@ export interface StudentCommitteesStudentCommittees
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Title: Schema.Attribute.String;
};
......@@ -717,6 +865,22 @@ export interface StudentCommitteesVerticalList extends Struct.ComponentSchema {
};
}
export interface TestimonialTestimonial extends Struct.ComponentSchema {
collectionName: 'components_testimonial_testimonials';
info: {
displayName: 'Testimonial';
};
attributes: {
Batch: Schema.Attribute.String;
Category: Schema.Attribute.Enumeration<['Alumni', 'Visitors', 'Guests']>;
Designation: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
Location: Schema.Attribute.String;
Message: Schema.Attribute.Text;
Name: Schema.Attribute.String;
};
}
declare module '@strapi/strapi' {
export module Public {
export interface ComponentSchemas {
......@@ -729,6 +893,7 @@ declare module '@strapi/strapi' {
'aboutus.videolist': AboutusVideolist;
'aboutus.vission': AboutusVission;
'books-journals.books-list': BooksJournalsBooksList;
'campuslife.student-achievements': CampuslifeStudentAchievements;
'cta.cta': CtaCta;
'dynamic-zone.description': DynamicZoneDescription;
'dynamic-zone.dynamic-zone': DynamicZoneDynamicZone;
......@@ -740,6 +905,7 @@ declare module '@strapi/strapi' {
'faculty.coordinator-details': FacultyCoordinatorDetails;
'faculty.details': FacultyDetails;
'faculty.faculty-list': FacultyFacultyList;
'faculty.leadership-management-list': FacultyLeadershipManagementList;
'faculty.notable-research': FacultyNotableResearch;
'faculty.overview': FacultyOverview;
'faculty.papers-presented': FacultyPapersPresented;
......@@ -750,11 +916,19 @@ declare module '@strapi/strapi' {
'home.lifeat-iba': HomeLifeatIba;
'home.overview': HomeOverview;
'inner-banner.inner-banner': InnerBannerInnerBanner;
'placement.clientel': PlacementClientel;
'placement.hire-from-iba': PlacementHireFromIba;
'placement.interfacing': PlacementInterfacing;
'placement.mentoring': PlacementMentoring;
'placement.overview': PlacementOverview;
'placement.placement-list': PlacementPlacementList;
'placement.placement-process': PlacementPlacementProcess;
'placement.placement-process-info': PlacementPlacementProcessInfo;
'placement.recruiters-list': PlacementRecruitersList;
'placement.success-batch-list': PlacementSuccessBatchList;
'placement.sucess-batch': PlacementSucessBatch;
'press.media-coverage': PressMediaCoverage;
'press.new-list': PressNewList;
'second-dynamic-section.card': SecondDynamicSectionCard;
'second-dynamic-section.card-slider': SecondDynamicSectionCardSlider;
'second-dynamic-section.faq': SecondDynamicSectionFaq;
......@@ -774,6 +948,7 @@ declare module '@strapi/strapi' {
'student-committees.fests-list': StudentCommitteesFestsList;
'student-committees.student-committees': StudentCommitteesStudentCommittees;
'student-committees.vertical-list': StudentCommitteesVerticalList;
'testimonial.testimonial': TestimonialTestimonial;
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!