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 c26e7b3d
authored
2025-08-14 14:29:11 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in card view
1 parent
9f6cd57f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
20 deletions
src/api/book-closure-and-audit-page/content-types/book-closure-and-audit-page/schema.json
src/components/dynamic-zone/variantcard.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/book-closure-and-audit-page/content-types/book-closure-and-audit-page/schema.json
View file @
c26e7b3
...
...
@@ -4,7 +4,8 @@
"info"
:
{
"singularName"
:
"book-closure-and-audit-page"
,
"pluralName"
:
"book-closure-and-audit-pages"
,
"displayName"
:
"Book Closure & Audit Page"
"displayName"
:
"Book Closure & Audit Page"
,
"description"
:
""
},
"options"
:
{
"draftAndPublish"
:
true
...
...
@@ -22,7 +23,8 @@
"dynamic-zone.background"
,
"dynamic-zone.about"
,
"dynamic-zone.element-one"
,
"dynamic-zone.element-two"
"dynamic-zone.element-two"
,
"dynamic-zone.card"
]
},
"Clientel"
:
{
...
...
src/components/dynamic-zone/variantcard.json
0 → 100644
View file @
c26e7b3
{
"collectionName"
:
"components_dynamic_zone_variantcards"
,
"info"
:
{
"displayName"
:
"Variantcard"
},
"options"
:
{},
"attributes"
:
{
"Heading"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
},
"carddetails"
:
{
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.card-details"
}
}
}
types/generated/components.d.ts
View file @
c26e7b3
...
...
@@ -574,6 +574,23 @@ export interface HomeAreaExpertiselists extends Struct.ComponentSchema {
};
}
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_cta_ctas'
;
info
:
{
displayName
:
'CTA'
;
};
attributes
:
{
text
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
&
Schema
.
Attribute
.
DefaultTo
<
'text'
>
;
URL
:
Schema
.
Attribute
.
String
;
target
:
Schema
.
Attribute
.
Enumeration
<
[
'_blank'
,
'_parent'
,
'_self'
,
'_top'
]
>
;
varient
:
Schema
.
Attribute
.
Enumeration
<
[
'outline'
,
'fill'
]
>
;
};
}
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_we_offer_secs'
;
info
:
{
...
...
@@ -587,6 +604,17 @@ export interface DynamicZoneWeOfferSec extends Struct.ComponentSchema {
};
}
export
interface
DynamicZoneVariantcard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_variantcards'
;
info
:
{
displayName
:
'Variantcard'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
}
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_texts'
;
info
:
{
...
...
@@ -846,23 +874,6 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
};
}
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_cta_ctas'
;
info
:
{
displayName
:
'CTA'
;
};
attributes
:
{
text
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
&
Schema
.
Attribute
.
DefaultTo
<
'text'
>
;
URL
:
Schema
.
Attribute
.
String
;
target
:
Schema
.
Attribute
.
Enumeration
<
[
'_blank'
,
'_parent'
,
'_self'
,
'_top'
]
>
;
varient
:
Schema
.
Attribute
.
Enumeration
<
[
'outline'
,
'fill'
]
>
;
};
}
declare
module
'@strapi/strapi'
{
export
module
Public
{
export
interface
ComponentSchemas
{
...
...
@@ -908,7 +919,9 @@ declare module '@strapi/strapi' {
'home.home'
:
HomeHome
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'home.area-expertiselists'
:
HomeAreaExpertiselists
;
'cta.cta'
:
CtaCta
;
'dynamic-zone.we-offer-sec'
:
DynamicZoneWeOfferSec
;
'dynamic-zone.variantcard'
:
DynamicZoneVariantcard
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
...
...
@@ -927,7 +940,6 @@ declare module '@strapi/strapi' {
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'cta.cta'
:
CtaCta
;
}
}
}
types/generated/contentTypes.d.ts
View file @
c26e7b3
...
...
@@ -767,6 +767,7 @@ export interface ApiBookClosureAndAuditPageBookClosureAndAuditPage
singularName
:
'book-closure-and-audit-page'
;
pluralName
:
'book-closure-and-audit-pages'
;
displayName
:
'Book Closure & Audit Page'
;
description
:
''
;
};
options
:
{
draftAndPublish
:
true
;
...
...
@@ -779,6 +780,7 @@ export interface ApiBookClosureAndAuditPageBookClosureAndAuditPage
'dynamic-zone.about'
,
'dynamic-zone.element-one'
,
'dynamic-zone.element-two'
,
'dynamic-zone.card'
,
]
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
...
...
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