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 60cfb0a5
authored
2025-10-12 21:09:31 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sidebar add
1 parent
efacfde0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
51 additions
and
0 deletions
src/api/about-sidebar/content-types/about-sidebar/schema.json
src/api/admission-sidebar/content-types/admission-sidebar/schema.json
src/api/alumni-sidebar/content-types/alumni-sidebar/schema.json
src/api/campus-life-sidebar/content-types/campus-life-sidebar/schema.json
src/components/header/cc.json
src/components/header/nav-sublink.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/about-sidebar/content-types/about-sidebar/schema.json
View file @
60cfb0a
...
...
@@ -18,6 +18,13 @@
"type"
:
"component"
,
"component"
:
"sidebar.links"
,
"repeatable"
:
true
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
}
}
}
src/api/admission-sidebar/content-types/admission-sidebar/schema.json
View file @
60cfb0a
...
...
@@ -18,6 +18,13 @@
"type"
:
"component"
,
"component"
:
"sidebar.links"
,
"repeatable"
:
true
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
}
}
}
src/api/alumni-sidebar/content-types/alumni-sidebar/schema.json
View file @
60cfb0a
...
...
@@ -18,6 +18,13 @@
"type"
:
"component"
,
"component"
:
"sidebar.links"
,
"repeatable"
:
true
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
}
}
}
src/api/campus-life-sidebar/content-types/campus-life-sidebar/schema.json
View file @
60cfb0a
...
...
@@ -18,6 +18,13 @@
"type"
:
"component"
,
"component"
:
"sidebar.links"
,
"repeatable"
:
true
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
}
}
}
src/components/header/cc.json
View file @
60cfb0a
...
...
@@ -10,6 +10,16 @@
},
"link"
:
{
"type"
:
"string"
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
]
}
},
"config"
:
{}
...
...
src/components/header/nav-sublink.json
View file @
60cfb0a
...
...
@@ -11,6 +11,13 @@
"link"
:
{
"type"
:
"string"
},
"PdfLink"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"files"
]
},
"navSubSublink"
:
{
"type"
:
"component"
,
"component"
:
"header.cc"
,
...
...
types/generated/components.d.ts
View file @
60cfb0a
...
...
@@ -451,6 +451,7 @@ export interface HeaderCc extends Struct.ComponentSchema {
};
attributes
:
{
link
:
Schema
.
Attribute
.
String
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
title
:
Schema
.
Attribute
.
String
;
};
}
...
...
@@ -475,6 +476,7 @@ 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
;
};
}
...
...
types/generated/contentTypes.d.ts
View file @
60cfb0a
...
...
@@ -394,6 +394,7 @@ export interface ApiAboutSidebarAboutSidebar extends Struct.SingleTypeSchema {
'api::about-sidebar.about-sidebar'
>
&
Schema
.
Attribute
.
Private
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'files'
>
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
Title
:
Schema
.
Attribute
.
String
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -463,6 +464,7 @@ 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
;
...
...
@@ -614,6 +616,7 @@ export interface ApiAlumniSidebarAlumniSidebar extends Struct.SingleTypeSchema {
'api::alumni-sidebar.alumni-sidebar'
>
&
Schema
.
Attribute
.
Private
;
PdfLink
:
Schema
.
Attribute
.
Media
<
'files'
>
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
Title
:
Schema
.
Attribute
.
String
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -848,6 +851,7 @@ export interface ApiCampusLifeSidebarCampusLifeSidebar
'api::campus-life-sidebar.campus-life-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