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 06399497
authored
2025-10-17 13:52:06 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in counter section
1 parent
e64593c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/components/home/final-placements.json
types/generated/components.d.ts
src/components/home/final-placements.json
View file @
0639949
...
...
@@ -18,7 +18,7 @@
"Batch"
:
{
"type"
:
"component"
,
"component"
:
"home.batch"
,
"repeatable"
:
fals
e
"repeatable"
:
tru
e
}
},
"config"
:
{}
...
...
types/generated/components.d.ts
View file @
0639949
...
...
@@ -49,6 +49,7 @@ export interface AboutusCurriculumTable extends Struct.ComponentSchema {
attributes
:
{
body_rows
:
Schema
.
Attribute
.
JSON
;
header_rows
:
Schema
.
Attribute
.
JSON
;
Heading
:
Schema
.
Attribute
.
Component
<
'heading.heading'
,
false
>
;
};
}
...
...
@@ -631,7 +632,7 @@ export interface HomeFinalPlacements extends Struct.ComponentSchema {
displayName
:
'Final Placements'
;
};
attributes
:
{
Batch
:
Schema
.
Attribute
.
Component
<
'home.batch'
,
fals
e
>
;
Batch
:
Schema
.
Attribute
.
Component
<
'home.batch'
,
tru
e
>
;
Counter
:
Schema
.
Attribute
.
Component
<
'home.counter'
,
true
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'heading.heading'
,
false
>
;
};
...
...
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