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 @@ ...@@ -21,23 +21,24 @@
"component": "heading.heading", "component": "heading.heading",
"repeatable": false "repeatable": false
}, },
"Chairman": {
"type": "richtext"
},
"VideoGallery": { "VideoGallery": {
"type": "component", "type": "component",
"component": "aboutus.video-gallery", "component": "aboutus.video-gallery",
"repeatable": false "repeatable": false
}, },
"FounderMsg": {
"type": "richtext"
},
"seo": { "seo": {
"type": "component", "type": "component",
"component": "shared.seo", "component": "shared.seo",
"repeatable": false "repeatable": false
}, },
"Image": { "FounderMsg": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"FounderInfo": {
"type": "customField", "type": "customField",
"customField": "plugin::ckeditor5.CKEditor", "customField": "plugin::ckeditor5.CKEditor",
"options": { "options": {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"seo": { "seo": {
"type": "component", "type": "component",
"component": "shared.seo", "component": "shared.seo",
"repeatable": true "repeatable": false
}, },
"LifeatIBA": { "LifeatIBA": {
"type": "component", "type": "component",
......
...@@ -11,19 +11,29 @@ ...@@ -11,19 +11,29 @@
}, },
"pluginOptions": {}, "pluginOptions": {},
"attributes": { "attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"councilmember": { "councilmember": {
"type": "component", "type": "component",
"component": "aboutus.council-team", "component": "aboutus.council-team",
"repeatable": true "repeatable": true
}, },
"seo": { "VideoGallery": {
"type": "component", "type": "component",
"component": "shared.seo", "component": "aboutus.video-gallery",
"repeatable": true "repeatable": false
}, },
"Banner": { "seo": {
"type": "component", "type": "component",
"component": "inner-banner.inner-banner", "component": "shared.seo",
"repeatable": false "repeatable": false
} }
} }
......
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
}, },
"Heading2": { "Heading2": {
"type": "string" "type": "string"
},
"Description": {
"type": "text"
} }
}, },
"config": {} "config": {}
......
...@@ -83,6 +83,7 @@ export interface HeadingHeading extends Struct.ComponentSchema { ...@@ -83,6 +83,7 @@ export interface HeadingHeading extends Struct.ComponentSchema {
displayName: 'Heading'; displayName: 'Heading';
}; };
attributes: { attributes: {
Description: Schema.Attribute.Text;
Heading1: Schema.Attribute.String; Heading1: Schema.Attribute.String;
Heading2: Schema.Attribute.String; Heading2: Schema.Attribute.String;
Subheading: Schema.Attribute.String; Subheading: Schema.Attribute.String;
......
...@@ -373,6 +373,134 @@ export interface AdminUser extends Struct.CollectionTypeSchema { ...@@ -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 export interface ApiFounderChairmanMessageFounderChairmanMessage
extends Struct.SingleTypeSchema { extends Struct.SingleTypeSchema {
collectionName: 'founder_chairman_messages'; collectionName: 'founder_chairman_messages';
...@@ -386,19 +514,24 @@ export interface ApiFounderChairmanMessageFounderChairmanMessage ...@@ -386,19 +514,24 @@ export interface ApiFounderChairmanMessageFounderChairmanMessage
}; };
attributes: { attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>; Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
Chairman: Schema.Attribute.RichText;
createdAt: Schema.Attribute.DateTime; createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private; Schema.Attribute.Private;
FounderMsg: Schema.Attribute.RichText; FounderInfo: Schema.Attribute.RichText &
Heading: Schema.Attribute.Component<'heading.heading', false>; Schema.Attribute.CustomField<
Image: Schema.Attribute.RichText & 'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
FounderMsg: Schema.Attribute.RichText &
Schema.Attribute.CustomField< Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor', 'plugin::ckeditor5.CKEditor',
{ {
preset: 'defaultHtml'; preset: 'defaultHtml';
} }
>; >;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private; locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation< localizations: Schema.Attribute.Relation<
'oneToMany', 'oneToMany',
...@@ -437,7 +570,7 @@ export interface ApiHomePageHomePage extends Struct.SingleTypeSchema { ...@@ -437,7 +570,7 @@ export interface ApiHomePageHomePage extends Struct.SingleTypeSchema {
Schema.Attribute.Private; Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'home.overview', false>; Overview: Schema.Attribute.Component<'home.overview', false>;
publishedAt: Schema.Attribute.DateTime; publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', true>; seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime; updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private; Schema.Attribute.Private;
...@@ -528,6 +661,7 @@ export interface ApiTheGoverningCouncilTheGoverningCouncil ...@@ -528,6 +661,7 @@ export interface ApiTheGoverningCouncilTheGoverningCouncil
createdAt: Schema.Attribute.DateTime; createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private; Schema.Attribute.Private;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private; locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation< localizations: Schema.Attribute.Relation<
'oneToMany', 'oneToMany',
...@@ -535,10 +669,11 @@ export interface ApiTheGoverningCouncilTheGoverningCouncil ...@@ -535,10 +669,11 @@ export interface ApiTheGoverningCouncilTheGoverningCouncil
> & > &
Schema.Attribute.Private; Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime; publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', true>; seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime; updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private; Schema.Attribute.Private;
VideoGallery: Schema.Attribute.Component<'aboutus.video-gallery', false>;
}; };
} }
...@@ -1051,6 +1186,9 @@ declare module '@strapi/strapi' { ...@@ -1051,6 +1186,9 @@ declare module '@strapi/strapi' {
'admin::transfer-token': AdminTransferToken; 'admin::transfer-token': AdminTransferToken;
'admin::transfer-token-permission': AdminTransferTokenPermission; 'admin::transfer-token-permission': AdminTransferTokenPermission;
'admin::user': AdminUser; '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::founder-chairman-message.founder-chairman-message': ApiFounderChairmanMessageFounderChairmanMessage;
'api::home-page.home-page': ApiHomePageHomePage; 'api::home-page.home-page': ApiHomePageHomePage;
'api::members-of-academic-council.members-of-academic-council': ApiMembersOfAcademicCouncilMembersOfAcademicCouncil; '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!