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 b4e50c99
authored
2025-10-10 18:45:32 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in academic section
1 parent
07b184c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
src/api/academic-council/content-types/academic-council/schema.json
src/components/aboutus/involvementof-academic-council.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/academic-council/content-types/academic-council/schema.json
View file @
b4e50c9
...
...
@@ -35,13 +35,6 @@
"type"
:
"component"
,
"component"
:
"aboutus.involvementof-academic-council"
,
"repeatable"
:
false
},
"Description"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
}
}
}
src/components/aboutus/involvementof-academic-council.json
View file @
b4e50c9
...
...
@@ -9,6 +9,13 @@
"type"
:
"component"
,
"component"
:
"heading.heading"
,
"repeatable"
:
false
},
"Description"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
}
},
"config"
:
{}
...
...
types/generated/components.d.ts
View file @
b4e50c9
...
...
@@ -48,6 +48,13 @@ export interface AboutusInvolvementofAcademicCouncil
displayName
:
' InvolvementofAcademicCouncil'
;
};
attributes
:
{
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'heading.heading'
,
false
>
;
};
}
...
...
types/generated/contentTypes.d.ts
View file @
b4e50c9
...
...
@@ -418,13 +418,6 @@ export interface ApiAcademicCouncilAcademicCouncil
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
Schema
.
Attribute
.
Private
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'heading.heading'
,
false
>
;
InvolvementofAcademic
:
Schema
.
Attribute
.
Component
<
'aboutus.involvementof-academic-council'
,
...
...
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