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 17a7b9e8
authored
2025-10-14 12:35:39 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in faculty field
1 parent
95628be8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
131 deletions
src/api/faculty-member/content-types/faculty-member/schema.json
types/generated/contentTypes.d.ts
src/api/faculty-member/content-types/faculty-member/schema.json
View file @
17a7b9e
...
...
@@ -32,69 +32,6 @@
"Email"
:
{
"type"
:
"string"
},
"EducationalQualification"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"WorkExperience"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"AcademicAffiliation"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"ProfessionalAffiliation"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"HonorsAchievement"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"Books"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"AreaofResearch"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"PublicationsArticle"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"PapersPresented"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"Details"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
...
...
@@ -102,6 +39,11 @@
"preset"
:
"defaultHtml"
}
},
"MemberDetails"
:
{
"type"
:
"component"
,
"component"
:
"faculty.member-details"
,
"repeatable"
:
true
},
"Image"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
...
...
@@ -120,11 +62,6 @@
"slug"
:
{
"type"
:
"uid"
,
"targetField"
:
"Name"
},
"MemberDetails"
:
{
"type"
:
"component"
,
"component"
:
"faculty.member-details"
,
"repeatable"
:
true
}
}
}
types/generated/contentTypes.d.ts
View file @
17a7b9e
...
...
@@ -1482,29 +1482,8 @@ export interface ApiFacultyMemberFacultyMember
draftAndPublish
:
true
;
};
attributes
:
{
AcademicAffiliation
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
AcademicExp
:
Schema
.
Attribute
.
String
;
AreaofResearch
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
AreaSpecialization
:
Schema
.
Attribute
.
Text
;
Books
:
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
;
...
...
@@ -1516,21 +1495,7 @@ export interface ApiFacultyMemberFacultyMember
preset
:
'defaultHtml'
;
}
>
;
EducationalQualification
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
Email
:
Schema
.
Attribute
.
String
;
HonorsAchievement
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
IndustryExp
:
Schema
.
Attribute
.
String
;
locale
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Private
;
...
...
@@ -1541,27 +1506,6 @@ export interface ApiFacultyMemberFacultyMember
Schema
.
Attribute
.
Private
;
MemberDetails
:
Schema
.
Attribute
.
Component
<
'faculty.member-details'
,
true
>
;
Name
:
Schema
.
Attribute
.
String
;
PapersPresented
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
ProfessionalAffiliation
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
PublicationsArticle
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
Qualification
:
Schema
.
Attribute
.
Text
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
...
...
@@ -1569,13 +1513,6 @@ export interface ApiFacultyMemberFacultyMember
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
Schema
.
Attribute
.
Private
;
WorkExperience
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
};
}
...
...
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