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 aa5d236e
authored
2024-11-27 19:41:51 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
conversion section
1 parent
7b49abda
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
7 deletions
src/api/google-manger/content-types/google-manger/schema.json
src/components/layout/conversion-code.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/google-manger/content-types/google-manger/schema.json
View file @
aa5d236
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
"GtmTag"
:
{
"GtmTag"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
"
FacbookC
onversion"
:
{
"
c
onversion"
:
{
"
type"
:
"text"
"
displayName"
:
"ConversionCode"
,
}
,
"type"
:
"component"
,
"LinkdinConversion"
:
{
"repeatable"
:
true
,
"
type"
:
"text
"
"
component"
:
"layout.conversion-code
"
}
}
}
}
}
}
src/components/layout/conversion-code.json
0 → 100644
View file @
aa5d236
{
"collectionName"
:
"components_layout_conversion_codes"
,
"info"
:
{
"displayName"
:
"ConversionCode"
},
"options"
:
{},
"attributes"
:
{
"Code"
:
{
"type"
:
"text"
}
}
}
types/generated/components.d.ts
View file @
aa5d236
...
@@ -285,6 +285,16 @@ export interface LayoutFunctionalAreas extends Struct.ComponentSchema {
...
@@ -285,6 +285,16 @@ export interface LayoutFunctionalAreas extends Struct.ComponentSchema {
};
};
}
}
export
interface
LayoutConversionCode
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_conversion_codes'
;
info
:
{
displayName
:
'ConversionCode'
;
};
attributes
:
{
Code
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
LayoutClientel
extends
Struct
.
ComponentSchema
{
export
interface
LayoutClientel
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_clientels'
;
collectionName
:
'components_layout_clientels'
;
info
:
{
info
:
{
...
@@ -646,6 +656,7 @@ declare module '@strapi/strapi' {
...
@@ -646,6 +656,7 @@ declare module '@strapi/strapi' {
'layout.industry-overview'
:
LayoutIndustryOverview
;
'layout.industry-overview'
:
LayoutIndustryOverview
;
'layout.heading'
:
LayoutHeading
;
'layout.heading'
:
LayoutHeading
;
'layout.functional-areas'
:
LayoutFunctionalAreas
;
'layout.functional-areas'
:
LayoutFunctionalAreas
;
'layout.conversion-code'
:
LayoutConversionCode
;
'layout.clientel'
:
LayoutClientel
;
'layout.clientel'
:
LayoutClientel
;
'layout.cfolist'
:
LayoutCfolist
;
'layout.cfolist'
:
LayoutCfolist
;
'layout.cfo-service'
:
LayoutCfoService
;
'layout.cfo-service'
:
LayoutCfoService
;
...
...
types/generated/contentTypes.d.ts
View file @
aa5d236
...
@@ -1086,8 +1086,7 @@ export interface ApiGoogleMangerGoogleManger extends Struct.SingleTypeSchema {
...
@@ -1086,8 +1086,7 @@ export interface ApiGoogleMangerGoogleManger extends Struct.SingleTypeSchema {
};
};
attributes
:
{
attributes
:
{
GtmTag
:
Schema
.
Attribute
.
String
;
GtmTag
:
Schema
.
Attribute
.
String
;
FacbookConversion
:
Schema
.
Attribute
.
Text
;
conversion
:
Schema
.
Attribute
.
Component
<
'layout.conversion-code'
,
true
>
;
LinkdinConversion
:
Schema
.
Attribute
.
Text
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
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