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 e73a2422
authored
2025-10-23 11:46:33 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
pgdm sidebar
1 parent
2ffc5da0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
34 deletions
src/api/admission-sidebar/content-types/admission-sidebar/schema.json
src/components/header/cc.json
src/components/header/nav-sublink.json
src/components/sidebar/links.json
src/components/sidebar/sub-link.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/admission-sidebar/content-types/admission-sidebar/schema.json
View file @
e73a242
...
...
@@ -18,13 +18,6 @@
"type"
:
"component"
,
"component"
:
"sidebar.links"
,
"repeatable"
:
true
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
}
}
}
src/components/header/cc.json
View file @
e73a242
...
...
@@ -10,16 +10,6 @@
},
"link"
:
{
"type"
:
"string"
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
]
}
},
"config"
:
{}
...
...
src/components/header/nav-sublink.json
View file @
e73a242
...
...
@@ -11,13 +11,6 @@
"link"
:
{
"type"
:
"string"
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
},
"navSubSublink"
:
{
"type"
:
"component"
,
"component"
:
"header.cc"
,
...
...
src/components/sidebar/links.json
View file @
e73a242
...
...
@@ -15,12 +15,10 @@
"type"
:
"boolean"
,
"default"
:
true
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
"subLink"
:
{
"type"
:
"component"
,
"component"
:
"sidebar.sub-link"
,
"repeatable"
:
true
}
},
"config"
:
{}
...
...
src/components/sidebar/sub-link.json
0 → 100644
View file @
e73a242
{
"collectionName"
:
"components_sidebar_sub_links"
,
"info"
:
{
"displayName"
:
"subLink"
},
"options"
:
{},
"attributes"
:
{
"Label"
:
{
"type"
:
"string"
},
"URL"
:
{
"type"
:
"string"
}
},
"config"
:
{}
}
types/generated/components.d.ts
View file @
e73a242
...
...
@@ -501,7 +501,6 @@ export interface HeaderCc extends Struct.ComponentSchema {
};
attributes
:
{
link
:
Schema
.
Attribute
.
String
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
title
:
Schema
.
Attribute
.
String
;
};
}
...
...
@@ -527,7 +526,6 @@ export interface HeaderNavSublink extends Struct.ComponentSchema {
attributes
:
{
link
:
Schema
.
Attribute
.
String
;
navSubSublink
:
Schema
.
Attribute
.
Component
<
'header.cc'
,
true
>
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'files'
>
;
title
:
Schema
.
Attribute
.
String
;
};
}
...
...
@@ -1143,7 +1141,18 @@ export interface SidebarLinks extends Struct.ComponentSchema {
attributes
:
{
Label
:
Schema
.
Attribute
.
String
;
OpenNewTab
:
Schema
.
Attribute
.
Boolean
&
Schema
.
Attribute
.
DefaultTo
<
true
>
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'files'
>
;
subLink
:
Schema
.
Attribute
.
Component
<
'sidebar.sub-link'
,
true
>
;
URL
:
Schema
.
Attribute
.
String
;
};
}
export
interface
SidebarSubLink
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_sidebar_sub_links'
;
info
:
{
displayName
:
'subLink'
;
};
attributes
:
{
Label
:
Schema
.
Attribute
.
String
;
URL
:
Schema
.
Attribute
.
String
;
};
}
...
...
@@ -1322,6 +1331,7 @@ declare module '@strapi/strapi' {
'shared.seo'
:
SharedSeo
;
'shared.slider'
:
SharedSlider
;
'sidebar.links'
:
SidebarLinks
;
'sidebar.sub-link'
:
SidebarSubLink
;
'student-committees.club-list'
:
StudentCommitteesClubList
;
'student-committees.fest-list'
:
StudentCommitteesFestList
;
'student-committees.fests-list'
:
StudentCommitteesFestsList
;
...
...
types/generated/contentTypes.d.ts
View file @
e73a242
...
...
@@ -463,7 +463,6 @@ export interface ApiAdmissionSidebarAdmissionSidebar
'api::admission-sidebar.admission-sidebar'
>
&
Schema
.
Attribute
.
Private
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'files'
>
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
Title
:
Schema
.
Attribute
.
String
;
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