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 efacfde0
authored
2025-10-10 19:10:45 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
edit about us compont
1 parent
b4e50c99
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
0 deletions
src/api/international-accreditation/content-types/international-accreditation/schema.json
src/components/aboutus/pdf-link.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/international-accreditation/content-types/international-accreditation/schema.json
View file @
efacfde
...
@@ -32,6 +32,11 @@
...
@@ -32,6 +32,11 @@
"options"
:
{
"options"
:
{
"preset"
:
"defaultHtml"
"preset"
:
"defaultHtml"
}
}
},
"PdfLink"
:
{
"type"
:
"component"
,
"component"
:
"aboutus.pdf-link"
,
"repeatable"
:
true
}
}
}
}
}
}
src/components/aboutus/pdf-link.json
0 → 100644
View file @
efacfde
{
"collectionName"
:
"components_aboutus_pdf_links"
,
"info"
:
{
"displayName"
:
"PdfLink"
},
"options"
:
{},
"attributes"
:
{
"Title"
:
{
"type"
:
"string"
},
"Link"
:
{
"type"
:
"string"
},
"Pdf"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
}
},
"config"
:
{}
}
types/generated/components.d.ts
View file @
efacfde
...
@@ -71,6 +71,18 @@ export interface AboutusMissionAndVision extends Struct.ComponentSchema {
...
@@ -71,6 +71,18 @@ export interface AboutusMissionAndVision extends Struct.ComponentSchema {
};
};
}
}
export
interface
AboutusPdfLink
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_aboutus_pdf_links'
;
info
:
{
displayName
:
'PdfLink'
;
};
attributes
:
{
Link
:
Schema
.
Attribute
.
String
;
Pdf
:
Schema
.
Attribute
.
Media
<
'files'
>
;
Title
:
Schema
.
Attribute
.
String
;
};
}
export
interface
AboutusVideoGallery
extends
Struct
.
ComponentSchema
{
export
interface
AboutusVideoGallery
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_aboutus_video_galleries'
;
collectionName
:
'components_aboutus_video_galleries'
;
info
:
{
info
:
{
...
@@ -1154,6 +1166,7 @@ declare module '@strapi/strapi' {
...
@@ -1154,6 +1166,7 @@ declare module '@strapi/strapi' {
'aboutus.cultural-symbols-list'
:
AboutusCulturalSymbolsList
;
'aboutus.cultural-symbols-list'
:
AboutusCulturalSymbolsList
;
'aboutus.involvementof-academic-council'
:
AboutusInvolvementofAcademicCouncil
;
'aboutus.involvementof-academic-council'
:
AboutusInvolvementofAcademicCouncil
;
'aboutus.mission-and-vision'
:
AboutusMissionAndVision
;
'aboutus.mission-and-vision'
:
AboutusMissionAndVision
;
'aboutus.pdf-link'
:
AboutusPdfLink
;
'aboutus.video-gallery'
:
AboutusVideoGallery
;
'aboutus.video-gallery'
:
AboutusVideoGallery
;
'aboutus.video-l-ist'
:
AboutusVideoLIst
;
'aboutus.video-l-ist'
:
AboutusVideoLIst
;
'aboutus.videolist'
:
AboutusVideolist
;
'aboutus.videolist'
:
AboutusVideolist
;
...
...
types/generated/contentTypes.d.ts
View file @
efacfde
...
@@ -2041,6 +2041,7 @@ export interface ApiInternationalAccreditationInternationalAccreditation
...
@@ -2041,6 +2041,7 @@ export interface ApiInternationalAccreditationInternationalAccreditation
'api::international-accreditation.international-accreditation'
'api::international-accreditation.international-accreditation'
>
&
>
&
Schema
.
Attribute
.
Private
;
Schema
.
Attribute
.
Private
;
PdfLink
:
Schema
.
Attribute
.
Component
<
'aboutus.pdf-link'
,
true
>
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
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