Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
iba_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 c80e1ce1
authored
2025-10-16 18:18:46 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in testimonial
1 parent
18267f1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
src/api/blog/content-types/blog/schema.json
types/generated/contentTypes.d.ts
src/api/blog/content-types/blog/schema.json
View file @
c80e1ce
...
...
@@ -58,6 +58,11 @@
},
"smalldescription"
:
{
"type"
:
"text"
},
"seo"
:
{
"type"
:
"component"
,
"component"
:
"shared.seo"
,
"repeatable"
:
false
}
}
}
types/generated/contentTypes.d.ts
View file @
c80e1ce
...
...
@@ -781,6 +781,7 @@ export interface ApiBlogBlog extends Struct.CollectionTypeSchema {
MainImage
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Name
:
Schema
.
Attribute
.
String
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
slug
:
Schema
.
Attribute
.
UID
<
'Name'
>
;
smalldescription
:
Schema
.
Attribute
.
Text
;
ThumbnailImage
:
Schema
.
Attribute
.
Media
<
'images'
>
;
...
...
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