Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
iba_backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 95628be8
authored
2025-10-14 11:50:43 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add filed in faculty
1 parent
315d6db8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
0 deletions
src/api/faculty-member/content-types/faculty-member/schema.json
src/components/faculty/member-details.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/faculty-member/content-types/faculty-member/schema.json
View file @
95628be
...
@@ -120,6 +120,11 @@
...
@@ -120,6 +120,11 @@
"slug"
:
{
"slug"
:
{
"type"
:
"uid"
,
"type"
:
"uid"
,
"targetField"
:
"Name"
"targetField"
:
"Name"
},
"MemberDetails"
:
{
"type"
:
"component"
,
"component"
:
"faculty.member-details"
,
"repeatable"
:
true
}
}
}
}
}
}
src/components/faculty/member-details.json
0 → 100644
View file @
95628be
{
"collectionName"
:
"components_faculty_member_details"
,
"info"
:
{
"displayName"
:
"MemberDetails"
},
"options"
:
{},
"attributes"
:
{
"Title"
:
{
"type"
:
"string"
},
"Description"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
}
},
"config"
:
{}
}
types/generated/components.d.ts
View file @
95628be
...
@@ -336,6 +336,23 @@ export interface FacultyLeadershipManagementList
...
@@ -336,6 +336,23 @@ export interface FacultyLeadershipManagementList
};
};
}
}
export
interface
FacultyMemberDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_faculty_member_details'
;
info
:
{
displayName
:
'MemberDetails'
;
};
attributes
:
{
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
Title
:
Schema
.
Attribute
.
String
;
};
}
export
interface
FacultyNotableResearch
extends
Struct
.
ComponentSchema
{
export
interface
FacultyNotableResearch
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_faculty_notable_researches'
;
collectionName
:
'components_faculty_notable_researches'
;
info
:
{
info
:
{
...
@@ -1207,6 +1224,7 @@ declare module '@strapi/strapi' {
...
@@ -1207,6 +1224,7 @@ declare module '@strapi/strapi' {
'faculty.details'
:
FacultyDetails
;
'faculty.details'
:
FacultyDetails
;
'faculty.faculty-list'
:
FacultyFacultyList
;
'faculty.faculty-list'
:
FacultyFacultyList
;
'faculty.leadership-management-list'
:
FacultyLeadershipManagementList
;
'faculty.leadership-management-list'
:
FacultyLeadershipManagementList
;
'faculty.member-details'
:
FacultyMemberDetails
;
'faculty.notable-research'
:
FacultyNotableResearch
;
'faculty.notable-research'
:
FacultyNotableResearch
;
'faculty.overview'
:
FacultyOverview
;
'faculty.overview'
:
FacultyOverview
;
'faculty.papers-presented'
:
FacultyPapersPresented
;
'faculty.papers-presented'
:
FacultyPapersPresented
;
...
...
types/generated/contentTypes.d.ts
View file @
95628be
...
@@ -1539,6 +1539,7 @@ export interface ApiFacultyMemberFacultyMember
...
@@ -1539,6 +1539,7 @@ export interface ApiFacultyMemberFacultyMember
'api::faculty-member.faculty-member'
'api::faculty-member.faculty-member'
>
&
>
&
Schema
.
Attribute
.
Private
;
Schema
.
Attribute
.
Private
;
MemberDetails
:
Schema
.
Attribute
.
Component
<
'faculty.member-details'
,
true
>
;
Name
:
Schema
.
Attribute
.
String
;
Name
:
Schema
.
Attribute
.
String
;
PapersPresented
:
Schema
.
Attribute
.
RichText
&
PapersPresented
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
Schema
.
Attribute
.
CustomField
<
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment