Commit 8037357c by sujata

changes

1 parent d5e7bbfd
{
"kind": "singleType",
"collectionName": "academic_councils",
"info": {
"singularName": "academic-council",
"pluralName": "academic-councils",
"displayName": "Academic Advisory Council"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"MembersAcademicCouncil": {
"type": "component",
"component": "aboutus.council-team",
"repeatable": true
},
"VideoGallery": {
"type": "component",
"component": "aboutus.video-gallery",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"InvolvementofAcademicCouncil": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
}
}
'use strict';
/**
* academic-council controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::academic-council.academic-council');
'use strict';
/**
* academic-council router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::academic-council.academic-council');
'use strict';
/**
* academic-council service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::academic-council.academic-council');
{
"kind": "singleType",
"collectionName": "chairman_messages",
"info": {
"singularName": "chairman-message",
"pluralName": "chairman-messages",
"displayName": "Chairman Message"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"ChairmanMessage": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"ChairmanInfo": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"VideoGallery": {
"type": "component",
"component": "aboutus.video-gallery",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* chairman-message controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::chairman-message.chairman-message');
'use strict';
/**
* chairman-message router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::chairman-message.chairman-message');
'use strict';
/**
* chairman-message service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::chairman-message.chairman-message');
{
"kind": "singleType",
"collectionName": "chief_mentors_messages",
"info": {
"singularName": "chief-mentors-message",
"pluralName": "chief-mentors-messages",
"displayName": "Chief Mentors Message"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Chiefmentorsmsg": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"VideoGallery": {
"type": "component",
"component": "aboutus.video-gallery",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* chief-mentors-message controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::chief-mentors-message.chief-mentors-message');
'use strict';
/**
* chief-mentors-message router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::chief-mentors-message.chief-mentors-message');
'use strict';
/**
* chief-mentors-message service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::chief-mentors-message.chief-mentors-message');
......@@ -21,23 +21,24 @@
"component": "heading.heading",
"repeatable": false
},
"Chairman": {
"type": "richtext"
},
"VideoGallery": {
"type": "component",
"component": "aboutus.video-gallery",
"repeatable": false
},
"FounderMsg": {
"type": "richtext"
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Image": {
"FounderMsg": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"FounderInfo": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
......
......@@ -19,7 +19,7 @@
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": true
"repeatable": false
},
"LifeatIBA": {
"type": "component",
......
......@@ -11,19 +11,29 @@
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"councilmember": {
"type": "component",
"component": "aboutus.council-team",
"repeatable": true
},
"seo": {
"VideoGallery": {
"type": "component",
"component": "shared.seo",
"repeatable": true
"component": "aboutus.video-gallery",
"repeatable": false
},
"Banner": {
"seo": {
"type": "component",
"component": "inner-banner.inner-banner",
"component": "shared.seo",
"repeatable": false
}
}
......
......@@ -13,6 +13,9 @@
},
"Heading2": {
"type": "string"
},
"Description": {
"type": "text"
}
},
"config": {}
......
......@@ -83,6 +83,7 @@ export interface HeadingHeading extends Struct.ComponentSchema {
displayName: 'Heading';
};
attributes: {
Description: Schema.Attribute.Text;
Heading1: Schema.Attribute.String;
Heading2: Schema.Attribute.String;
Subheading: Schema.Attribute.String;
......
......@@ -373,6 +373,134 @@ export interface AdminUser extends Struct.CollectionTypeSchema {
};
}
export interface ApiAcademicCouncilAcademicCouncil
extends Struct.SingleTypeSchema {
collectionName: 'academic_councils';
info: {
displayName: 'Academic Advisory Council';
pluralName: 'academic-councils';
singularName: 'academic-council';
};
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;
Heading: Schema.Attribute.Component<'heading.heading', false>;
InvolvementofAcademicCouncil: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::academic-council.academic-council'
> &
Schema.Attribute.Private;
MembersAcademicCouncil: Schema.Attribute.Component<
'aboutus.council-team',
true
>;
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;
VideoGallery: Schema.Attribute.Component<'aboutus.video-gallery', false>;
};
}
export interface ApiChairmanMessageChairmanMessage
extends Struct.SingleTypeSchema {
collectionName: 'chairman_messages';
info: {
displayName: 'Chairman Message';
pluralName: 'chairman-messages';
singularName: 'chairman-message';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
ChairmanInfo: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
ChairmanMessage: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::chairman-message.chairman-message'
> &
Schema.Attribute.Private;
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;
VideoGallery: Schema.Attribute.Component<'aboutus.video-gallery', false>;
};
}
export interface ApiChiefMentorsMessageChiefMentorsMessage
extends Struct.SingleTypeSchema {
collectionName: 'chief_mentors_messages';
info: {
displayName: 'Chief Mentors Message';
pluralName: 'chief-mentors-messages';
singularName: 'chief-mentors-message';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
Chiefmentorsmsg: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::chief-mentors-message.chief-mentors-message'
> &
Schema.Attribute.Private;
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;
VideoGallery: Schema.Attribute.Component<'aboutus.video-gallery', false>;
};
}
export interface ApiFounderChairmanMessageFounderChairmanMessage
extends Struct.SingleTypeSchema {
collectionName: 'founder_chairman_messages';
......@@ -386,19 +514,24 @@ export interface ApiFounderChairmanMessageFounderChairmanMessage
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
Chairman: Schema.Attribute.RichText;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
FounderMsg: Schema.Attribute.RichText;
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.RichText &
FounderInfo: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
FounderMsg: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
......@@ -437,7 +570,7 @@ export interface ApiHomePageHomePage extends Struct.SingleTypeSchema {
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'home.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
......@@ -528,6 +661,7 @@ export interface ApiTheGoverningCouncilTheGoverningCouncil
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
......@@ -535,10 +669,11 @@ export interface ApiTheGoverningCouncilTheGoverningCouncil
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
VideoGallery: Schema.Attribute.Component<'aboutus.video-gallery', false>;
};
}
......@@ -1051,6 +1186,9 @@ declare module '@strapi/strapi' {
'admin::transfer-token': AdminTransferToken;
'admin::transfer-token-permission': AdminTransferTokenPermission;
'admin::user': AdminUser;
'api::academic-council.academic-council': ApiAcademicCouncilAcademicCouncil;
'api::chairman-message.chairman-message': ApiChairmanMessageChairmanMessage;
'api::chief-mentors-message.chief-mentors-message': ApiChiefMentorsMessageChiefMentorsMessage;
'api::founder-chairman-message.founder-chairman-message': ApiFounderChairmanMessageFounderChairmanMessage;
'api::home-page.home-page': ApiHomePageHomePage;
'api::members-of-academic-council.members-of-academic-council': ApiMembersOfAcademicCouncilMembersOfAcademicCouncil;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!