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 b3af6ce1
authored
2024-11-15 18:42:15 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
blog ckeditor
1 parent
459f1878
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
7 deletions
src/api/blog/content-types/blog/schema.json
src/api/industry-page/content-types/industry-page/schema.json
types/generated/contentTypes.d.ts
src/api/blog/content-types/blog/schema.json
View file @
b3af6ce
...
@@ -47,11 +47,15 @@
...
@@ -47,11 +47,15 @@
"audios"
"audios"
]
]
},
},
"Description"
:
{
"type"
:
"blocks"
},
"slug"
:
{
"slug"
:
{
"type"
:
"uid"
"type"
:
"uid"
},
"Description"
:
{
"type"
:
"customField"
,
"options"
:
{
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
}
}
}
}
}
}
src/api/industry-page/content-types/industry-page/schema.json
View file @
b3af6ce
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
"type"
:
"dynamiczone"
,
"type"
:
"dynamiczone"
,
"components"
:
[
"components"
:
[
"layout.industry-overview"
,
"layout.industry-overview"
,
"layout.c
lientel
"
,
"layout.c
fo-service
"
,
"layout.c
fo-service
"
"layout.c
lientel
"
]
]
}
}
}
}
...
...
types/generated/contentTypes.d.ts
View file @
b3af6ce
...
@@ -594,8 +594,14 @@ export interface ApiBlogBlog extends Struct.CollectionTypeSchema {
...
@@ -594,8 +594,14 @@ export interface ApiBlogBlog extends Struct.CollectionTypeSchema {
'images'
|
'files'
|
'videos'
|
'audios'
'images'
|
'files'
|
'videos'
|
'audios'
>
;
>
;
HeroImage
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
HeroImage
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
Blocks
;
slug
:
Schema
.
Attribute
.
UID
;
slug
:
Schema
.
Attribute
.
UID
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1109,7 +1115,7 @@ export interface ApiIndustryPageIndustryPage extends Struct.SingleTypeSchema {
...
@@ -1109,7 +1115,7 @@ export interface ApiIndustryPageIndustryPage extends Struct.SingleTypeSchema {
attributes
:
{
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
IndustryDetails
:
Schema
.
Attribute
.
DynamicZone
<
IndustryDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
'layout.industry-overview'
,
'layout.c
lientel'
,
'layout.cfo-service
'
]
[
'layout.industry-overview'
,
'layout.c
fo-service'
,
'layout.clientel
'
]
>
;
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
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