Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-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 a52d42d4
authored
2025-08-15 00:25:07 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnages
1 parent
3c127494
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
src/components/dynamic-zone/what-wedo-banner.json
types/generated/components.d.ts
src/components/dynamic-zone/what-wedo-banner.json
View file @
a52d42d
...
@@ -18,14 +18,20 @@
...
@@ -18,14 +18,20 @@
"component"
:
"cta.cta"
"component"
:
"cta.cta"
},
},
"BackgroundBanner"
:
{
"BackgroundBanner"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"required"
:
false
,
"allowedTypes"
:
[
"allowedTypes"
:
[
"images"
,
"images"
,
"files"
,
"files"
,
"videos"
,
"videos"
,
"audios"
"audios"
],
]
"type"
:
"media"
,
},
"multiple"
:
false
"Heading"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
}
}
}
}
}
}
types/generated/components.d.ts
View file @
a52d42d
...
@@ -586,6 +586,7 @@ export interface DynamicZoneWhatWedoBanner extends Struct.ComponentSchema {
...
@@ -586,6 +586,7 @@ export interface DynamicZoneWhatWedoBanner extends Struct.ComponentSchema {
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
'images'
|
'files'
|
'videos'
|
'audios'
>
;
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.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