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 4faad086
authored
2025-07-22 11:57:48 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
virtual services section
1 parent
208373a9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
15 deletions
src/components/dynamic-zone/background.json
types/generated/components.d.ts
src/components/dynamic-zone/background.json
View file @
4faad08
...
...
@@ -9,19 +9,6 @@
"Title"
:
{
"type"
:
"string"
},
"Image"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"required"
:
false
,
"allowedTypes"
:
[
"images"
]
},
"CTA"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"cta.cta"
},
"Subtitle"
:
{
"type"
:
"string"
},
...
...
@@ -31,6 +18,11 @@
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
},
"CTA"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"cta.cta"
}
}
}
types/generated/components.d.ts
View file @
4faad08
...
...
@@ -596,8 +596,6 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Subtitle
:
Schema
.
Attribute
.
String
;
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
...
...
@@ -606,6 +604,7 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
preset
:
'default'
;
}
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
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