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 e09c95e0
authored
2025-10-14 18:28:48 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in heading
1 parent
9692cd87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
src/components/home/slider-img.json
types/generated/components.d.ts
src/components/home/slider-img.json
View file @
e09c95e
...
...
@@ -5,7 +5,7 @@
},
"options"
:
{},
"attributes"
:
{
"Image"
:
{
"
Desktop
Image"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
...
...
@@ -15,6 +15,13 @@
"audios"
]
},
"MobileImage"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"allowedTypes"
:
[
"images"
]
},
"Link"
:
{
"type"
:
"string"
}
...
...
types/generated/components.d.ts
View file @
e09c95e
...
...
@@ -668,8 +668,11 @@ export interface HomeSliderImg extends Struct.ComponentSchema {
displayName
:
'SliderImg'
;
};
attributes
:
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
DesktopImage
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Link
:
Schema
.
Attribute
.
String
;
MobileImage
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
...
...
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