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 f60f9a66
authored
2025-10-16 16:12:25 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in testimonial
1 parent
c668122b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/testimonial/testimonial.json
types/generated/components.d.ts
src/components/testimonial/testimonial.json
View file @
f60f9a6
...
...
@@ -24,7 +24,7 @@
"type"
:
"enumeration"
,
"enum"
:
[
"Alumni"
,
"
Visitor
s"
,
"
Student
s"
,
"Guests"
]
},
...
...
types/generated/components.d.ts
View file @
f60f9a6
...
...
@@ -1191,7 +1191,7 @@ export interface TestimonialTestimonial extends Struct.ComponentSchema {
};
attributes
:
{
Batch
:
Schema
.
Attribute
.
String
;
Category
:
Schema
.
Attribute
.
Enumeration
<
[
'Alumni'
,
'
Visitor
s'
,
'Guests'
]
>
;
Category
:
Schema
.
Attribute
.
Enumeration
<
[
'Alumni'
,
'
Student
s'
,
'Guests'
]
>
;
Designation
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Location
:
Schema
.
Attribute
.
String
;
...
...
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